Results 1 to 2 of 2
Dear all,
I installed Dhcp3 Server on Debian, but I have a problem.Problem, some windows machines can not connection local windows machines.
What is wrong ? Thanks, best regards.
My ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-25-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 2
Dhcp and Windows Mach. Problem
Dear all,
I installed Dhcp3 Server on Debian, but I have a problem.Problem, some windows machines can not connection local windows machines.
What is wrong ? Thanks, best regards.
My configuration is below.
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
allow unknown-clients;
authoritative;
# A slightly different configuration for an internal subnet.
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.110 192.168.1.70;
option domain-name-servers 192.168.1.254;
option domain-name "local";
option routers 192.168.1.254;
option broadcast-address 192.168.1.255;
default-lease-time 600;
max-lease-time 7200;
option netbios-node-type 1;
# option ntp-servers 192.168.1.254;
}
- 01-26-2008 #2
Read error msg from /var/log maybe can help you getting know the root cause of the prob!
range 192.168.1.110 192.168.1.70; suppose 192.168.1.70 192.168.1.110
default-lease-time 600; twice?
max-lease-time 7200; twice?
Some Windows machine can't get the IP coz they received DHCPack as unicast while your DHCP server sending it as broadcast.


Reply With Quote
