04-19-2018 12:44 AM - edited 03-08-2019 02:42 PM
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.
Solved! Go to Solution.
04-19-2018 12:50 AM
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
04-19-2018 12:50 AM
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
05-02-2018 08:46 AM
Sorry for the delay response. Thank you for your input.
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