[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DHCPd configuration



Hi list.
I have the following /etc/dhcpdconf file.
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.240;
option broadcast-address 192.117.250.143;
option routers 192.117.250.142;
option domain-name "lizard.co.il";
option domain-name-servers dns.lizard.co.il ,dns2.lizard.co.il
,main.aquanet.co.il;
allow unknown-clients;

shared-network lizard {
 subnet 192.117.250.128 netmask 255.255.255.240 {
  range 192.117.250.138 192.117.250.140;
 }
}

The server seems to work OK, but when i'm trying to use my WIN95
workstation then it says that there was no response and that the server
couldn't be found - server unavailable.

Anything wrong with my setup ???

Thanks,

Mike


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il