--- etc/udhcpd.conf 2007/11/16 13:04:56 42 +++ etc/udhcpd.conf 2007/11/16 15:54:20 48 @@ -2,8 +2,8 @@ # The start and end of the IP lease block -start 10.0.0.2 #default: 192.168.0.20 -end 10.0.0.254 #default: 192.168.0.254 +start 10.0.1.1 #default: 192.168.0.20 +end 10.0.1.254 #default: 192.168.0.254 # The interface that udhcpd will use @@ -14,7 +14,7 @@ # The maximim number of leases (includes addressesd reserved # by OFFER's, DECLINE's, and ARP conficts -max_leases 10 #default: 254 +max_leases 254 #default: 254 # If remaining is true (default), udhcpd will store the time @@ -23,14 +23,14 @@ # If you set remaining to no, the absolute time that the lease # expires at will be stored in the dhcpd.leases file. -#remaining yes #default: yes +remaining yes #default: yes # The time period at which udhcpd will write out a dhcpd.leases # file. If this is 0, udhcpd will never automatically write a # lease file. (specified in seconds) -#auto_time 7200 #default: 7200 (2 hours) +auto_time 60 #default: 7200 (2 hours) # The amount of time that an IP will be reserved (leased) for if a @@ -67,11 +67,11 @@ #notify_file #default: (no script) -notify_file dumpleases # <--- usefull for debugging +#notify_file dumpleases # <--- usefull for debugging # The following are bootp specific options, setable by udhcpd. -#siaddr 192.168.0.22 #default: 0.0.0.0 +siaddr 10.0.0.1 #default: 0.0.0.0 #sname zorak #default: (none) @@ -85,12 +85,12 @@ #Examles #opt dns 192.168.10.2 192.168.10.10 #option subnet 255.0.0.0 -opt router 10.0.0.1 +#opt router 10.0.0.1 #opt wins 192.168.10.10 #option dns 129.219.13.81 # appened to above DNS servers for a total of 3 -option domain local +#option domain local #option lease 864000 # 10 days of seconds -option lease 90 +#option lease 90 # Currently supported options, for more info, see options.c