在 Windows Server 2008 上添加 Web 域

发布于 2024-07-10 07:52:36 字数 205 浏览 7 评论 0原文

我最近购买了一台Windows Server 2008服务器,我们公司将使用它作为Web服务器。 我已经在 IIS 7.0 中设置了该网站,我可以通过在网络内的计算机。

当我尝试在其他计算机上通过网络访问它时,它似乎不起作用,但最重要的是,如何设置一个网络域,例如(www.example.com)?

非常感谢, 奥利弗

I recently purchased a Windows Server 2008 server, Our company will be using it as a Web Server. I have set the web site up in IIS 7.0 and I can accsess it by typing http://10.1.1.8 on the computers within the network.

When I try to accsess it through the net on other computers it doesnt seem to work, But most important, How do I set up a web domain such as (www.example.com) ??

Many Thanks,
Oliver

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冷清清 2024-07-17 07:52:36

它有一个私人互联网地址。 想必您的公司也有一个真实的、分配的互联网地址空间。 如果您想从公司外部访问,您需要为系统提供官方地址空间中的地址。 将该地址与网站名称 (www.yourcompany.com) 相关联,一切都会得到处理。

10.xxx 和 192.168.xx 范围内的所有地址都是私有地址,无法从其他网络访问。 请参阅此处分配的地址空间,特别是末尾的注释。

It has a private internet address. Presumably your company also has a real, assign internet address space. If you want to access if from outside your company, you need to give the system an address in the official address space. Associate that address with the name of the web site (www.yourcompany.com) and all will be taken care of.

All addresses in the 10.x.x.x and 192.168.x.x ranges are private addresses inaccessible from other networks. See assigned address spaces here, particularly the notes at the end.

楠木可依 2024-07-17 07:52:36

假设:
- 您有固定 IP 地址的互联网连接
- 您的互联网连接通过某种路由器/防火墙
- 为您提供域名的注册商提供 dns 托管

  1. 为您的 Web 服务器设置 TCP/IP 设置,为其分配固定的内部 IP 地址(即不使用 DHCP)

  2. 配置您的防火墙以将所有 HTTP 流量(请参阅特定路由器/防火墙的文档)路由到步骤 1 中设置的内部 IP 地址。

  3. 在注册商的域名管理中,添加两个 dns记录(其中一项用于 .yourdomain.com 和 *.yourdomain.com,它们指向为您的 Internet 连接提供的外部固定 IP 地址。

Assuming:
- you have an internet connection with a fixed ip address
- your internet connection passes through some sort of router/firewall
- the registrar that provided your domain name provides dns hosting

  1. Setup the TCP/IP settings for your web server to assign it a fixed internal IP address (i.e. do not use DHCP)

  2. Configure your firewall to route all HTTP traffic (see the documentation for your particular router / firewall) to the internal IP address setup in step 1.

  3. In the administration for your domain name with your registrar, add two dns records (one for .yourdomain.com and *.yourdomain.com that point to the external fixed IP address provided for your internet connection.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文