hello all
the ippools dont work with freeradius_1.0.2 and cisco vpn concentrator 3005.
can anyone help me. there is an error in debug output: "rlm_ippool: Could not find nas port information. Return NOOP."
 
when i try with ntradping.exe and add an attribute Nas-Port 0 we get an ip adress from the ras server
what is wrong?
 
thanks christoph
 
 
radiusd.conf:
        ippool it {
                name = it
                range-start = 192.168.200.200
                range-stop = 192.168.200.254
                netmask = 255.255.255.0
                cache-size = 55
                session-db = ${raddbdir}/it-db.ippool
                ip-index = ${raddbdir}/it-db.ipindex
                override = no
                maximum-timeout = 0
        }
 
users:
test          Auth-Type := Local, User-Password == "xxx", Pool-Name := "it"
                Service-Type = Framed-User,
                Framed-Protocol = PPP,
                Fall-Through = Yes

client.conf:
client  192.168.1.1 {
        secret          = xxx
        shortname       = test_x
        nastype         = cisco
}
 
debug output:
rad_recv: Access-Request packet from host 192.168.1.1:1648, id=231, length=5
6
        User-Name = "test"
        User-Password = "xxx"
        NAS-IP-Address = 192.168.1.1
        NAS-Port-Type = Virtual
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 0
  modcall[authorize]: module "preprocess" returns ok for request 0
  modcall[authorize]: module "chap" returns noop for request 0
  modcall[authorize]: module "mschap" returns noop for request 0
    rlm_realm: No '@' in User-Name = "test", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 0
  rlm_eap: No EAP-Message, not doing EAP
  modcall[authorize]: module "eap" returns noop for request 0
    users: Matched entry DEFAULT at line 152
    users: Matched entry test at line 168
  modcall[authorize]: module "files" returns ok for request 0
modcall: group authorize returns ok for request 0
  rad_check_password:  Found Auth-Type Local
auth: type Local
auth: user supplied User-Password matches local User-Password
Login OK: [test] (from client test_x port 0)
  Processing the post-auth section of radiusd.conf
modcall: entering group post-auth for request 0
rlm_ippool: Could not find nas port information. Return NOOP.
  modcall[post-auth]: module "it" returns noop for request 0
modcall: group post-auth returns noop for request 0
Sending Access-Accept of id 231 to 192.168.1.1:1648
        Service-Type = Framed-User
        Framed-Protocol = PPP
Finished request
 
 

Reply via email to