Subject: Re: Setting up pppoe
To: None <ipthomas@mac.com>
From: Martin Husemann <martin@duskware.de>
List: netbsd-users
Date: 04/12/2002 08:40:04
> fxp0: flags = 8802<Broadcast, Simplex, Multicast> mtu 1500

It needs to be UP, or it won't send any packets and drop all incoming ones.

Do "ifconfig fxp0 up" or create /etc/ifconfig.fxp0 with a single "up" line
in it (like "echo up > /etc/ifconfig.fxp0").

Martin