09-20-2011 04:03 PM - edited 03-04-2019 01:40 PM
I have a Cisco 870, my isp has given me a static IP I have set the wan interface to be static and have set the dns servers, but whenever I do a connectivity test I get and error:
"To test conectivity Cisco cp tries to ping the configured dns servers, however there is no configured route to any of the dns servers through the selected interface"
Recommended actions:
"select user specified option or add a host specific/netowrk specific default route thought this interface"
There was no place for me to put in the default gatweay, should I be able to put that some where? What do I need to do to get the internet working?
Thanks,
Solved! Go to Solution.
09-20-2011 09:22 PM
Hi,
You need to use some basic commands. Using the command line interface is easiest.
The command to add the default gateway is as follows:
router# conf t
router(config)# ip route 0.0.0.0 0.0.0.0 a.b.c.d
router(config)# exit
router# wr
Hope that helps.
09-20-2011 09:22 PM
Hi,
You need to use some basic commands. Using the command line interface is easiest.
The command to add the default gateway is as follows:
router# conf t
router(config)# ip route 0.0.0.0 0.0.0.0 a.b.c.d
router(config)# exit
router# wr
Hope that helps.
09-21-2011 07:54 AM
Of course! Thanks. I can't believe I forgot that.
09-21-2011 09:27 AM
looks like I spoke too soon. When I enter that command I get an "inconsistant address and mask" error, and still no internet.
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