답변:
답을 찾았습니다. 라는 유틸리티가 netsh
있습니다.
netsh http add iplisten ipaddress=xxx.xxx.xxx.xxx
기본적으로 목록에 IP 주소가 없으므로 IIS7은 모든 IP 주소에 바인딩합니다. 하나의 IP를 목록에 추가하면 해당 IP 또는 목록에 추가 된 IP 만 수신합니다. 변경 사항을 적용하려면 IIS7을 다시 시작해야합니다.
편집하다:
IP 주소를 나열하려면 IP 주소가 추가 된 후 다음 명령을 입력하십시오.
netsh http show iplisten
이 netsh
유틸리티는 다음 정보를 반환합니다.
IP addresses present in the IP listen list: xxx.xxx.x.x