Under proxy.conf
realm domain1 {
type = radius
nostrip
authhost = 11.11.11.11:1812
accthost = 11.11.11.11:1813
secret = secret1
}
realm NULL {
type = auth
authhost = 22.22.22.22:1812
accthost = 22.22.22.22:1813
secret = secret1
}
There is no "<http://11.11.11.11:1812>" or "<http://11.11.11.11:1813>". It is just the format that is include when post from gmai. It is just authhost = 11.11.11.11:1812 and accthost = 11.11.11.11:1813. It is just authhost = 22.22.22.22:1812 and 22.22.22.22:1813.
See http://wiki.freeradius.org/Proxy.conf. type = radius is valid. I did not get any error when i compiled it using radiusd -X.
See earlier email for my question:
i have user2 (without domain) and this get rejected, i want it to send
to radius2 server (22.22.22.22) as defined in the NULL domain as
defined in the proxy.conf.
Can anyone advise and thanks.
Hi,
> authhost = 11.11.11.11:1812<http://11.11.11.11:1812>
> Under proxy.conf
>
> realm domain1 {
> type = radius
> nostrip
> accthost = 11.11.11.11:1813<http://11.11.11.11:1813>
> secret = secret1> authhost = 22.22.22.22:1812<http://22.22.22.22:1812>
> }
>
> realm NULL {
> type = auth
> 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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html