[ILUG] DHCPD.CONF problems

Ray Dermody DERMODYR at ITCARLOW.IE
Mon May 20 12:57:19 IST 2002


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




More information about the ILUG mailing list