/[mdap]/etc/udhcpd.conf
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /etc/udhcpd.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47 by dpavlin, Fri Nov 16 14:47:04 2007 UTC revision 48 by dpavlin, Fri Nov 16 15:54:20 2007 UTC
# Line 2  Line 2 
2    
3  # The start and end of the IP lease block  # The start and end of the IP lease block
4    
5  start           10.0.0.2        #default: 192.168.0.20  start           10.0.1.1        #default: 192.168.0.20
6  end             10.0.0.254      #default: 192.168.0.254  end             10.0.1.254      #default: 192.168.0.254
7    
8    
9  # The interface that udhcpd will use  # The interface that udhcpd will use
# Line 14  interface      eth1            #default: eth0 Line 14  interface      eth1            #default: eth0
14  # The maximim number of leases (includes addressesd reserved  # The maximim number of leases (includes addressesd reserved
15  # by OFFER's, DECLINE's, and ARP conficts  # by OFFER's, DECLINE's, and ARP conficts
16    
17  max_leases      253             #default: 254  max_leases      254             #default: 254
18    
19    
20  # If remaining is true (default), udhcpd will store the time  # If remaining is true (default), udhcpd will store the time
# Line 23  max_leases     253             #default: 254 Line 23  max_leases     253             #default: 254
23  # If you set remaining to no, the absolute time that the lease  # If you set remaining to no, the absolute time that the lease
24  # expires at will be stored in the dhcpd.leases file.  # expires at will be stored in the dhcpd.leases file.
25    
26  #remaining      yes             #default: yes  remaining       yes             #default: yes
27    
28    
29  # The time period at which udhcpd will write out a dhcpd.leases  # The time period at which udhcpd will write out a dhcpd.leases
30  # file. If this is 0, udhcpd will never automatically write a  # file. If this is 0, udhcpd will never automatically write a
31  # lease file. (specified in seconds)  # lease file. (specified in seconds)
32    
33  #auto_time      7200            #default: 7200 (2 hours)  auto_time       60              #default: 7200 (2 hours)
34    
35    
36  # The amount of time that an IP will be reserved (leased) for if a  # The amount of time that an IP will be reserved (leased) for if a

Legend:
Removed from v.47  
changed lines
  Added in v.48

  ViewVC Help
Powered by ViewVC 1.1.26