Hi All,

I am running PF-ZEN-Desktop in VM workstaion.
I noticed that all my  clients can't get IP address from PF, then I check
the DHCP service. It startup successful. I google a lot and I think my
network configuration supposed be right.
Can anyone give me some advice again?
Thanks in advance!

Here is my conf :
/etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
HWADDR=
ONBOOT=yes
BOOTPROTO=static
NM_CONTROLLED=no
IPADDR=192.168.0.1
NETMASK=255.255.255.0
-====================================
/etc/sysconfig/dhcpd
# Command line options here
DHCPDARGS=eth1
=====================================
/etc/dhcp/dhcpd.conf
authoritative;
ddns-update-style none;
ignore client-updates;

subnet 192.168.0.0 netmask 255.255.255.0 {
  option routers 192.168.0.1;
  option subnet-mask 255.255.255.0;
  option domain-name "inline.zlyzwy.cn";
  option domain-name-servers 8.8.8.8;
  range 192.168.0.100 192.168.0.246;
  default-lease-time 86400;
  max-lease-time 86400;
}
=====================================
/usr/local/pf/conf/dhcpd.conf
# dhcpd configuration
# This file is manipulated on PacketFence's startup before being given to
dhcpd
authoritative;
ddns-update-style none;
ignore client-updates;

authoritative;
ddns-update-style none;
ignore client-updates;

subnet 192.168.0.0 netmask 255.255.255.0 {
  option routers 192.168.0.1;
  option subnet-mask 255.255.255.0;
  option domain-name "inline.zlyzwy.cn";
  option domain-name-servers 8.8.8.8;
  range 192.168.0.100 192.168.0.246;
  default-lease-time 86400;
  max-lease-time 86400;
}
======================================

[root@PacketFence ~]# service dhcpd restart
Shutting down dhcpd:                                       [  OK  ]
Starting dhcpd:                                            [  OK  ]
[root@PacketFence ~]#  /usr/local/pf/bin/pfcmd service dhcpd restart
service|command
config files|restart
iptables|restart
Internet Systems Consortium DHCP Server 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not
specified in the config file
Wrote 0 leases to leases file.
Listening on LPF/eth1/00:0c:29:4f:63:9e/192.168.0.0/24
Sending on   LPF/eth1/00:0c:29:4f:63:9e/192.168.0.0/24
Sending on   Socket/fallback/fallback-net
dhcpd|restart
[root@PacketFence ~]#
====================================================

Thanks& Best Regards,
Zlyzwy
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to