I think my networks.conf looks ok.
It has the network info and dhcpd=enabled

cat networks.conf
[192.168.2.0]
dns=192.168.2.7
dhcp_start=192.168.2.10
gateway=192.168.2.7
domain-name=vlan-registration.domain.com
nat_enabled=disabled
named=enabled
dhcp_max_lease_time=30
fake_mac_enabled=disabled
dhcpd=enabled
dhcp_end=192.168.2.246
type=vlan-registration
netmask=255.255.255.0
dhcp_default_lease_time=30

[192.168.3.0]
dns=192.168.3.7
dhcp_start=192.168.3.10
gateway=192.168.3.7
domain-name=vlan-isolation.domain.com
nat_enabled=disabled
named=enabled
dhcp_max_lease_time=30
fake_mac_enabled=disabled
dhcpd=enabled
dhcp_end=192.168.3.246
type=vlan-isolation
netmask=255.255.255.0
dhcp_default_lease_time=30

pf.conf has interfaces defined


[interface eth0]
ip=172.16.1.74
type=management
mask=255.255.248.0

[interface eth0.2]
enforcement=vlan
ip=192.168.2.7
type=internal
mask=255.255.255.0

[interface eth0.3]
enforcement=vlan
ip=192.168.3.7
type=internal
mask=255.255.255.0

where else do I need to look ?


From: Sokolowski, Darryl via PacketFence-users 
[mailto:[email protected]]
Sent: Thursday, July 27, 2017 3:03 PM
To: [email protected]
Cc: Sokolowski, Darryl <[email protected]>
Subject: [PacketFence-users] dhcpd not starting

Hi,
I have a 3 member PF 7.2 cluster built from ZEN machines.
On member #3, the dhcpd service does not start. When I try to start it, I get 
the message "Service 'dhcpd' is not managed by PacketFence. Therefore, no 
action will be performed"

Shouldn't dhcpd be running on all members?

I also am seeing in packetfence.log the messages "Can't bind : 
IO::Socket::INET: connect: Connection refused 
(pf::ip4log::_get_lease_from_omapi)"
I assume this is because dhcpd is not running.

The config files are synced, but I don't know why it doesn't start.

Can someone help point me right to get it figured out?

Thanks
Darryl


________________________________

>>> CONFIDENTIALITY NOTICE <<<

This electronic mail (e-mail) message, including any and/or all attachments, is 
for the sole use of the intended recipient(s), and may contain confidential 
and/or privileged information, pertaining to business conducted under the 
direction and supervision of EarthColor, Inc. All e-mail messages, which may 
have been established as expressed views and/or opinions (stated either within 
the e-mail message or any of its attachments), are left to the sole 
responsibility of that of the sender, and are not necessarily attributed to 
EarthColor, Inc. Unauthorized interception, review, use, disclosure or 
distribution of any such information contained within this e-mail message 
and/or its attachment(s), is(are) strictly prohibited. If you are not the 
intended recipient, please contact the sender by replying to this e-mail 
message, along with the destruction of all copies of the original e-mail 
message (along with any attachments).
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to