FreeRADIUS Proxy
Chanin Luangingkasut
powerbychanin at gmail.com
Thu Nov 10 08:23:17 CET 2005
Hello All,
I've stupid question about radius proxy configuration followed:
On master(192.168.5.1 <http://192.168.5.1>) proxy.conf
---
proxy server {
synchronous = no
retry_delay = 5
retry_count = 3
dead_time = 120
default_fallback = yes
post_proxy_authorize = no
}
realm suffix {
format = suffix
delimiter = "@"
}
realm mydomain.org <http://mydomain.org> {
type = radius
authhost = LOCAL
accthost = LOCAL
}
realm LOCAL {
type = radius
authhost = LOCAL
accthost = LOCAL
}
On proxy(192.168.5.10 <http://192.168.5.10>) proxy.conf
---
proxy server {
synchronous = no
retry_delay = 5
retry_count = 3
dead_time = 120
default_fallback = yes
post_proxy_authorize = yes
}
proxy_requests = yes
realm suffix {
format = suffix
delimiter = "@"
}
realm mydomain.org <http://mydomain.org> {
type = radius
authhost = 192.168.5.1:1645 <http://192.168.5.1:1645>
accthost = 192.168.5.1:1646 <http://192.168.5.1:1646>
secret = vtwidyogouUp
nostrip
}
There are not work, please let me know about how to setup proxy radius.
Thank you,
Chanin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20051110/b4fdfa3e/attachment.html>
More information about the Freeradius-Users
mailing list