|
From: Dick M. <di...@fo...> - 2013-04-13 19:06:19
|
On 04/13/13 00:23, Luca Iacono wrote: > Hello, > > I have a Devil machine with 3 subnets, > > 192.168.2.0 to ISP modem eth0 > 192.168.0.0 office eth1 > 192.168.1.0 school eth2 > > Strangely enough it does not seem to be working. I should be grateful if you > could provide any help at all. > many thanks Somehow you have to tell dhcpd which interfaces to listen on. It's best if the interface names are on the command line meaning they must be set in the system start script somehow. On my system the variable DEVICES seems to be the one but I'm not sure how that is set (my dhcp server isn't on Devil). The manual says: The names of the network interfaces on which dhcpd should listen for broadcasts may be specified on the command line. This should be done on systems where dhcpd is unable to identify non-broadcast interfaces, but should not be required on other systems. If no interface names are specified on the command line dhcpd will identify all network interfaces which are up, eliminating non-broadcast interfaces if possible, and listen for DHCP broadcasts on each interface. Dick |