On Tue, Nov 01, 2005 at 09:14:52PM +0100, Didier Wiroth wrote: > Hello, > I was wondering if there are users using openbsd wifi accesspoints in a multi > windows os environment like: > windows mobile 2003, windows mobile 5, xp. > > Do you know about tutorials or documentation on how to setup such a "secure" > openbsd accesspoint? > > I must honestly admit that I don't know which secure technology to use to be > able to connect with all different clients, especially windows mobile wifi > clients. > > I would really appreciate any suggestions.
Authpf(8) is a common tool for wifi authentication -- I use it with W2K, WME, W98, and OBSD clients. The Windows platforms all run putty. Since wifi isn't secure -- you'll want to set up encrypted connections for your clients. I use ssh to tunnel everything, and to provide SOCKS proxy services as well. Your environment may need more than that, if so, you can use vpn(8) or the OpenVPN port.

