01-22-2016 05:05 AM - edited 03-05-2019 03:11 AM
Hello everyone,
I need to set up a dynamic internet link in cisco router 2911, the scenario is as follows:
ip dhcp pool DADOS
network 192.168.13.0 255.255.255.0
default-router 192.168.13.1
dns-server 192.168.13.14 8.8.8.8
Gigabit0/0.1
ip add 192.168.13.1 255.255.255.0
ip nat inside
Gigabit0/2
ip add dhcp
ip nat outsite
I need to configure the internal network 192.168.13.1 out by external network ip dynamic, internal network mine arrives at the router and my router can reach external addresses.
Already set up the default route:
ip route 0.0.0.0 0.0.0.0 gigabit 0/2 dhcp
Solved! Go to Solution.
01-22-2016 08:49 PM
you need to add the following
access-l 100 permit ip 192.168.13.0 0.0.0 255 any
ip nat inside source list 100 int gi0/2 overload
01-22-2016 08:49 PM
you need to add the following
access-l 100 permit ip 192.168.13.0 0.0.0 255 any
ip nat inside source list 100 int gi0/2 overload
01-26-2016 03:05 AM
Hello Richard,
Thank you for your answer, but i'm not get insert the port on comand:
ip nat inside source list x "int gi0/x" overload
01-26-2016 05:18 PM
That command should be available on all routers.
What do you see if you do -
"ip nat inside source list x ?"
if you see "interface" as an option then -
"ip nat inside source list x int ?"
I haven't come across an IOS on a router that won't accept that command.
Jon
01-28-2016 04:07 AM
Thanks for the help and the teachings, I checked what I was doing wrong, was trying to put "outside".
The problem was solved, thank you,
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