On 9/19/05, Sean Kiewiet <[EMAIL PROTECTED]> wrote: ... > # ifconfig -a > em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500 > em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > em2: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > em3: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > ... > How do I get the other 3 ip-less nics to run in promiscuous mode in > OBSD?
You need to ifconfig your other interfaces up... "ifconfig em1 up" -- GDB has a 'break' feature; why doesn't it have 'fix' too?

