Note that updating ARP must be done as root
authorAlan T. DeKok <aland@freeradius.org>
Tue, 17 Jan 2012 09:07:42 +0000 (10:07 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 17 Jan 2012 09:07:42 +0000 (10:07 +0100)
raddb/sites-available/dhcp

index 00e5f65..2862b42 100644 (file)
@@ -168,6 +168,10 @@ server dhcp {
                #  MAX and IP of the DHCP client.  The server can then
                #  send a normal UDP unicast socket.
                #
+               #  NOTE: The server MUST be running as "root" in order
+               #  to update the ARP table.  Or, it must have the
+               #  apropriate capabilities added to it after it starts up.
+               #
                src_interface = ${..interface}
        }