May 23, 2003 #1 pcullen IS-IT--Management Joined Dec 3, 2001 Messages 19 Location IE Hi, Running Proxy server 2.0 I need to set a rule so the all traffice from an internal IP address is sent automatically to a real external IP address Cheers
Hi, Running Proxy server 2.0 I need to set a rule so the all traffice from an internal IP address is sent automatically to a real external IP address Cheers
May 27, 2003 #2 Dyadmin IS-IT--Management Joined Oct 31, 2002 Messages 217 Location CA Create a route Ex. route add XXX.XXX.XXX.XXX mask XXX.XXX.XXX.XXX <external IP> -p Where X is the internal IP that must go out. All on one line. Upvote 0 Downvote
Create a route Ex. route add XXX.XXX.XXX.XXX mask XXX.XXX.XXX.XXX <external IP> -p Where X is the internal IP that must go out. All on one line.