--- etc/udhcpd.conf 2007/11/16 14:47:04 46 +++ 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 253 #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