R1---WAN-----R2 
 |            |
PC1          PC2
 
PC1:10.1.1.1/24
PC2:152.1.1.1/24


ip nat inside source static 10.1.1.1 195.1.1.1
!
int e0
 ip add 10.1.1.2 255.255.255.0
 ip nat inside
!
int s0
 ip add 195.1.1.2 255.255.255.0
 ip nat outside
!
ip route 152.1.1.0 255.255.255.0 Serial0
 

int e0
 ip add 152.1.1.254 255.255.255.0
!
int s0
 ip add 195.1.1.3 255.255.255.0
! 
ip route 10.1.1.0 255.255.255.0 Serial0

When I configured ip nat outside in e0
and ip nat inside in s0 above configuration,
how should I configure the ip nat definition ?

For example, I configured below. But it failed.
ip nat outside source static 10.1.1.1 195.1.1.1
I don't understand how to configure 'ip nat inside' 
and 'ip nat outside','ip nat inside/ouside source static x.x.x.x y.y.y.y'.

Please tell me easily !




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=63624&t=63624
--------------------------------------------------
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