post the output of: service packetfence restart

Jake Sallee
Godfather Of Bandwidth
Network Engineer

Fone: 254-295-4658
Phax: 254-295-4221


From: Willis, Ben [mailto:[email protected]]
Sent: Wednesday, February 16, 2011 11:32 AM
To: [email protected]
Subject: [Packetfence-users] Problem getting dhcpd to start, CentOS5.5


I cannot get dhcpd to start on my CentOS installation. I have verified that my 
/usr/local/pf/conf/dhcpd.conf file has been created properly and while 
monitoring /var/log/messages I see dhcpd start with no errors but then it 
exits. I've tried to get it to start with PF and without by copying the 
dhcpd.conf file to /etc/dhcpd.conf as well.. same results.


Anyone have any ideas? Below are my config files, if anything else is needed to 
figure it out please let me know!

/usr/local/pf/conf/dhcpd.conf:
----------------------------------------
authoritative;
ddns-update-style none;
ignore client-updates;

subnet 10.10.240.0 netmask 255.255.255.0 {
  option routers 10.10.10.10;
  option subnet-mask 255.255.255.0;
  option domain-name "registration.a5do-nac.acsd5.local";
  option domain-name-servers 10.10.240.2;
  range 10.10.240.10 10.10.240.254;
  default-lease-time 300;
  max-lease-time 300;
}

subnet 10.10.248.0 netmask 255.255.255.0 {
  option routers 10.10.10.10;
  option subnet-mask 255.255.255.0;
  option domain-name "isolation.a5do-nac.acsd5.local";
  option domain-name-servers 10.10.248.2;
  range 10.10.248.10 10.10.248.254;
  default-lease-time 300;
  max-lease-time 300;
}



/usr/local/pf/conf/networks.conf:
----------------------------------------
[10.10.240.0]
type=registration
netmask=255.255.255.0
gateway=10.10.10.10
pf_gateway=
named=enabled
domain-name=registration.a5do-nac.acsd5.local
dns=10.10.240.2
dhcpd=enabled
dhcp_start=10.10.240.10
dhcp_end=10.10.240.254
dhcp_default_lease_time=300
dhcp_max_lease_time=300

[10.10.248.0]
type=isolation
netmask=255.255.255.0
gateway=10.10.10.10
pf_gateway=
named=enabled
domain-name=isolation.a5do-nac.acsd5.local
dns=10.10.248.2
dhcpd=enabled
dhcp_start=10.10.248.10
dhcp_end=10.10.248.254
dhcp_default_lease_time=300
dhcp_max_lease_time=300





Thanks,
Ben Willis


________________________________
ANDERSON SCHOOL DISTRICT FIVE NOTICE: This email may contain business related 
information that is
PERSONAL AND CONFIDENTIAL. If you have received this email in error, this does 
not
constitute permission to examine, copy or distribute the accompanying material.
If you receive this message in error, please notify the sender immediately or 
call 864-260-5000.
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Packetfence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to