Hi,
Under proxy.conf
realm domain1 { type = radius nostrip authhost = 11.11.11.11:1812<http://11.11.11.11:1812> accthost = 11.11.11.11:1813<http://11.11.11.11:1813> secret = secret1 }
realm NULL { type = auth authhost = 22.22.22.22:1812<http://22.22.22.22:1812> accthost = 22.22.22.22:1813<http://22.22.22.22:1813> secret = secret1 }
<snip> let me give you the info from proxy.conf # Allowed values are: # auth - Handles Access-Request packets # acct - Handles Accounting-Request packets # auth+acct - Handles Access-Request packets at "port", # and Accounting-Request packets at "port + 1" # coa - Handles CoA-Request and Disconnect-Request packets. # See also raddb/sites-available/originate-coa type = auth type = radius ? hmmm. thats not valid at all. also, whats all that <http://22.22.22.22:1812> stuff after the address? just have the address:port nothing else. did you copy a config from some web page? alan