Wifi
configuration du serveur
voir http://www.gerthoffert.net/wiki/index.php?title=PortailCaptifServeurFreeradius http://vuksan.com/linux/dot1x/802-1x-LDAP.html
install debian
install freeradius :
wget ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.6.tar.gz tar xvzf freeradius-1.1.6.tar.gz cd freeradius-1.1.6 ./configure \ --prefix=/usr \ --exec-prefix=/usr \ --mandir=/usr/share/man \ --sysconfdir=/etc \ --libdir=/usr/lib/freeradius \ --datadir=/usr/share \ --localstatedir=/var \ --with-raddbdir=/etc/freeradius \ --with-logdir=/var/log/freeradius \ --enable-ltdl-install=no --enable-strict-dependencies \ --with-large-files --with-udpfromto --with-edir \ --enable-developer \ --config-cache \ --with-system-libtool --with-experimental-modules