03-02-2010 05:06 PM - last edited on 03-25-2019 03:28 PM by ciscomoderator
Hello,
I am sorry if my question sounds ignorant, but I am somewhat new to cisco and still getting my feet wet so to speak. My problem is that I have a 1760-v router set up at my home lab and I am unable to access IP addresses outside my local network. I have my cisco router's fasteathernet port connected to a small netgear router which then connects to my cable modem. The cisco router is able to ping local address fine, but when I try to ping an outside address or domain name it times out. However, when I am at the CLI and type something like Ping google.com, it resolves google's IP address but it will not ping it. I have IP DEFAULT-GATEWAY and IP NAME-SERVER both pointing to my netgear router and pointing to my ISP's DNS server. I have a feeling that I am screwing up some simple entry, but can not figure it out. Any help is appreciated
Sincerely
-Jeff
Solved! Go to Solution.
03-02-2010 06:03 PM
Hi Jeffrey,
"I have my cisco router's fasteathernet port connected to a small netgear router which then connects to my cable modem. The cisco router is able to ping local address fine, but when I try to ping an outside address or domain name it times out. "
Regarding your case I think that we must to consider some things before going deep. is ur netgear doing NAT between ur cisco-netgear network and the netgear-Cable modem network? In case that NAT is not enabled you must enable it in the netgear router in order to mascarade all the packets that arrives to the cable modem from the cisco-netgear network, because the cable modem have no knowledge about the network behind the netgear router and simply discard it. In case that u dont want to use nat in the netgear router u must then make an static route in the cable modem pointing to the network behind the netgear (cisco-netgear).
Additionaly use this command in order to reach external networks
ip route 0.0.0.0 0.0.0.0 f0/0 ip-address-of-the-netgear-router
Regards
Francis
03-02-2010 06:03 PM
Hi Jeffrey,
"I have my cisco router's fasteathernet port connected to a small netgear router which then connects to my cable modem. The cisco router is able to ping local address fine, but when I try to ping an outside address or domain name it times out. "
Regarding your case I think that we must to consider some things before going deep. is ur netgear doing NAT between ur cisco-netgear network and the netgear-Cable modem network? In case that NAT is not enabled you must enable it in the netgear router in order to mascarade all the packets that arrives to the cable modem from the cisco-netgear network, because the cable modem have no knowledge about the network behind the netgear router and simply discard it. In case that u dont want to use nat in the netgear router u must then make an static route in the cable modem pointing to the network behind the netgear (cisco-netgear).
Additionaly use this command in order to reach external networks
ip route 0.0.0.0 0.0.0.0 f0/0 ip-address-of-the-netgear-router
Regards
Francis
03-02-2010 06:24 PM
Francis,
Thank you for your fast response. That did the trick. Adding IP ROUTE 0.0.0.0 0.0.0.0 F0/0 192.168.0.1 (netgear IP) I am now able to ping external address.
Thanks
-Jeff
02-08-2013 12:03 PM
Great Answer Francis.
I was is the similar situation today.It worked!!!!
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