Duplicate IPs for Radius Clients with different secrets
Hi, I'm wondering if someone can point me in the right direction. I want to list radius clients with the same IPs (and different shared secrets). This would let me use freeradius among multiple offices, where each could use the same IP addresses for the radius clients. I need something very dynamic; manually creating virtual servers in the config file won't work well. Right now I'm using v1.188.2.4.2.14 Thanks! Eric
Hi, I'm wondering if someone can point me in the right direction. I want to list radius clients with the same IPs (and different shared secrets). This would let me use freeradius among multiple offices, where each could use the same IP addresses for the radius clients.
And how is routing going to work there? How is radius server suposed to send the response back to the correct client? This can work only if carry radius server from office to office so it works a little bit here, little bit there. If you connect those clients onto a network they will all stop working (or, at best, first one you put on the network will work but others won't). Ivan Kalik Kalik Informatika ISP
Eric Geier wrote:
Hi, I'm wondering if someone can point me in the right direction. I want to list radius clients with the same IPs (and different shared secrets). This would let me use freeradius among multiple offices, where each could use the same IP addresses for the radius clients. I need something very dynamic; manually creating virtual servers in the config file won't work well.
RADIUS doesn't work that way. Shared secrets are per client IP. Each client IP is used to look up the shared secret. You can't have multiple shared secrets for one IP.
Right now I'm using v1.188.2.4.2.14
That's not the server version number. Use "radiusd -v" to get the version information. Alan DeKOk.
participants (3)
-
Alan DeKok -
Eric Geier -
tnt@kalik.net