cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
592
Views
5
Helpful
2
Replies

Unable to access the internet cisco 2611xm

alumejr1234
Level 1
Level 1

First timer, trying to get a running configuration on a lab at home. 1 router(2611XM) 1 switch(2960) and 2 computers.

all the devices are talking to each other directly connected to it through Ethernet cables. I hooked up the router to my LAN.  Disconnected my current router and hooked up the 2600 series to the modem. I am using Cable modem. Was able to get the router to talk to the modem. Set up the static ips and DHCP and all from the router. i can ping the outside. the router can talk to every one. 

Switch is setup with the default vlan. hooked the 2 computers and they all can talk to each other. 

Were is the problem you may ask. Well i hooked up both computers to a the switch through lan cables but for some reason they cannot access the internet. i have disable the firewall just to see if windows was not acting up but nothing. I can ping the computers, the computers can ping the router. Just wondering if i am missing something.  I have attached the running config of the router here just wondering if i am doing something wrong. Any ideas of what i am doing wrong? thanks in advance. 

1 Accepted Solution

Accepted Solutions

Hello,

 

you need to change:

 

ip nat inside source list NAT_Address interface FastEthernet0/1 overload

 

to

 

ip nat inside source list NAT_Address interface FastEthernet0/0 overload

 

Also, add the static route:

 

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 dhcp

View solution in original post

2 Replies 2

Hello,

 

you need to change:

 

ip nat inside source list NAT_Address interface FastEthernet0/1 overload

 

to

 

ip nat inside source list NAT_Address interface FastEthernet0/0 overload

 

Also, add the static route:

 

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 dhcp

Sorry for the delay response. Thank you for your input.