Windows2003下修改IIS监听80端口的IP
十月 29th, 2009 Posted in Windows | 阅读次数: 402 次
制作:高进波
时间:2009-10-29
在Windows2003操作系统中,经如下设置,使IIS只监听一个ip到WIN2003的CD下的support/tools/Support.cab。
解压出httpcfg.exe文件,COPY到windows/system32/目录下
1.绑定IIS到10.10.10.10,即命令使用IIS的只监听指定的IP及端口
如:httpcfg set iplisten -i 10.10.10.10
附其余两个命令:(没有设定绑定的话,查询绑定会失败)
查看绑定: httpcfg query iplisten
删除绑定: httpcfg delete iplisten -i 10.10.10.10
2.重新启动机器
3.查看监听端口
netstat –an
完成!
相关日志:
Tags: iis, windows2003
六月 17th, 2011 at 06:12
Related Websites…
[...]some other related resources on the web that are worth viewing on this subject include[...]…