added notes on using new ipaddr/netmask for client networks
authoraland <aland>
Thu, 9 Nov 2000 17:24:32 +0000 (17:24 +0000)
committeraland <aland>
Thu, 9 Nov 2000 17:24:32 +0000 (17:24 +0000)
raddb/clients.conf

index 200ab31..89baa9d 100644 (file)
@@ -40,23 +40,38 @@ client 127.0.0.1 {
 #      shortname       = localhost
 #}
 
+#
+#  You can now specify one secret for a network of clients.
+#  When a client request comes in, the BEST match is chosen.
+#
+#client 192.168.0.0/24 {
+#      secret          = testing123-1
+#      shortname       = private-network-1
+#}
+#
+#client 192.168.0.0/16 {
+#      secret          = testing123-2
+#      shortname       = private-network-2
+#}
+
+
+#client 10.10.10.10 {
+#      # secret and password are mapped through the "secrets" file.
+#      secret      = testing123
+#      shortname   = liv1
+#      vendor      = livingston
+#      # Type should extend to the line type, because of the "hole".
+#      #Line#/T S Port  SNMP Port
+#      #-------------------------
+#      #1 PRI   0-22    1-23
+#      #2 PRI   24-46   25-47
+#      #1 CT1   0-23    1-24
+#      #2 CT1   24-47   25-48
+#      #1 E1    0-28    1-29
+#      #2 E1    30-58   31-59
+#      #And C0 is 96 in Radius.
+#      type        = pm3-eur # pm3-i23 pm3-ct24 pm3-i30
+#      login       = !root
+#      password    = someadminpas
+#}
 
-client 10.10.10.10 {
-       # secret and password are mapped through the "secrets" file.
-       secret      = testing123
-       shortname   = liv1
-       vendor      = livingston
-       # Type should extend to the line type, because of the "hole".
-       #Line#/T S Port  SNMP Port
-       #-------------------------
-       #1 PRI   0-22    1-23
-       #2 PRI   24-46   25-47
-       #1 CT1   0-23    1-24
-       #2 CT1   24-47   25-48
-       #1 E1    0-28    1-29
-       #2 E1    30-58   31-59
-       #And C0 is 96 in Radius.
-       type        = pm3-eur # pm3-i23 pm3-ct24 pm3-i30
-       login       = !root
-       password    = someadminpas
-}