202.5.199.13 -> 10.10.10.16 Is that possible ??
How can i do this. Any one help.
ip route 202.5.199.13 255.255.255.255 10.10.10.16
--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
Thx For reply.
I will try it soon.
: 202.5.199.13 -> 10.10.10.16 Is that possible ??
Might you be asking about Static NAT???
ip nat inside source static 10.10.10.16 202.5.199.13
Requiring additional statements "ip nat inside" and "ip nat outside"
of the appropriate Interfaces...
Lawrence Houston -- (hou...@greenfield.dyndns.org)
That was my first impression too.