Use the RADIUS SQL IP Pool module to allocate addresses for DHCP
[freeradius.git] / raddb / sites-available / dhcp
index 4360eb6..6f207ad 100644 (file)
@@ -106,6 +106,14 @@ listen {
        #
        # It's set to "no" here for testing.
        broadcast = no
+
+       # On Linux if you're running the server as non-root, you
+       # will need to do:
+       #
+       #       sudo setcap cap_net_admin=ei /path/to/radiusd
+       #
+       # This will allow the server to set ARP table entries
+       # for newly allocated IPs
 }
 
 #  Packets received on the socket will be processed through one
@@ -140,6 +148,9 @@ dhcp DHCP-Discover {
        # ...
        #}
 
+       #  Or, allocate IPs from the DHCP pool in SQL.
+#      dhcp_sqlippool
+
        ok
 }
 
@@ -172,6 +183,9 @@ dhcp DHCP-Request {
        # ...
        #}
 
+       #  Or, allocate IPs from the DHCP pool in SQL.
+#      dhcp_sqlippool
+
        ok
 }