Re: Wireless Bridge in FreeBSD 6.1

2007-03-15 Thread Kevin Downey

On 3/15/07, Sung Park <[EMAIL PROTECTED]> wrote:

How about EoIP tunnel to establish wireless bridge?  Is it possible?  How
about other tunnels? Do you have any suggestion to make it possible in
FreeBSD?

Thank you

On 3/13/07, Kevin Downey <[EMAIL PROTECTED]> wrote:
>
> On 3/13/07, Sung Park <[EMAIL PROTECTED]> wrote:
> > I'm having trouble to bridge two wireless card which is Atheros AR5213A
in
> > FreeBSD 6.1.  I try to make transparent bridge in these two wireless
card.
> >
> > I compiled BRIDGE in kernel and I put
> >
> > net.link.ether.bridge=1
> > net.link.ether.bridge_cfg=*ath0*,*ath1*
> > net.link.ether.bridge_ipfw=1
> >
> > in sysctl.conf.
> >
> > Following diagram is what I did it.
> >
> > (192.168.0.1)Ath0Ath0,Ath1( 192.168.0.2)Ath0(192.168.0.100)
> >
> > Left unit is wireless router. Middle unit is transparent bridge. Right
unit
> > is client.  I set up like this.  Ath0 of left unit is AP. Ath0 of middle
> > unit is Station.  Ath1 of middle unit is AP. Ath0 of right unit is
Station.
> > I can ping from 192.168.0.100 to 192.168.0.2 but I can't ping from
> > 192.168.0.100 to 192.168.0.1.
> >
> > I tested wired LAN bridge with same configuration. It works well.
> >
> > Anyone has idea about this or has same problem. Please, help me. Any
kind of
> > information will save me.
>
> My understanding is that because of how the 802.11 is designed, this
> sort of setup is not possible using ethernet bridging code(if_bridge
> and friends) if you are using infrastructure mode and a-hoc mode is
> kind of slow. WDS may be waht you are looking for but I don't know if
> FreeBSD supports it yet..
>


I would read the manpage for the gif interface, it may be what you are
looking for

--
The biggest problem with communication is the illusion that it has occurred.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Wireless Bridge in FreeBSD 6.1

2007-03-15 Thread Mike

Sung Park wrote:

How about EoIP tunnel to establish wireless bridge?  Is it possible?  How
about other tunnels? Do you have any suggestion to make it possible in
FreeBSD?
This site is 2,5 years old, but maybe it is helpful:  
http://www.cs.ait.ac.th/ai3/reports/eop/


Abstract:

"This document explains the configurations and procedures to enable 
Ethernet over IP tunneling on FreeBSD. I succesfully performed the test 
on a FreeBSD 4.10-RELEASE. I make no claim that it will work on other 
releases. I also tested it on FreeBSD 4.7-RELEASE."

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Wireless Bridge in FreeBSD 6.1

2007-03-15 Thread Sung Park

How about EoIP tunnel to establish wireless bridge?  Is it possible?  How
about other tunnels? Do you have any suggestion to make it possible in
FreeBSD?

Thank you

On 3/13/07, Kevin Downey <[EMAIL PROTECTED]> wrote:


On 3/13/07, Sung Park <[EMAIL PROTECTED]> wrote:
> I'm having trouble to bridge two wireless card which is Atheros AR5213A
in
> FreeBSD 6.1.  I try to make transparent bridge in these two wireless
card.
>
> I compiled BRIDGE in kernel and I put
>
> net.link.ether.bridge=1
> net.link.ether.bridge_cfg=*ath0*,*ath1*
> net.link.ether.bridge_ipfw=1
>
> in sysctl.conf.
>
> Following diagram is what I did it.
>
> (192.168.0.1)Ath0Ath0,Ath1(192.168.0.2)Ath0(192.168.0.100)
>
> Left unit is wireless router. Middle unit is transparent bridge. Right
unit
> is client.  I set up like this.  Ath0 of left unit is AP. Ath0 of middle
> unit is Station.  Ath1 of middle unit is AP. Ath0 of right unit is
Station.
> I can ping from 192.168.0.100 to 192.168.0.2 but I can't ping from
> 192.168.0.100 to 192.168.0.1.
>
> I tested wired LAN bridge with same configuration. It works well.
>
> Anyone has idea about this or has same problem. Please, help me. Any
kind of
> information will save me.

My understanding is that because of how the 802.11 is designed, this
sort of setup is not possible using ethernet bridging code(if_bridge
and friends) if you are using infrastructure mode and a-hoc mode is
kind of slow. WDS may be waht you are looking for but I don't know if
FreeBSD supports it yet..

--
The biggest problem with communication is the illusion that it has
occurred.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Wireless Bridge in FreeBSD 6.1

2007-03-13 Thread Kevin Downey

On 3/13/07, Sung Park <[EMAIL PROTECTED]> wrote:

I'm having trouble to bridge two wireless card which is Atheros AR5213A in
FreeBSD 6.1.  I try to make transparent bridge in these two wireless card.

I compiled BRIDGE in kernel and I put

net.link.ether.bridge=1
net.link.ether.bridge_cfg=*ath0*,*ath1*
net.link.ether.bridge_ipfw=1

in sysctl.conf.

Following diagram is what I did it.

(192.168.0.1)Ath0Ath0,Ath1(192.168.0.2)Ath0(192.168.0.100)

Left unit is wireless router. Middle unit is transparent bridge. Right unit
is client.  I set up like this.  Ath0 of left unit is AP. Ath0 of middle
unit is Station.  Ath1 of middle unit is AP. Ath0 of right unit is Station.
I can ping from 192.168.0.100 to 192.168.0.2 but I can't ping from
192.168.0.100 to 192.168.0.1.

I tested wired LAN bridge with same configuration. It works well.

Anyone has idea about this or has same problem. Please, help me. Any kind of
information will save me.


My understanding is that because of how the 802.11 is designed, this
sort of setup is not possible using ethernet bridging code(if_bridge
and friends) if you are using infrastructure mode and a-hoc mode is
kind of slow. WDS may be waht you are looking for but I don't know if
FreeBSD supports it yet..

--
The biggest problem with communication is the illusion that it has occurred.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"