From: Alan T. DeKok Date: Tue, 17 Jan 2012 09:07:42 +0000 (+0100) Subject: Note that updating ARP must be done as root X-Git-Tag: release_2_2_0~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0385ccb2dbde67168f6a2d8e9724d1f56a802427;p=thirdparty%2Ffreeradius-server.git Note that updating ARP must be done as root --- diff --git a/raddb/sites-available/dhcp b/raddb/sites-available/dhcp index 00e5f651227..2862b422368 100644 --- a/raddb/sites-available/dhcp +++ b/raddb/sites-available/dhcp @@ -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} }