proxy.conf - type = auth issue
hi, Tue Nov 16 11:16:39 2010 : Info: Exiting normally. Tue Nov 16 11:16:42 2010 : Error: /etc/raddb/proxy.conf[118]: Home server test2 of unexpected type "auth" realm test2.co.uk { pool = test2 } server_pool test2 { home_server = test2 } home_server test2 { ipaddr = 10.11.12.13 secret = "topsecret" type = auth port = 1645 strip } this is with 2.1.10 why isnt type = auth valid? the remote server doesnt have a listener for accounting so I dont want it to handle accounting... alan
Alan Buxey wrote:
hi,
Tue Nov 16 11:16:39 2010 : Info: Exiting normally. Tue Nov 16 11:16:42 2010 : Error: /etc/raddb/proxy.conf[118]: Home server test2 of unexpected type "auth"
i.e. inconsistent configurrtion.
realm test2.co.uk { pool = test2
i.e. one pool for both auth + acct.
why isnt type = auth valid?
Because the realm is doing both auth + acct.
the remote server doesnt have a listener for accounting so I dont want it to handle accounting...
Then use "auth_pool" instead of "pool". Alan DeKok.
participants (2)
-
Alan Buxey -
Alan DeKok