How to use if_bridge

2006-04-14 Thread Daniel O'Connor
I am trying to use if_bridge with OpenVPN and I am having some trouble with basic bridging. I am testing it on my laptop with has an ath interface which uses WPA to a Linksys WRT54G and then to a FreeBSD gateway. I have tried both configuring ath0 with an IP as well as bridge0 but neither work

Re: How to use if_bridge

2006-04-14 Thread Fabian Keil
"Daniel O'Connor" <[EMAIL PROTECTED]> wrote: > I am trying to use if_bridge with OpenVPN and I am having some > trouble with basic bridging. > > I am testing it on my laptop with has an ath interface which uses WPA > to a Linksys WRT54G and then to a FreeBSD gateway. > > I have tried both config

Re: Sub-interfaces

2006-04-14 Thread Eric W. Bates
Jon Otterholm wrote: > Eric W. Bates wrote: > >> Andrew Thompson wrote: >> >> >>> On Wed, Apr 12, 2006 at 02:38:47PM +0200, Jon Otterholm wrote: >>> >>> Hi. I am designing a new network and one way to go is to configure a router based on FreeBSD with one IF/customer. Th

Re: How to use if_bridge

2006-04-14 Thread Daniel O'Connor
On Friday 14 April 2006 21:37, Fabian Keil wrote: > > killall devd [to stop it running dhclient] > > /etc/rc.d/netif stop ath0 > > ifconfig bridge0 create > > wpa_supplicant -i ath0 -c /etc/wpa_supplicant.conf > > ifconfig bridge0 create > > ifconfig bridge0 addm ath0 > > dhclient bridge0 > > What'