rlm_ippool does not create DB and IDX files
I have a working freeradius installation (v2.1.10, Ubuntu package) with rlm_ippool working like a charm. Now I'm installing a new server (CentOS 6) with the freeradius (v2.1.10) installed as package. It install the rlm_ippool.so module so I assume ippool supprot is compiled in. I've copied the radiusd.conf, modules/ippool and users file from the old (working) server to my new on. When I start radiusd, no DB and IDX files for the pools are created. The old server howerver, does create these files using the same config files. When I 'strace' radiusd at startup, I see that it opens and reads modules/ippool. radiusd.conf: prefix = / exec_prefix = ${prefix} sysconfdir = ${prefix}/etc raddbdir = ${sysconfdir}/radius db_dir = ${raddbdir} modules/ippool: ippool m2m.sycada.vodafone.de_pool { range-start = 10.242.128.0 range-stop = 10.242.255.254 netmask = 255.255.0.0 cache-size = 32768 session-db = ${raddbdir}/db.m2m.sycada.vodafone.de_pool ip-index = ${raddbdir}/idx.m2m.sycada.vodafone.de_pool override = no maximum-timeout = 0 key = "%{Calling-Station-ID}" users: DEFAULT Service-Type == Framed-User MS-Primary-DNS-Server += 172.17.98.22, MS-Secondary-DNS-Server += 172.17.98.24, Fall-Through = Yes myuid Cleartext-Password := "secret", Called-Station-Id == "m2m.sycada.vodafone.de", Pool-Name := "m2m.sycada.vodafone.de_pool" Session-Timeout <= 604800 /usr/sbin/radius -X: FreeRADIUS Version 2.1.10, for host i686-pc-linux-gnu, built on Jul 19 2011 at 10:16:18 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/raddb/radiusd.conf including configuration file /etc/raddb/clients.conf including files in directory /etc/raddb/modules/ including configuration file /etc/raddb/modules/expr including configuration file /etc/raddb/modules/smbpasswd including configuration file /etc/raddb/modules/cui including configuration file /etc/raddb/modules/passwd including configuration file /etc/raddb/modules/ntlm_auth including configuration file /etc/raddb/modules/dynamic_clients including configuration file /etc/raddb/modules/perl including configuration file /etc/raddb/modules/detail.log including configuration file /etc/raddb/modules/sql_log including configuration file /etc/raddb/modules/pap including configuration file /etc/raddb/modules/etc_group including configuration file /etc/raddb/modules/files including configuration file /etc/raddb/modules/opendirectory including configuration file /etc/raddb/modules/detail including configuration file /etc/raddb/modules/expiration including configuration file /etc/raddb/modules/sradutmp including configuration file /etc/raddb/modules/unix including configuration file /etc/raddb/modules/chap including configuration file /etc/raddb/modules/preprocess including configuration file /etc/raddb/modules/digest including configuration file /etc/raddb/modules/mschap including configuration file /etc/raddb/modules/smsotp including configuration file /etc/raddb/modules/realm including configuration file /etc/raddb/modules/sqlcounter_expire_on_login including configuration file /etc/raddb/modules/policy including configuration file /etc/raddb/modules/attr_rewrite including configuration file /etc/raddb/modules/echo including configuration file /etc/raddb/modules/always including configuration file /etc/raddb/modules/acct_unique including configuration file /etc/raddb/modules/ippool including configuration file /etc/raddb/modules/mac2ip including configuration file /etc/raddb/modules/otp including configuration file /etc/raddb/modules/checkval including configuration file /etc/raddb/modules/inner-eap including configuration file /etc/raddb/modules/exec including configuration file /etc/raddb/modules/detail.example.com including configuration file /etc/raddb/modules/logintime including configuration file /etc/raddb/modules/pam including configuration file /etc/raddb/modules/attr_filter including configuration file /etc/raddb/modules/wimax including configuration file /etc/raddb/modules/mac2vlan including configuration file /etc/raddb/modules/radutmp including configuration file /etc/raddb/modules/linelog including configuration file /etc/raddb/modules/counter including configuration file /etc/raddb/policy.conf including files in directory /etc/raddb/sites-enabled/ including configuration file /etc/raddb/sites-enabled/control-socket including configuration file /etc/raddb/sites-enabled/default including configuration file /etc/raddb/sites-enabled/inner-tunnel main { user = "radiusd" group = "radiusd" allow_core_dumps = no } including dictionary file /etc/raddb/dictionary main { prefix = "/" localstatedir = "//var" logdir = "//var/log/radius" libdir = "//lib" radacctdir = "//var/log/radius/radacct" hostname_lookups = no max_request_time = 30 cleanup_delay = 5 max_requests = 1024 pidfile = "//var/run/radiusd/radiusd.pid" checkrad = "//sbin/checkrad" debug_level = 0 proxy_requests = no log { stripped_names = no auth = yes auth_badpass = yes auth_goodpass = yes } security { max_attributes = 200 reject_delay = 1 status_server = yes } } radiusd: #### Loading Realms and Home Servers #### radiusd: #### Loading Clients #### client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = "testing123" nastype = "other" radiusd: #### Instantiating modules #### instantiate { Module: Linked to module rlm_exec Module: Instantiating module "exec" from file /etc/raddb/modules/exec exec { wait = no input_pairs = "request" shell_escape = yes } Module: Linked to module rlm_expr Module: Instantiating module "expr" from file /etc/raddb/modules/expr Module: Linked to module rlm_expiration Module: Instantiating module "expiration" from file /etc/raddb/modules/expiration expiration { reply-message = "Password Has Expired " } Module: Linked to module rlm_logintime Module: Instantiating module "logintime" from file /etc/raddb/modules/logintime logintime { reply-message = "You are calling outside your allowed timespan " minimum-timeout = 60 } } radiusd: #### Loading Virtual Servers #### server inner-tunnel { # from file /etc/raddb/sites-enabled/inner-tunnel modules { Module: Checking authenticate {...} for more modules to load Module: Linked to module rlm_pap Module: Instantiating module "pap" from file /etc/raddb/modules/pap pap { encryption_scheme = "auto" auto_header = no } Module: Linked to module rlm_chap Module: Instantiating module "chap" from file /etc/raddb/modules/chap Module: Linked to module rlm_mschap Module: Instantiating module "mschap" from file /etc/raddb/modules/mschap mschap { use_mppe = yes require_encryption = no require_strong = no with_ntdomain_hack = no } Module: Linked to module rlm_unix Module: Instantiating module "unix" from file /etc/raddb/modules/unix unix { radwtmp = "//var/log/radius/radwtmp" } Module: Checking authorize {...} for more modules to load Module: Linked to module rlm_realm Module: Instantiating module "suffix" from file /etc/raddb/modules/realm realm suffix { format = "suffix" delimiter = "@" ignore_default = no ignore_null = no } Module: Linked to module rlm_files Module: Instantiating module "files" from file /etc/raddb/modules/files files { usersfile = "/etc/raddb/users" acctusersfile = "/etc/raddb/acct_users" preproxy_usersfile = "/etc/raddb/preproxy_users" compat = "no" } Module: Checking session {...} for more modules to load Module: Linked to module rlm_radutmp Module: Instantiating module "radutmp" from file /etc/raddb/modules/radutmp radutmp { filename = "//var/log/radius/radutmp" username = "%{User-Name}" case_sensitive = yes check_with_nas = yes perm = 384 callerid = yes } Module: Checking post-auth {...} for more modules to load Module: Linked to module rlm_attr_filter Module: Instantiating module "attr_filter.access_reject" from file /etc/raddb/modules/attr_filter attr_filter attr_filter.access_reject { attrsfile = "/etc/raddb/attrs.access_reject" key = "%{User-Name}" } } # modules } # server server { # from file /etc/raddb/radiusd.conf modules { Module: Checking authenticate {...} for more modules to load Module: Linked to module rlm_digest Module: Instantiating module "digest" from file /etc/raddb/modules/digest Module: Checking authorize {...} for more modules to load Module: Linked to module rlm_preprocess Module: Instantiating module "preprocess" from file /etc/raddb/modules/preprocess preprocess { huntgroups = "/etc/raddb/huntgroups" hints = "/etc/raddb/hints" with_ascend_hack = no ascend_channels_per_line = 23 with_ntdomain_hack = no with_specialix_jetstream_hack = no with_cisco_vsa_hack = no with_alvarion_vsa_hack = no } Module: Checking preacct {...} for more modules to load Module: Linked to module rlm_acct_unique Module: Instantiating module "acct_unique" from file /etc/raddb/modules/acct_unique acct_unique { key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port" } Module: Checking accounting {...} for more modules to load Module: Linked to module rlm_detail Module: Instantiating module "detail" from file /etc/raddb/modules/detail detail { detailfile = "//var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d" header = "%t" detailperm = 384 dirperm = 493 locking = no log_packet_header = no } Module: Instantiating module "attr_filter.accounting_response" from file /etc/raddb/modules/attr_filter attr_filter attr_filter.accounting_response { attrsfile = "/etc/raddb/attrs.accounting_response" key = "%{User-Name}" } Module: Checking session {...} for more modules to load Module: Checking post-auth {...} for more modules to load } # modules } # server radiusd: #### Opening IP addresses and Ports #### listen { type = "auth" ipaddr = * port = 1812 } listen { type = "acct" ipaddr = * port = 1813 } listen { type = "control" listen { socket = "//var/run/radiusd/radiusd.sock" } } listen { type = "auth" ipaddr = 127.0.0.1 port = 18120 } Listening on authentication address * port 1812 Listening on accounting address * port 1813 Listening on command file //var/run/radiusd/radiusd.sock Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel Ready to process requests. I can not see any difference in the freeradius config. Anby help is greatly appreciated! Rogier Mulder -- View this message in context: http://freeradius.1045715.n5.nabble.com/rlm-ippool-does-not-create-DB-and-ID... Sent from the FreeRadius - User mailing list archive at Nabble.com.
rogiermulder wrote:
I have a working freeradius installation (v2.1.10, Ubuntu package) with rlm_ippool working like a charm. Now I'm installing a new server (CentOS 6) with the freeradius (v2.1.10) installed as package. It install the rlm_ippool.so module so I assume ippool supprot is compiled in. I've copied the radiusd.conf, modules/ippool and users file from the old (working) server to my new on.
And not the virtual servers. See raddb/sites-enabled/
When I start radiusd, no DB and IDX files for the pools are created. The old server howerver, does create these files using the same config files. When I 'strace' radiusd at startup, I see that it opens and reads modules/ippool.
It says that in the debug output, too. Now search the *rest* of the debug output for references to "ippool". There aren't any. i.e. the "modules/ippool" file is read, but the module is *not* initialized. That's because the module isn't referenced in any virtual server. Alan DeKok.
Thanks Alan! Now it creates the files but only when I issue /sbin/radiusd as root, it can create/access the idx and db files. When I start it issuing (as root) /etc/init.d/radiusd start, it fail: Wed Apr 18 06:41:59 2012 : Info: Loaded virtual server inner-tunnel Wed Apr 18 06:41:59 2012 : Error: rlm_ippool: Failed to open file //etc/raddb/db.mp.nl.sycada.com_pool: Permission denied Wed Apr 18 06:41:59 2012 : Error: /etc/raddb/modules/ippool[90]: Instantiation failed for module "mp.nl.sycada.com_pool" Wed Apr 18 06:41:59 2012 : Error: /etc/raddb/sites-enabled/default[383]: Failed to load module "mp.nl.sycada.com_pool". Wed Apr 18 06:41:59 2012 : Error: /etc/raddb/sites-enabled/default[360]: Errors parsing accounting section. Wed Apr 18 06:41:59 2012 : Error: Failed to load virtual server <default> sites-available/default: accounting { mp.nl.sycada.com_pool } post-auth { mp.nl.sycada.com_pool } modules/ippool: ippool mp.nl.sycada.com_pool { range-start = 192.168.160.0 range-stop = 192.168.191.254 netmask = 255.255.0.0 cache-size = 8160 session-db = ${raddbdir}/db.mp.nl.sycada.com_pool ip-index = ${raddbdir}/idx.mp.nl.sycada.com_pool override = no maximum-timeout = 0 key = "%{Calling-Station-ID}" } radiusd.conf : user = radiusd group = radius ls -latr /etc/raddb: -rw-------. 1 radiusd radiusd 12288 Apr 18 06:27 idx.mp.nl.sycada.com_pool -rw-------. 1 radiusd radiusd 1032256 Apr 18 06:27 db.mp.nl.sycada.com_pool drwxr-xr-x. 7 radiusd radiusd 4096 Apr 18 06:45 . -- View this message in context: http://freeradius.1045715.n5.nabble.com/rlm-ippool-does-not-create-DB-and-ID... Sent from the FreeRadius - User mailing list archive at Nabble.com.
On Wed, Apr 18, 2012 at 11:47 AM, rogiermulder <rogier@mulder.org> wrote:
Thanks Alan!
Now it creates the files but only when I issue /sbin/radiusd as root, it can create/access the idx and db files. When I start it issuing (as root) /etc/init.d/radiusd start, it fail:
Wed Apr 18 06:41:59 2012 : Info: Loaded virtual server inner-tunnel Wed Apr 18 06:41:59 2012 : Error: rlm_ippool: Failed to open file //etc/raddb/db.mp.nl.sycada.com_pool: Permission denied
radiusd.conf :
user = radiusd group = radius
is that a copy-paste error? radius or radiusd?
ls -latr /etc/raddb:
-rw-------. 1 radiusd radiusd 12288 Apr 18 06:27 idx.mp.nl.sycada.com_pool -rw-------. 1 radiusd radiusd 1032256 Apr 18 06:27 db.mp.nl.sycada.com_pool drwxr-xr-x. 7 radiusd radiusd 4096 Apr 18 06:45 .
Looks like permission problem. See /var/log/messsages for anything like "denied", and try to disable selinux and friends (if currently enabled). -- Fajar
Thanks Fajar! It was SELinux making trouble. Yes, that was a cut&paste error rgrds rgr -- View this message in context: http://freeradius.1045715.n5.nabble.com/rlm-ippool-does-not-create-DB-and-ID... Sent from the FreeRadius - User mailing list archive at Nabble.com.
On 04/18/2012 11:57 AM, rogiermulder wrote:
Thanks Fajar! It was SELinux making trouble.
Please file a bug against SELinux so the issue gets fixed. Be sure to include the AVC's from /var/log/audit/audit.log. -- John Dennis <jdennis@redhat.com> Looking to carve out IT costs? www.redhat.com/carveoutcosts/
participants (4)
-
Alan DeKok -
Fajar A. Nugraha -
John Dennis -
rogiermulder