added bind_address directive
authoraland <aland>
Mon, 17 Apr 2000 20:08:27 +0000 (20:08 +0000)
committeraland <aland>
Mon, 17 Apr 2000 20:08:27 +0000 (20:08 +0000)
raddb/radiusd.conf

index 9573a95..6794ae3 100644 (file)
@@ -63,6 +63,16 @@ cleanup_delay                = 5
 max_requests           = 1024
 
 #
+#  bind_address:  Make the server listen on a particular IP address, and
+#  send replies out from that address.  This directive is most useful
+#  for machines with multiple IP addresses on one interface.
+#
+#  It can either contain "*", or an IP address, or a fully qualified
+#  Internet domain name.  The default is "*"
+#
+#bind_address            = *
+
+#
 #  port: Allows you to bind FreeRADIUS to a specific port.
 #
 #  The default port that most NAS boxes use is 1645, which is historical.