Configuring the website IP
In this recipe, we are going to configure the website IP 172.16.15.61
. The default website IP was 172.16.15.60
; we will configure a different IP to access the website over this newly configured IP.
Getting ready
To step through this recipe, you will need a running IIS 10 instance, one static IP address, and an administrator user account for editing properties and files.
How to do it...
- Open Server Manager on Windows Server 2016. Click on the
Tools
menu and open IIS Manager. - Expand the IIS server (
WIN2016IIS
). We get the listed application pools and sites. - Select the website
v4mysite.com
, click on theBinding
option, and you will see theSite Bindings
details ofHost Name
,Port
, andIP Address
, as shown in this figure:

v4mysite.com
has the existing IP172.16.15.60
; it might even be*
.- Click on the
Edit
button, and you will get theEdit Site Binding
property window:

- You have to add the new IP
172.16.15.61
, leave the port as80
, and Host name as it is. - Click on the
OK
Button...