New atheros chipset?

2006-01-16 Thread David Gilbert
I'm looking at an auction on eBay selling an Atheros AR5006XR chipset mini-pci card. It aparently features the AR5414 ... Is there an expectation that the ath driver will work with this card? Dave. -- |David Gilbert,

Zeroconf Implementation, what about Howl?

2006-01-16 Thread Ajey Gore
I was browsing through Project Ideas for volunteers and came across this http://www.freebsd.org/projects/ideas/#p-zeroconf Add zeroconf (Rendezvous/Bonjour) support to FreeBSD, And then I started looking around for more information for Technical Contact and details. This project does not list con

Re: NAT over IPSECed WLAN

2006-01-16 Thread Przemysław Szczygielski
Witaj Brian, W Twoim liście datowanym 16 stycznia 2006 (16:04:32) można przeczytać: > On Mon, Jan 16, 2006 at 02:30:08PM +0100, Przemyslaw Szczygielski wrote: >> > ipseccmd -f 0=* -t 10.2.0.1 -a PRESHARE:"foo" >> > ipseccmd -f *=0 -t 10.2.0.2 -a PRESHARE:"foo" >> > >> >> XP: (configured

Re: NAT over IPSECed WLAN

2006-01-16 Thread Przemysław Szczygielski
> And I can see you have two NAT statements with differen rule numbers > is "not so good" if you don't know what you are doing. When I removed the second one - it stopped working... -- Pozdrowienia, Przemysław Szczygielski ___ freebsd-net@freebsd.or

Re: autobridge patch

2006-01-16 Thread Brooks Davis
On Mon, Jan 16, 2006 at 11:25:04AM +, Marcin Jessa wrote: > On Mon, 16 Jan 2006 22:16:05 +1300 > Andrew Thompson <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I have a patch here that adds the ability to automatically add an interface > > to a > > bridge when its attached. This is aimed

Re: NAT over IPSECed WLAN

2006-01-16 Thread Brian Candler
On Mon, Jan 16, 2006 at 02:30:08PM +0100, Przemyslaw Szczygielski wrote: > > ipseccmd -f 0=* -t 10.2.0.1 -a PRESHARE:"foo" > > ipseccmd -f *=0 -t 10.2.0.2 -a PRESHARE:"foo" > > > > XP: (configured by wizard, from MMC): > > "InboundIPsec" prot: ANY, src port: ANY, dst port: ANY, src IP: >

EBU/CBA Implementation

2006-01-16 Thread Christian Vogt
Everybody, here is a link to our software implementation of Early Binding Updates and Credit-Based Authorization: http://www.tm.uka.de/~chvogt/ebucba/ The implementation is a patch for the Kame- Shisa Mobile IPv6 software, version 20050822, for FreeBSD 5.4. Kind regards, - Christian -- Chri

Re: NAT over IPSECed WLAN

2006-01-16 Thread Przemyslaw Szczygielski
> A diagram helps lots. Tell me if this is correct: > > \|/ - - - - - - - \|/ > | | > 10.2.0.2 10.2.0.1 ndis0 >WinXPFreeBSD 6.0 > client x.x.x.x fxp0 > | > +---> Internet

Re: NAT over IPSECed WLAN

2006-01-16 Thread Brian Candler
On Mon, Jan 16, 2006 at 11:13:32AM +0100, Przemyslaw Szczygielski wrote: > Well, for me the config is so complex, that I doubt anyone will > waste time on going into my config files, but, well... There's > always hope... A diagram helps lots. Tell me if this is correct: \|/ - - - - - - - \|/

Re: NAT over IPSECed WLAN

2006-01-16 Thread VANHULLEBUS Yvan
On Mon, Jan 16, 2006 at 11:13:32AM +0100, Przemyslaw Szczygielski wrote: > Well, for me the config is so complex, that I doubt anyone will > waste time on going into my config files, but, well... There's > always hope... This is not the first time I saw such configurations requests, and that's why

Re: autobridge patch

2006-01-16 Thread Marcin Jessa
On Mon, 16 Jan 2006 22:16:05 +1300 Andrew Thompson <[EMAIL PROTECTED]> wrote: > Hi, > > > I have a patch here that adds the ability to automatically add an interface > to a > bridge when its attached. This is aimed towards apps like qemu or vmware that > open a tap interface and need it bridged

Current problem reports assigned to you

2006-01-16 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description --- o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations w

Re: NAT over IPSECed WLAN

2006-01-16 Thread Bjoern A. Zeeb
On Mon, 16 Jan 2006, Przemyslaw Szczygielski wrote: Hi, Well, for me the config is so complex, that I doubt anyone will waste time on going into my config files, but, well... There's always hope... It's about FreeBSD 6.0 "Gateway", which routes WLAN connected stations to the Internet through N

NAT over IPSECed WLAN

2006-01-16 Thread Przemyslaw Szczygielski
Well, for me the config is so complex, that I doubt anyone will waste time on going into my config files, but, well... There's always hope... It's about FreeBSD 6.0 "Gateway", which routes WLAN connected stations to the Internet through NAT. I want IPSEC between WLAN interfaces of "Gateway" and "C

Re: autobridge patch

2006-01-16 Thread Andrew Thompson
On Mon, Jan 16, 2006 at 10:50:38AM +0100, Marcin Jessa wrote: > On Mon, 16 Jan 2006 22:16:05 +1300 > > I have a patch here that adds the ability to automatically add an > > interface to a bridge when its attached. This is aimed towards apps > > like qemu or vmware that open a tap interface and need

Re: autobridge patch

2006-01-16 Thread Marcin Jessa
On Mon, 16 Jan 2006 22:16:05 +1300 Andrew Thompson <[EMAIL PROTECTED]> wrote: > Hi, Hi Andrew. > I have a patch here that adds the ability to automatically add an > interface to a bridge when its attached. This is aimed towards apps > like qemu or vmware that open a tap interface and need it br

autobridge patch

2006-01-16 Thread Andrew Thompson
Hi, I have a patch here that adds the ability to automatically add an interface to a bridge when its attached. This is aimed towards apps like qemu or vmware that open a tap interface and need it bridged with the network adapter, the user can set up a glob for interfaces to be automatically added