[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sheflug] help setting up a LAN using Linux for DHCP Server
Hello,
Can anyone help, I'm trying to set up networking on my dads computer.
There is one Linux Server (suse 7.3 Personal Edition) and 3 windoze 2K
Machines.
As far as I can see I have set linux up fine to issue the Windoze boxes with
IP addresses. They are all assigned IP addresses fine. But I can't ping any
of the windoze boxes from the Linux box or vice versa. Anyone got any ideas ?
I'm pritty sure that they are all on the same subnet mask (255.255.255.0) as
I can see this in windoze using (winipcfg) and I know its ok in Linux.
this is my dhcpd.conf file
default-lease-time 2592000;
ddns-update-style ad-hoc;
max-lease-time 5592000;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option domain-name-servers 192.168.0.1;
option domain-name "wilsons";
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.2 192.168.0.200;
}
Anyhelp would be much appreciated
Cheers
Alan
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.