Bridging - how?
Chris Csanady
cc at 137.org
Tue May 30 07:44:04 PDT 2006
On 5/30/06, Gergo Szakal <bastyaelvtars at xxxxxxxxx> wrote:
Hello,
I am sorry to ask such a lame question, but how do I enable bridging in DragonflyBSD?
Yeah, the manual page is a little out of date. Try something like the
following.
Chris
/etc/rc.conf:
ifconfig_fxp1="up"
ifconfig_fxp2="up"
ifconfig_fxp3="up"
cloned_interfaces="bridge0"
ifconfig_bridge0="DHCP"
/etc/start_if.bridge0:
brconfig bridge0 \
add fxp1 stp fxp1 \
add fxp2 stp fxp2 \
add fxp3 stp fxp3 \
up
More information about the Users
mailing list