dhcp
    Alan DeKok 
    aland at deployingradius.com
       
    Fri Oct 25 04:33:59 CEST 2013
    
    
  
Игорь Авдошкин wrote:
...
> server dhcp {
> listen {
> type = dhcp
> ipaddr = 10.0.0.249
> port = 67
> interface = vlan10
> broadcast = yes
> }
> 
> |dhcp DHCP-Discover {
>     python
> }
...
> How can I fix these errors?
> 
> Fri Oct 25 06:41:19 2013 : Error: Discarding duplicate request from
> client dhcp port 67 - ID: 1235289482 due to unfinished request 1265526
  As I told you on github, fix your python script so that it doesn't
break the server.
  The default dhcp configuration does NOT have this problem.  You've
deleted that, and added your python script.
  Therefore, all of the problem is the python script.  It's blocked, and
is breaking the server.
  Don't do that.
  Alan DeKok.
    
    
More information about the Freeradius-Users
mailing list