Pool-Name := Ivan Kalik Kalik Informatika ISP Dana 17/6/2008, "Frank James Wilson" <frank@xfactor.no> piše:
Hey,
I'm trying to set up freeradius with our ISP's APN (mobile network) service. I've been using freeradius for sometime,and it works no problems.
I'm using the system authentication module, and again,no problems here.
My problem occurs when I want to use the 'dhcp' or ippool module.
Here's my error; ----------------------------------------------------------------------------------- radiusd -x Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module: Loaded exec rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded PAP Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP Module: Instantiated mschap (mschap) Module: Loaded System Module: Instantiated unix (unix) Module: Loaded eap rlm_eap: Loaded and initialized type md5 rlm_eap: Loaded and initialized type leap rlm_eap: Loaded and initialized type gtc rlm_eap: Loaded and initialized type mschapv2 Module: Instantiated eap (eap) Module: Loaded preprocess Module: Instantiated preprocess (preprocess) Module: Loaded realm Module: Instantiated realm (suffix) Module: Loaded files Module: Instantiated files (files) Module: Loaded Acct-Unique-Session-Id Module: Instantiated acct_unique (acct_unique) Module: Loaded detail Module: Instantiated detail (detail) Module: Loaded radutmp Module: Instantiated radutmp (radutmp) Module: Loaded IPPOOL Module: Instantiated ippool (mobile) Initializing the thread pool... Listening on authentication *:1645 Listening on accounting *:1646 Listening on authentication *:1812 Ready to process requests. rad_recv: Access-Request packet from host 172.20.0.1:1812, id=122, length=122 NAS-Identifier = "ggsn3" User-Name = "mobile" User-Password = "xxxxxxxxx" NAS-IP-Address = 172.20.0.1 NAS-Port-Type = Virtual Called-Station-Id = "mdaxxxx" Calling-Station-Id = "474000xxxx" Acct-Session-Id = "d4118d7924abecce" Acct-Multi-Session-Id = "d4118d7900003472" Login OK: [mobile/Bama4ever] (from client ggsn3 port 0 cli 4740008077) rlm_ippool: Could not find Pool-Name attribute. Sending Access-Accept of id 122 to 172.20.0.1 port 1812 -------------------------------------------------------------------------------------- Now as you can see I get the error saying:
rlm_ippool: Could not find Pool-Name attribute.
Which I can't understand, since it is defined;
radiusd.conf: --------------------------------------------------------------------------------------- ippool mobile {
name = mobile range-start = 172.20.0.2 range-stop = 172.20.7.250
netmask = 255.255.248.0
cache-size = 800
session-db = ${raddbdir}/db.ippool
ip-index = ${raddbdir}/db.ipindex
override = no
maximum-timeout = 0
#key = "172.20.0.1:1813" } ----------------------------------------------------------------------------------------------
And also in the users file:
----------------------------------------------------------------------------------------------- mobile Auth-Type = System, Pool-Name = mobile Service-Type == Login-User, Framed-Protocol = PPP, Fall-Through = Yes ------------------------------------------------------------------------------------------------
What am I doing wrong?
Please advice..
best,
Frank James Wilson
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html