Subject: Re: PPPOE without internet
To: Xavier de Labouret <zezaz@chez.com>
From: Martin Husemann <martin@duskware.de>
List: tech-net
Date: 10/13/2002 20:55:34
On Sun, Oct 13, 2002 at 06:31:15PM +0200, Xavier de Labouret wrote:

> "route add default w.x.y.z"

This would be wrong for the "dial-on-demand" type of connection.
You need a "-iface" option there, because the address you set the default
route to is *not* the one you will be using once the PPP connection is
established.

See http://www.netbsd.org/Documentation/network/pppoe/#connect-on-demand
where the command to set the default route is:

/sbin/route add default -iface 0.0.0.1

But I don't know if this is your problem, if you can traceroute beyound
your pppoe interface. Can you send a tcpdump from the ethernet interface
used for your pppoe connection?

Martin