I'm having trouble with my users loosing thier internet connection
occasionally - But I found that when I renew thier IP number ( I'm running a
Linux DHCP server 6.2 2.2.14 ) it ( the internet ) is restored. Below is a
copy of my dhcpd.conf . Tell me if you see any glaring errors..
Thanks -
Drew M
server-identifier dhcpserver.XXXXXX.com;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.100 192.168.1.250;
default-lease-time 72000;
max-lease-time 144000;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1, 1.2.3.4, 1.2.3.4;
option domain-name-servers 1.2.3.4, 1.2.3.4;
#option domain-name "";
option ip-forwarding off;
--Quote:}
_________________
Drew McBee
Network Technician
Tradesmen International
6830 Cochran Rd
Solon, OH 44139
(440)349-3432 x 2141