I currently have Freeradius 0.7.1 installed and running, how can I assign multiple static IP address for users that are connecting through different devices with the radius server? I currently have the users setup for one IP address for when they connect to the network through a VPN tunnel they get a static address, but I would like to have my modem pool to authenticate through the radius also, and have the radius assign the correct IP address for the user per the device they are connecting from. Below is how I currently have the User file setup for the users. Can I set up radius to send one IP address to one device for a user and another IP to another device for the same user?

 

Each user for the VPN connection and the Modem pool has a static IP address:

 

VPN Connection:

 

DEFAULT Auth-Type := System

        Fall-Through = Yes

 

jdoe Service-Type == Framed-User

        Framed-IP-Address == 192.168.0.1, ß VPN Client IP Address

        Fall-Through = Yes

 

 

Modem Pool:

 

IP Address 192.168.76.1-192.168.76.50 ß Address Range

 

 

Thanks

Andrew Grimmett

Reply via email to