if you are using ppp, then issue the following command: /sbin/route -add net default ppp0 provided that it is your only modem connection.
ask your isp the ip address of the dns server, add the following line in your /etc/resolv.conf file:
nameserver your_isp_dns_server_ip_address
check your /etc/host.conf file, it should be like this
order hosts, bind
multi on
There is no reason why this would not work.
|