Subject: Re: PPP over Ethernet integrated into -current
To: Mario Kemper <magick@zhadum.de>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 06/23/2001 14:28:25
> As you see, the remote has no IP.
Yeah, that's anoying but "normal" for if_spppsubr.c based interfaces.
Since you ~never need the remote IP, it is no real problem.
> Also, how do i add a default route to an interface? route add default pppoe0
> gives me an error.
I use
route add -net default 0.0.0.1 -iface
before enabling the interface.
Note that rc.d support and things like /etc/ppp/ip-{up,down} are not yet
done for pppoe. I'm currently waiting for kqueue integration before finishing
this.
Martin