diff conf/radpxy.eap.testbed.aaa/freeradius/proxy.conf @ 11:44f87917c579

Added a RADIUS proxy using freeradius in the eap testbed
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 16 Sep 2010 14:23:42 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/conf/radpxy.eap.testbed.aaa/freeradius/proxy.conf	Thu Sep 16 14:23:42 2010 +0900
@@ -0,0 +1,45 @@
+# -*- text -*-
+proxy server {
+	default_fallback = no
+
+}
+
+home_server gw.eap.testbed.aaa {
+	type = auth+acct
+	ipaddr = 192.168.105.30
+	port = 1812
+	secret = radiusecret3.2
+	response_window = 20
+	zombie_period = 40
+
+	revive_interval = 120
+}
+
+home_server_pool my_pool {
+	type = fail-over
+	home_server = gw.eap.testbed.aaa
+}
+
+######################################################################
+#
+#
+#  This section defines a new-style "realm".  Note the in version 2.0,
+#  there are many fewer configuration items than in 1.x for a realm.
+#
+#  Automatic proxying is done via the "realms" module (see "man
+#  rlm_realm").  To manually proxy the request put this entry in the
+#  "users" file:
+
+#
+#
+#DEFAULT	Proxy-To-Realm := "realm_name"
+#
+#
+
+
+realm DEFAULT {
+	pool = my_pool
+	nostrip
+}
+
+
"Welcome to our mercurial repository"