Freeradius en Part2 PDF
Freeradius en Part2 PDF
RADIUS Server
Aurélien Geron, Wifirst, 7 janvier 2011
• An Open-Source
(GPLv2) server
• A powerful configu-
ration system
• Many expansion
modules
$ /etc/init.d/freeradius
Usage: /etc/init.d/freeradius start|stop|restart|force-reload
$ freeradius -X
FreeRADIUS Version 2.1.8, for host x86_64-pc-linux-gnu, built on Jan 3 2010 at 14:14:04
Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
You may redistribute copies of FreeRADIUS under the terms of the
GNU General Public License v2.
Starting - reading configuration files ...
including configuration file /etc/freeradius/radiusd.conf
including configuration file /etc/freeradius/proxy.conf
...
listen {
type = "auth"
ipaddr = 10.1.2.3
port = 0
}
listen {
type = "acct"
ipaddr = 10.1.2.3
port = 0
}
Listening on authentication address 10.1.2.3 port 1812
Listening on accounting address 10.1.2.3 port 1813
Listening on proxy address 10.1.2.3 port 1814
Ready to process requests.