Hello,
I have a network with two web servers.
They each have their own static private IP and they each have a public IP.
I need to free up a public IP so in my firewall I created NAT rules to send traffic to ServerA port 80 and serverB port 81.
In IIS I changed the bindings for ServerB to port 81.
If I browse to www.ServerB.com it does not work. If I browse to www.ServerB.com:81 it works.
Is there a way in IIS to do some sort of port forwarding or redirect so I do not have to include the port number when browsing to www.ServerB.com
Thank you
Mike