Hi.<br>there is a radius server with VPN server as its nas. radius server use ldap server in back end for authentication and authorization. <br>we want  if Calling-Station-Id of user is valid radius could give ippool number=1 in access reply to vpn server and if Calling-Station-Id of user is invalid could give ippool number=2. <br>
how radius can do this compare?<br>my user file configuration:<br><br>DEFAULT Client-IP-Address == 192.168.200.123, Auth-Type := Vpn, Autz-Type := Vpn, Post-Auth-Type := Vpn, Session-type := Vpn<br>and in client.conf:<br>
client  192.168.200.123{<br>        secret  = newvpnsecret<br>        shortname = vpn<br>}<br><br><br>