There is a registry key which allows IIS to only listen on specific ip addresses:
| HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList |
You can remove this key, and this will set it by default to listen on all ip addresses.
