/[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 45 by dpavlin, Fri Nov 16 13:04:56 2007 UTC revision 46 by dpavlin, Fri Nov 16 14:47:04 2007 UTC
# 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      10              #default: 254  max_leases      253             #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 67  pidfile                etc/udhcpd.pid          #default: /var/ Line 67  pidfile                etc/udhcpd.pid          #default: /var/
67    
68  #notify_file                            #default: (no script)  #notify_file                            #default: (no script)
69    
70  notify_file     dumpleases      # <--- usefull for debugging  #notify_file    dumpleases      # <--- usefull for debugging
71    
72  # The following are bootp specific options, setable by udhcpd.  # The following are bootp specific options, setable by udhcpd.
73    
74  #siaddr         192.168.0.22            #default: 0.0.0.0  siaddr          10.0.0.1                #default: 0.0.0.0
75    
76  #sname          zorak                   #default: (none)  #sname          zorak                   #default: (none)
77    
# Line 85  notify_file    dumpleases      # <--- usefull f Line 85  notify_file    dumpleases      # <--- usefull f
85  #Examles  #Examles
86  #opt    dns     192.168.10.2 192.168.10.10  #opt    dns     192.168.10.2 192.168.10.10
87  #option subnet  255.0.0.0  #option subnet  255.0.0.0
88  opt     router  10.0.0.1  #opt    router  10.0.0.1
89  #opt    wins    192.168.10.10  #opt    wins    192.168.10.10
90  #option dns     129.219.13.81   # appened to above DNS servers for a total of 3  #option dns     129.219.13.81   # appened to above DNS servers for a total of 3
91  option  domain  local  #option domain  local
92  #option lease   864000          # 10 days of seconds  #option lease   864000          # 10 days of seconds
93  option  lease   90  #option lease   90
94    
95    
96  # Currently supported options, for more info, see options.c  # Currently supported options, for more info, see options.c

Legend:
Removed from v.45  
changed lines
  Added in v.46

  ViewVC Help
Powered by ViewVC 1.1.26