From: Usama Pervaiz (chaudri@gmail.com)
Date: Sun Aug 17 2008 - 17:01:28 ART
Hello everyone!
I am trying a NAT translation scenario.
Configure on router R1
telnet connections to 10.10.1.254 will translate to loopback of R2 (10.10.2.2)
http connections to 10.10.1.254 will translate to s0 (10.10.12.2) of R2
R1 ==== R2
R1 is connected to R2 via S0 and R1 is connected to the rest of the
network with e0
I was trying this with a static nat on R1 and this is what I did:
R1
int e0
ip nat outside
int s0
ip nat inside
ip nat inside source static tcp 10.10.2.2 23 10.10.1.254 23
ip nat inside source static tcp 10.10.12.2 80 10.10.1.254 80
is this the correct config or am I way off??
Also how would i verify this solution on my lab.
Thanks in advance.
Usama
Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Mon Sep 01 2008 - 08:15:31 ART