# ip nat inside source static tcp 192.168.x.y(private ip address)
208.208.208.208(public ip address)

This statement does 2 things :
■ translates the source of IP packets that are traveling inside to
outside (192.168.x.y -> 208.208.208.208)
■ translates the destination of the IP packets that are traveling
outside to inside (208.208.208.208 -> 192.168.x.y)

I hope this helps!

-- Nick


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=8022&t=7915
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to