Re: Adding Public IP from different Ranges It has been a long time since I worked with CP on a Windows gateway.. But have you added a route for the external ip to the internal ip on the gateway? route add -p 207.123.123.123 mask 255.255.255.255 192.168.1.123 Where 207.123.123.123 is the public IP of your host and 192.168.1.123 is the internal IP. |