> 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