Static Nat Outside & Inside

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

NETWORK ENTERPRISE

1. CONFIGURE STATIC NAT

Insert Ip Address

R1 F0/0 1.0.0.1 255.0.0.0


S0/0/0 2.0.0.1 255.0.0.0
R2 F0/0 10.0.0.1 255.0.0.0
S0/0/0 2.0.0.2 255.0.0.0

10.0.0.2 3.0.0.2
10.0.0.3 3.0.0.3
10.0.0.4 3.0.0.4
10.0.0.5 3.0.0.5

Public network : 1.0.0.0


Private network : 10.0.0.0

Public network : 2.0.0.0


1. Configure basic Router, using clockrate 64000.

R1

R2
2. Configure static NAT by mapping Private IP to Public Ip using Table given above.

10.0.0.2 3.0.0.2
10.0.0.3 3.0.0.3
10.0.0.4 3.0.0.4
10.0.0.5 3.0.0.5

#ip nat inside source static ………………….

#int fa0/0

#ip nat inside

#ex
# ip nat outside source static ………….

#int fa0/0

#ip nat outside

#ex
3. Verfiy NAT & Troubleshooting

You might also like