22 Jan
2007
22 Jan
'07
10:39 a.m.
Rafał Kamiński wrote:
Oki,
I set ippool main {} and what i must set in users to add auth. user IP
"rka" Auth-Type := EAP, Pool-Name := "main_ippool" Framed-Route = 192.168.1.245
Read the documentation please. Don't set Auth-Type. Your Pool-Name is wrong. The Framed-Route is not needed. Just do this: rka Pool-Name := "main" ...then in radiusd.conf: modules { ippool main { ... } } authorize { preprocess files eap ... } authenticate { ... } post-auth { main }