Bridging - how?
Gergo Szakal
bastyaelvtars at gmail.com
Tue May 30 10:35:43 PDT 2006
On Tue, 30 May 2006 09:40:32 -0500
"Chris Csanady" <cc at xxxxxxx> wrote:
>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
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.
More information about the Users
mailing list