View Single Post
  #5 (permalink)  
Old 2008-01-21
rokudan rokudan is offline
Member
 
Join Date: 2008-01-10
Location: Orlando, FL
Posts: 75
Rep Power: 1
rokudan has an average reputation (10+)
Send a message via AIM to rokudan
Default 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.
Reply With Quote