On 9/20/06, stupidmail4me <[EMAIL PROTECTED]> wrote:
>
> I want to create a single network, 192.168.1.0/24. I
> want to be able to access it either from a wired
> connection on xl0 or a wireless connection on ral0. I
> am using dhcpd.
>
> What's the best way to set this up? I want one single
> network. My thoughts:
> xl0 -> 192.168.1.1/255.255.255.0
> ral0 -> 192.168.1.2/255.255.255.0
> dhcpd -> listening on both xl0 and ral0
>
> This would create a problem though, because the
> routing tables would be all screwed up. I would have
> to also create a bridge between the two, correct? So:
> bridgename.bridge0 -> add xl0 add ral0 up.
>
> Is this the best way to do it. I essentially want one
> network available on both cards, so wired or wireless,
> to be transparent.
>
> TIA.
>
> -James
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
Check out trunk(4). I believe it gives an example pretty darn close to
this.