Thread: Can't ping
View Single Post

   
  #7 (permalink)  
Old 01-19-2008, 07:53 AM
Moe Trin
 
Posts: n/a
Default Re: Can't ping

On Thu, 20 Jul 2006, in the Usenet newsgroup alt.os.linux.debian, in article
<44bfe81a$0$24900$9b4e6d93@newsread4.arcor-online.net>, Christian Christmann
wrote:

>My /etc/resolv.conf:
>nameserver 127.0.0.1


The resolver code should look to see if you are running a name server
without this ('man 5 resolver'). If you are not running a name server,
this should have the addresses of your ISP's name server. That _MIGHT_ be

ns1.arcor-ip.de 14458 IN A 145.253.2.19
ns2.arcor-ip.de 14458 IN A 145.253.2.80

>route -n:
>84.60.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
>192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
>169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
>0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0


Well, that sure isn't going to work. You've told the system that the way
to the world is out the eth0 interface, so it's going to ignore ppp0
except when (for some unknown reason) you want to talk to 84.60.0.1.

>Any ideas what's wrong?


/etc/network/interfaces

Comment out the 'gateway 192.168.1.1' line. pppd will NOT replace an
existing default.

Old guy
Reply With Quote