cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
3
Helpful
4
Replies

Setting up a dynamic internet link in cisco router 2911?

Geovane Freitas
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

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

View solution in original post

4 Replies 4

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

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

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

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,

Review Cisco Networking for a $25 gift card