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
}
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to