Re: ath diff for testing: please test on _old_ ar5212 ath devices

2008-07-31 Thread Tom Menari
Works for me but only 11b (the AP is 11b/g, 11g works in Linux in the same position.) ath0 at pci2 dev 2 function 0 "Atheros AR5212 (IBM MiniPCI)" rev 0x01: irq 11 ath0: AR5213A 5.9 phy 4.3 rf5112a 3.6, WOR2W, address 00:16:cf:43:50:5d # ifconfig ath0 ath0: flags=8863 mtu 1500 lladdr 00:1

Re: IPsec with a Linux road-warrior

2008-03-24 Thread Tom Menari
I finally got this working with Openswan and X.509 certificates. On the OpenBSD side: ipsec.conf: ike passive esp from 86.134.74.32 to any Linux/Openswan side: ipsec.conf: version 2 include /etc/ipsec.d/examples/no_oe.conf config work auto=add left=%defaultroute leftcert=r

IPsec with a Linux road-warrior

2008-03-22 Thread Tom Menari
Can anyone reccomend a client configuration for IPsec from a roaming Linux machine that works with OpenBSD's ipsecctl? I have tried Openswan and racoon and both have thier problems. Currently using X509 certificates but if anyone has public keys working that would be good too. Thanks, Tom