DragonFly users List (threaded) for 2006-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Bridging - how?
On 5/30/06, Gergo Szakal <bastyaelvtars@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]