--- etc/udhcpd.conf 2007/11/16 14:45:48 45 +++ etc/udhcpd.conf 2007/11/16 14:47:04 46 @@ -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 253 #default: 254 # If remaining is true (default), udhcpd will store the time @@ -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