IPPools + Proxies
I'm trying to use ippools defined within radius for users in a specific domain that I proxy auth for. On the main radius server I have: --- radiusd.conf: modules { ippool pool1 { name = pool1 range-start = 192.168.1.64 range-stop = 192.168.1.67 netmask = 255.255.255.255 cache-size = 4 session-db = ${raddbdir}/pool1.ippool ip-index = ${raddbdir}/pool1.ipindex override = yes } } accounting { detail pool1 } post-auth { pool1 } --- attrs: test.net Pool-Name := pool1, Fall-Through := No --- proxy.conf: realm test.net { type = radius authhost = radius1.test.net:1812 accthost = radius1.test.net:1813 secret = 321contact nostrip } The remote radius server is running FreeRadius as well, and just doing simple unix passwd backed auth. So far, I can't get the local server to apply the pool definition for this realm. What am I forgetting? Joshua Coombs
participants (2)
-
Alan DeKok -
Joshua Coombs