DragonFly BSD
DragonFly users List (threaded) for 2006-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Bridging - how?


From: Gergo Szakal <bastyaelvtars@xxxxxxxxx>
Date: Tue, 30 May 2006 19:35:43 +0200

On Tue, 30 May 2006 09:40:32 -0500
"Chris Csanady" <cc@xxxxxxx> wrote:

>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

Many thanks, that worked. Now I have 2 more questions left.

1) Are bridging and pf available in the GENERIC kernel shipped with the iso? (I think no.)
2) Is there a tool like pftpx or ftpsesame available for DragonFly?

Sorry for these dumb questions, but I intend to replace OpenBSD on my box to DF.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]