 wierdo
join:2001-02-16 Tulsa, OK
·Future Nine Corpor..
·Teliax VOIP
| said by Dialuphell :Well I finally got the ISDN line working to the house. ATT had some additional work to do on their end after they said that It was operational. (I have to say that the $137 install fee was well spent taking into account that it took 1-2 technicians almost a week non-stop to get the line to work.) New problem... I signed up with LocalNet ISP. I configured the Cisco 804 using the FastStep software. Surfing the internet does not work using the web site name, nor does punching in the IP directly into the browser. I can not ping a web site using the name but can using the IP address. The modem shows that channel 1 is connected. The internet does work when dialing the ISP using the analog modem in the tower. I can call out using an analog phone plugged into the phone ports in the back of the modem. What should I try next? You either need to manually set the DNS server addresses on your computer or configure the router's DHCP server with them. I think you can do that in Fast Step, but I'm not sure.
If you know how to use the console, log in, type 'sh run' and look for the line that says 'ip dhcp pool something'. When you find it, go into enable mode ('enable', and type in your password), then type 'ip dhcp pool something', where something is what you saw in the running configuration. Then type 'dns-server dns-server-ip-1 dns-server-ip-2' (replace the italicized bits with your actual DNS server addresses, you can enter one to eight addresses). After that, hit control Z to exit configuration mode.
Renew your address on your computer (in most versions of window typing 'ipconfig /renew' will do the trick, if not, use windows' repair feature) Make sure everything works. If so, type 'copy run start' to make the running configuration the startup configuration. If not, reboot the router and your old configuration will be restored.
Cisco's DHCP configuration guide is here. It details all the options, although some probably don't apply to the 804, the ones you need should be the same. -- It's wierdo, not weirdo. Yes, I know that's not the 'proper' spelling of the similar english language word.  |