Posts from October 2006.

Ethernet bridging in FreeBSD 6.1

Add to rc.conf:

cloned_interfaces=”bridge0″

ifconfig_bridge0=”addm rl0 addm rl1″

Make sure you have if_bridge loaded as module or set up as ‘device if_bridge’ in your kernel configuration file.