addType netsh
Type http
Type sho iplisten
. This should return blank – this means that IIS doesn’t have a list of IPs to bind too. This also means that IIS will attempt to bind to every IP address.
Type add iplisten ipaddress=
[INSERT THE IP ADDRESS YOU WANT IT TO BIND TO HERE] You should get IP address successfully added
Type sho iplisten again
– It should show your IP address in the list.
Rinse-repeat the above steps for each IP address you’d like IIS to bind to.
Type exit to get out of netsh