On Wed, 21 Aug 2002, [iso-8859-1] ho k wrote:

> Dear All
>
> Can you point out the mistake about ip assignment from
> radius side. Parts of radiusd.conf are as follows:
>
> ....
> authorize {
>         preprocess
>         suffix
>         files
>         RAS
>         ippool RAS {
>                 range-start = 192.168.59.193
>                 range-stop = 192.168.59.195
>                 netmask = 255.255.255.0
>                 cache-size = 3
>                 session-db = ${raddbdir}/db.ippool
>                 ip-index = ${raddbdir}/db.ipindex
>         }
> }
>
> and failure connection output as:
> rad_recv: Access-Request packet from host
> 192.168.59.244:1083, id=49, lengt
> h=71
>         User-Name = "bb"
>         User-Password =
> "\323\317\322\267\272\330\014t\365\223\337\004i\022
> \273"
>         NAS-Port = 0
>         Framed-Protocol = PPP
>         NAS-Identifier = "AUD_AGENT"
>         NAS-Port-Type = Async
> modcall: entering group authorize
>   modcall[authorize]: module "preprocess" returns ok
>   modcall[authorize]: module "RAS" returns noop
>     rlm_realm: Looking up realm NULL for User-Name =
> "bb"
>     rlm_realm: No such realm NULL
>   modcall[authorize]: module "suffix" returns noop
>     users: Matched DEFAULT at 171
>     users: Matched DEFAULT at 197
>     users: Matched DEFAULT at 209
>   modcall[authorize]: module "files" returns ok
> modcall: group authorize returns ok

>From the modcall[authorize] messages it seems that your authorize section is

authorize{
        preprocess
        RAS
        suffix
        files
}

whilst it should be

authorize{
        preprocess
        suffix
        files
        RAS
}

>
> and the "usess" file as:
>
> DEFAULT NAS-IP-Address == 192.168.59.244, Auth-Type :=
> Accept, Pool-Name = "RAS"

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]      National Technical University of Athens, Greece
Work Phone:             +30 10 7721861
'Go back to the shadow' Gandalf


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

Reply via email to