|
| View previous topic :: View next topic |
| Author |
Message |
kazim
|
Posted: Sun Sep 12, 2004 6:32 pm Post subject: dhcpd.conf |
|
|
dhcpd comes witth no dhcpd.conf file, can anyone post one for example. read urgent.. am on the job and stuck. thanks!
|
|
|
 |
jebba
|
Posted: Sun Sep 12, 2004 11:42 pm Post subject: |
|
|
ddns-update-style none;
allow booting;
allow bootp;
subnet 10.1.99.0 netmask 255.255.255.0 {
option routers 10.1.99.254;
option subnet-mask 255.255.255.0;
option domain-name "blagblagblag.org";
default-lease-time 21600;
max-lease-time 43200;
range 10.1.99.10 10.1.99.200;
}
|
|
|
 |
jebba
|
Posted: Sun Sep 12, 2004 11:43 pm Post subject: |
|
|
Also, see /usr/share/doc/dhcp*
|
|
|
 |
|
|
|