In the last episode (Jul 03), Nick Evans said:
> How do I set an interface in promiscous mode permanently? In Linux
> it's simply ifconfig <interface> PROMISC. Is there something similar
> in BSD? Is it somekind of sysctl command?
The only code that fiddles with the promisc bit is bridging and bpf, so
the only way to do it now is to start up packet filtering. Why do you
need to turn it on?
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message