Hello All,

            I have a problem with rlm_ippool module.... It doesn't give
ip addresses... :(
            This is my radiusd.conf:

modules {
..................................
        ippool ippool {
                name = ippool
                range-start = 194.69.251.128
                range-stop = 194.69.251.254
                netmask = 255.255.252.0
                session-db = /usr/local/etc/raddb/ippool-sess-db
                ip-index = /usr/local/etc/raddb/ippool-idx-db
                cache-size = 1000
        }
....................................
}
accounting {
        acct_unique
        detail
        unix         
        radutmp
        ippool
}
post-auth {
        ippool
}


            When the radius gets an incoming auth.req :

Thread 4 handling request 3, (1 handled so far)
        User-Name = "tec-javiere"
        User-Password = "11111"
        NAS-IP-Address = 194.69.248.50
        NAS-Port = 2
        Framed-Protocol = PPP
        Service-Type = 0

modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
rlm_chap: Could not find proper Chap-Password attribute in request
  modcall[authorize]: module "chap" returns noop
  modcall[authorize]: module "mschap" returns notfound
    rlm_realm: No '@' in User-Name = "tec-javiere", looking up realm
NULL
    rlm_realm: No such realm NULL
  modcall[authorize]: module "suffix" returns noop
    users: Matched tec-javiere at 5123
  modcall[authorize]: module "files" returns ok
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type Local
auth: type Local
auth: user supplied User-Password matches local User-Password Login OK:
[tec-javiere] (from client alhproxy port 2)
modcall: entering group post-auth
rlm_ippool: Searching for an entry for nas/port: 194.69.248.50/2
  modcall[post-auth]: module "ippool" returns noop
modcall: group post-auth returns noop
Sending Access-Accept of id 36 to 194.69.248.50:2761
        Service-Type = Framed-User
        Framed-Protocol = PPP
        Framed-MTU = 1500
        Framed-Address = 255.255.255.255
        Framed-Netmask = 255.255.255.255
        Ascend-Metric = 2
        Framed-Routing = None
        Framed-Compression = None
        Ascend-Idle-Limit = 14400
        Ascend-Maximum-Time = 36000
Finished request 3

 

            Why ippool modules returns NOOP??

            Thx in advance.
            Javier.



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to