Monday, July 18, 2011

FC13 Radius with FOS

--install freeradius from GUI
--add user: /etc/raddb/users
gnakj Cleartext-Password := "qaxxxxx1"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 172.18.9.36,
Framed-IP-Netmask = 255.255.255.0,
Framed-Routing = Broadcast-Listen,
Framed-Filter-Id = "std.ppp",
Framed-MTU = 1500,
Framed-Compression = Van-Jacobsen-TCP-IP

--add client: /etc/raddb/clients.conf
client fgt3600 {
ipaddr = 172.18.9.36
secret = 123456
require_message_authenticator = no
nastype = other
}

--test from FGT3600:
IPv6_UP_Mar01_11 # d test authserver radius rad_28 chap gnakj qa654321
authenticate 'jkang' against 'chap' succeeded, server=primary assigned_rad_session_id=23986180 session_timeout=0 secs!

No comments: