cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1768
Views
0
Helpful
3
Replies

basic nat configuration

blue4cisco
Level 1
Level 1

Plz. guide me step by step NATTING under 2600 series router

wan address: 56.253.124.23

Lan address: 192.168.40.0/24

192.168.41.0/24

plz do not forward me any link.. guide here only with commands

3 Replies 3

manojkumarnb
Level 1
Level 1

from the config mode

# access-list 1 permit 192.168.41.0 0.0.0.255

# access-list 1 permit 192.168.41.0 0.0.0.255

#ip nat inside source list 1 interface s0 overload

! in the serial interface

# ip address public ip address

# no shut

# ip nat outside

! in the fast ethernet port

! give the ip address

# no shut

# ip nat inside

mohammedmahmoud
Level 11
Level 11

Hi there,

interface serial 0/0

ip nat outside

interface fastethernet0/0

ip nat inside

ip nat inside source list 10 pool wan overload

access-list 10 permit 192.168.40.0 0.0.0.255

access-list 10 permit 192.168.41.0 0.0.0.255

ip nat pool wan 56.253.124.23 56.253.124.23 prefix-length 24

Note: I assumed that the 56.253.124.23 is /24.

If the serial interface is the same interface having the ip address 56.253.124.23 that you want to NAT with, you can use:

ip nat inside source list 10 interface serial0/0 overload

HTH,

Mohammed Mahmoud.

nice u both u guys.. could u extended this NATTING as so called EXTENDED NAtting. Tell me the difference between both simple & extended