Subject: Re: Can't set defaultroute: file already exists.
To: None <roger@badger1.net>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 05/03/1998 15:13:46
On Sat, 2 May 1998 18:21:12 -0700,
Roger Fischer <roger@badger1.net> wrote:
> 
> can't set defaultroute: file already exists

Don't you have the variable defaultroute set in /etc/rc.conf?
If you do, unset it to "".

If you don't, I'm not sure why default route exists when pppd expects
it not to exist.  But you can delete the route by:

route delete default

Maybe you can put this at the top of your script.

Hope this helps,

Ken