if_bridge problem

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Sun Aug 31 09:45:34 UTC 2008


> Hi
>
> First of all sorry for my bad english =)

better than mine.

>
> I am running 7.0 STABLE
>
> So...I've build a kernel with device if_bridge, and if_bridge and tap are
> kldload'ed, tap0 bridge0 are up'ed..but...
>
> sysctl net.link.ether.bridge_cfg=nfe0,tap0
>
> I have error:sysctl: unknown oid 'net.link.ether.bridge_cfg'
>

ifconfig bridge0 addm nfe0
ifconfig bridge0 addm tap0


or in rc.conf:

cloned_interfaces="tap0 bridge0"
autobridge_interfaces="bridge0"
autobridge_bridge0="tap0 nfe0"



More information about the freebsd-questions mailing list