Hi All,
I am having problems with any DHCP clients that are not on the DHCP
server subnet. They don't seem to pick up an IP address even though
PCS within the same subnet as the DHCP server work fine.
The IP config for the DHCP server vlan is
IP Address : 149.153.100.3
Subnet Mask : 255.255.255.0
Gatewat : 149.153.100.10
Heres the first few lines of the dhcpd.conf file
#dhcpd.conf
#
#Configuration file for ITCarlow dhcpd
#Ray Dermody 13/05/02
#options definitions common to all networks
option domain-name "itcarlow.ie";
option domain-name-servers 149.153.1.5,
149.153.100.4, 149.153.100.3;
#options routers ;
option subnet-mask 255.255.255.0;
subnet 149.153.100.0 netmask 255.255.255.0 {
option routers 149.153.100.10;
option broadcast-address 149.153.100.10;
}
subnet 149.153.135.0 netmask 255.255.224.0 {
option routers 149.153.159.254;
option subnet-mask 255.255.224.0;
host dermodyr { hardware ethernet
00:B0:D0:65:85:2E;fixed-address 149.153.135.157;}
}
Is there something that I am missing out on?
Thanks in advance
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!