|
Apart from firewall issues, two things should normally happen when a ppp or pppoe connection is established:
/etc/resolv.conf should be populated automatically with the ip addresses of your ISP's nameservers
/sbin/route should show a default route has been added via your ppp interface
Sometimes, due to a broken script or incorrect user configuration, either or both of these do not happen. If you appear to be connected but can't browse, It is always worth checking the contents of /etc/resolv.conf (a text file you can open with your favourite editor) and looking at the output of /sbin/route (run that at a command prompt eg. Konsole). If you're not sure what you're looking at, copy the information here and someone will tell you if it is correctly set up or not.
|