Wifi

De Wiki_DR13
Révision datée du 29 juin 2007 à 13:40 par Julien.garnier (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

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