Anyone know how to tell if a network card is in promiscuous mode? I know that the bridge will not work if the cards are not in promiscuous mode.

EDIT: Figured it out. "ifconfig dc0 promisc" - enables it. To disable "ifconfig dc0 -promisc". Cool. Damn bridge still not working though.