>Hi,all                         
>    i configure the freeradius with mysql .when send the Access-Request ,and can 
> receive the Access-Accept.I can see
>that authenticate is pass .but  radius server can not send the ipaddress to user
>
What ipaddress do you want the radius server send back to the user?

>Login OK: [EMAIL PROTECTED]/<CHAP-Password>] (from client router2610 port 1 cli 
>460030922009519)
>Sending Access-Accept of id 248 to 62.1.32.7:1645
>        Framed-IP-Address := 255.255.255.254
>        Framed-MTU = 1500
>        Service-Type = Framed-User
>        Framed-Protocol = PPP
>        Framed-Compression = Van-Jacobson-TCP-IP
>Finished request 0

If you want return tht origin NAS-IP-Address to the user, you can use rlm_checkval 
module updating to freeradius-1.0.0preX .
rlm_expr module must be enabled.

in radreply
NAS-IP-Address := `%{expr: %{NAS-IP-Address}}`

>Sending Accounting-Response of id 249 to 62.1.32.7:1646
>Finished request 1

Nothing will be sent back in Accounting-Response packet. If you want, you can hack the 
code.




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

Reply via email to