Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2000 11:51:32 +1000 (EST)
From:      andrew@ugh.net.au
To:        Dave Banning <sky_tracker@yahoo.com>
Cc:        questions@freebsd.org
Subject:   Re: ppp error  when ISP     igns DNS each session
Message-ID:  <Pine.BSF.4.21.0004281128420.88939-100000@starbug.ugh.net.au>
In-Reply-To: <20000427182421.8081.qmail@web3202.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Thu, 27 Apr 2000, Dave Banning wrote:

> Apr 27 14:06:33 tracker1 ppp[264]: Command: MYADDR:
> add default HISADDR 
> Apr 27 14:06:33 tracker1 ppp[264]: Warning: Add route
> failed: default already exists 
> Apr 27 14:06:33 tracker1 ppp[264]: Debug: wrote -1:
> cmd = Add, dst = 0, gateway = b46a8c0 
> Apr 27 14:06:33 tracker1 ppp[264]: Debug: deflink:
> Still online 

It seems everything is working Ok except you are asking PPP to set a
default route when you already have one. Either stop setting a default
route from outside ppp (check /etc/rc.conf) or change your line in
ppp.conf from add default HISADDR to

add! default HISADDR

This will allow ppp to change the route as opposed to creating it.

Andrew



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004281128420.88939-100000>