windows-server-2003 – 为WebSites定义IIS IP地址的内容

前端之家收集整理的这篇文章主要介绍了windows-server-2003 – 为WebSites定义IIS IP地址的内容前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
嘿伙计们,我知道这是一个菜鸟问题,但我找不到一个简单明了的答案:

在MS Server 2003的默认安装中,是什么定义了可用于网站的IP地址数量

例如,在我的安装中,当我去创建一个新网站时,只有一个IP地址.但在工作中,IIS有多个IP地址.

为什么以及它们的定义是什么?我怎样才能获得更多?

干杯

安迪

UPDATE

是否回应戴夫的回答如下:

什么“绑定到系统”的意思.绑定的开销是多少?在什么级别的基础设施受到约束?

如果我要求我的托管公司给我更多的IP,我真正要求的是什么?

IIS中可用的IP数是绑定到系统的IP数.要查看您的IP信息,请从命令行运行ipconfig / all:
C:\>ipconfig /all

Windows IP Configuration

        Host Name . . . . . . . . . . . . : host1
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Unknown
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : home

Ethernet adapter Local Area Connection:

        Media State . . . . . . . . . . . : Media disconnected
        Description . . . . . . . . . . . : Broadcom NetLink (TM) Gigabit Etheret
        Physical Address. . . . . . . . . : 00-1A-4B-74-C3-34

Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . : home
        Description . . . . . . . . . . . : Broadcom 4321AG 
        Physical Address. . . . . . . . . : 00-1A-73-85-FE-43
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.1.103
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        IP Address. . . . . . . . . . . . : 192.168.1.102
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        IP Address. . . . . . . . . . . . : 192.168.1.101
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1
        DHCP Server . . . . . . . . . . . : 192.168.1.1
        DNS Servers . . . . . . . . . . . : 192.168.1.1
        Lease Obtained. . . . . . . . . . : Monday,June 22,2009 10:44:40 PM
        Lease Expires . . . . . . . . . . : Tuesday,June 23,2009 10:44:40 PM

要获得更多IP,您需要能够将它们绑定到系统.大多数家用路由器将允许您添加通常由DHCP分配的IP之外的其他IP.您只需手动指定IP列表即可.只需确保选择自动分配范围之外的一个.

此答案假定您需要额外的IP供内部使用.如果您需要更多面向世界的IP,您需要联系您的ISP并购买它们.您是否需要多个IP?

原文链接:https://www.f2er.com/windows/365626.html

猜你在找的Windows相关文章