02-11-2010 08:57 PM - edited 03-04-2019 07:29 AM
Hey guys, I'm currently enrolled in the cisco networking academy through school, and I will be soon purchasing a Cisco 2600 series router to practice with at home.
I was doing some configuring on packet tracer, and was wondering if it is possible to setup NAT to provide internet access for multiple PCs on a cable internet connection (DHCP).
ip nat pool pool_name start_ip end_ip netmask a.b.c.d
From what I understand on this command is that you can only translate LAN addresses to a static WAN address.
Any help would be greatly appreciated.
Solved! Go to Solution.
02-11-2010 11:05 PM
Hello Steven,
you can use something like
ip nat source inside list 11 interface wan_interface_name overload
this is the typical setup the key is to use the interface name as a reference
Hope to help
Giuseppe
02-11-2010 11:05 PM
Hello Steven,
you can use something like
ip nat source inside list 11 interface wan_interface_name overload
this is the typical setup the key is to use the interface name as a reference
Hope to help
Giuseppe
02-11-2010 11:10 PM
Yeah I actually JUST figured that out, while I was researching it a bit more.
Ended up using
int fa0/1
ip nat inside
int fa0/0
ip nat outside
ip nat inside source list 7 interface fa0/0 overload
access-list 7 permit 10.10.0.1 0.0.0.254
my addresses are now translating in packet tracer ^_^
Thanks.
03-01-2017 04:24 PM
Hello Steven,
Did you manage to get this resolved. I want to set something similar on 2911 router.
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