Cisco router config help please

Associate
Joined
23 Dec 2002
Posts
293
Location
Slough, UK
Im trying to setup my new router which is a Cisco 877W,

ive managed to get the wireless and networking working also ive got it to dial and auth/connect with my isp but i am unable to browse/access the internet
if anyone could point out where ive gone wrong please that would be great

http://www.fate-weavers.co.uk/config.txt
 
i used sdm to do the main config but i had to use console to enable the adsl port as for some reason sdm would only configure the port not enable it :( unless i was doing something wrong, also sdm conplains if nat/firewall is enabled when the wan is enabled
 
No nat statement for overloading to the dialer is present.

Add the following:

"ip nat inside source list 10 interface dialer0 overload"

"access-list 10 permit any"

Usually i would permit just your inside NET, but you can make that decision yourself.
 
thanks, i have added those to the router remotely, but i will have to wait till i get home from work before i find out if its worked
 
Back
Top Bottom