01-19-2007 11:52 PM - edited 03-05-2019 01:53 PM
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
01-20-2007 12:54 AM
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
01-20-2007 01:06 AM
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.
01-20-2007 03:24 AM
nice u both u guys.. could u extended this NATTING as so called EXTENDED NAtting. Tell me the difference between both simple & extended
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide