Yes.
Here it is.

[general]
#
# general.domain
#
# Domain name of PacketFence system.
domain=packetfence.nac
#
# general.hostname
#
# Hostname of PacketFence system.  This is concatenated with the domain in
Apache rewriting rules and therefore must be resolvable by clients.
hostname=lunatic
#
# general.dnsservers
#
# Comma-delimited list of DNS servers.  Passthroughs are created to allow
queries to these servers from even "trapped" nodes.
dnsservers=192.168.1.30
#
# general.dhcpservers
#
# Comma-delimited list of DHCP servers.  Passthroughs are created to allow
DHCP transactions from even "trapped" nodes.
dhcpservers=172.16.16.10

[trapping]
#
# trapping.detection_engine
#
# Let you choose from our supported IDS: snort or suricata
#
detection_engine=none

[alerting]
#
# alerting.emailaddr
#
# Email address to which notifications of rogue DHCP servers, violations
with an action of "email", or any other
# PacketFence-related message goes to.
[email protected]

[database]
#
# database.pass
#
# Password for the mysql database used by PacketFence.
pass=myBIGsecret!
#
# database.user
#
# Username of the account with access to the mysql database used by
PacketFence.
user=userofpf

[services]
#
# services.dhcpd
#
# Should DHCPd be managed by PacketFence?
dhcpd=disabled
#
# services.named
#
# Should named be managed by PacketFence?
named=disabled

[interface pci2p1]
ip=192.168.1.5
type=management
mask=255.255.255.0

[interface em1]
enforcement=vlan
ip=
type=internal
mask=255.255.255.0

[interface em2]
enforcement=vlan
ip=
type=internal
mask=255.255.255.0
#[interface em1]
#enforcement=vlan
#ip=
#type=internal
#mask=255.255.255.0
#[interface em2]
#enforcement=vlan
#ip=
#type=internal


Thanks,

James


On Tue, May 14, 2013 at 8:17 AM, <
[email protected]> wrote:

> Send PacketFence-users mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/packetfence-users
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of PacketFence-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Services error (Fabrice Durand)
>    2. Installation PF 4 on Debian Stable (Wheezy) (Bastien Ceriani)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 13 May 2013 18:18:53 -0400
> From: Fabrice Durand <[email protected]>
> Subject: Re: [PacketFence-users] Services error
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi James,
> can you show me your pf.conf ?
>
> Regards
> Fabrice
>
> Le 2013-05-13 16:36, James Lertora a ?crit :
> > Using PF 4.0 on RHEL 6
> >
> > While in the web interface I click on "Services" and am getting the
> > following error.
> >
> > *"Error!* could not parse 255.255.255.0 at
> > /usr/local/pf/lib/pf/config.pm <http://config.pm> line 562" and the
> > service status will not show.
> >
> > Line 562:
> >
> > " 562                         $int_obj = new Net::Netmask( $ip, $mask );"
> >
> > Also:
> >
> > [not@island pf]# /usr/local/pf/bin/pfcmd service pf status
> > could not parse  255.255.255.0 at /usr/local/pf/lib/pf/config.pm
> > <http://config.pm> line 562
> > could not parse  255.255.255.0 at /usr/local/pf/lib/pf/config.pm
> > <http://config.pm> line 562
> > service|shouldBeStarted|pid
> > named|0|0
> > dhcpd|0|0
> > snort|0|0
> > suricata|0|0
> > radiusd|1|22566
> > httpd.webservices|1|22575
> > httpd.admin|1|1924
> > httpd.portal|1|0
> > snmptrapd|1|0
> > pfdetect|0|0
> > pfsetvlan|1|24384
> > pfdhcplistener|1| 22615
> > pfmon|1|22529
> >
> > Has anyone seen this?
> >
> > Thanks,
> >
> > James
> >
> >
> >
> ------------------------------------------------------------------------------
> > AlienVault Unified Security Management (USM) platform delivers complete
> > security visibility with the essential security capabilities. Easily and
> > efficiently configure, manage, and operate all of your security controls
> > from a single console and one unified framework. Download a free trial.
> > http://p.sf.net/sfu/alienvault_d2d
> >
> >
> > _______________________________________________
> > PacketFence-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 2
> Date: Tue, 14 May 2013 11:27:36 +0200
> From: Bastien Ceriani <[email protected]>
> Subject: [PacketFence-users] Installation PF 4 on Debian Stable
>         (Wheezy)
> To: [email protected]
> Message-ID:
>         <
> cabags1p5r8povf1+fq1iohdqjhxkdwcyqu3pcozquoa_qcv...@mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello,
>
> I'm new in the mailing list.
> I would like to try PacketFence for my own experience and tried to install
> it on an fresh wheezy install.
>
> I follow instructions and add PacketFence repository :
> deb http://inverse.ca/downloads/PacketFence/debian wheezy wheezy
>
> I get some error during fetching wheezy package and i realized that
> "Wheezy" was not listed on URL (
> http://inverse.ca/downloads/PacketFence/debian/dists/)
>
> I modify my source.list.d like that :
> deb http://inverse.ca/downloads/PacketFence/debian-stable wheezy wheezy
>
> It seem work better but after install command (aptitude install
> packetfence) i get these dependency errors :
>
> *root@mydebian:~# aptitude install packetfence*
> *The following NEW packages will be installed:*
> *  packetfence{b}*
> *0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.*
> *Need to get 12.9 MB of archives. After unpacking 30.1 MB will be used.*
> *The following packages have unmet dependencies:*
> * packetfence : Depends: vlan which is a virtual package.*
> *               Depends: make which is a virtual package.*
> *               Depends: openssl-blacklist which is a virtual package.*
> *               Depends: openssl-blacklist-extra which is a virtual
> package.
> *
> *               Depends: mysql-server but it is not going to be installed.*
> *               Depends: memcached which is a virtual package.*
> *               Depends: snmp which is a virtual package.*
> *               Depends: snmptrapfmt which is a virtual package.*
> *               Depends: apache2 which is a virtual package.*
> *               Depends: apache2.2-common which is a virtual package.*
> *               Depends: apache2-utils which is a virtual package.*
> *               Depends: libapache2-mod-proxy-html which is a virtual
> package.*
> *               Depends: apache2-mpm-prefork which is a virtual package.*
> *               Depends: libapache2-mod-apreq2 which is a virtual package.*
> *               Depends: libapache2-mod-perl2 which is a virtual package.*
> *               Depends: libapache2-request-perl which is a virtual
> package.
> *
> *               Depends: libtie-dxhash-perl which is a virtual package.*
> *               Depends: sudo which is a virtual package.*
> *               Depends: liblist-moreutils-perl which is a virtual
> package.*
> *               Depends: libwww-perl which is a virtual package.*
> *               Depends: libtry-tiny-perl but it is not going to be
> installed.*
> *               Depends: libapache-htpasswd-perl which is a virtual
> package.
> *
> *               Depends: libbit-vector-perl which is a virtual package.*
> *               Depends: libtext-csv-perl which is a virtual package.*
> *               Depends: libcgi-session-serialize-yaml-perl which is a
> virtual package.*
> *               Depends: libtimedate-perl which is a virtual package.*
> *               Depends: libapache-dbi-perl which is a virtual package.*
> *               Depends: libdbd-mysql-perl which is a virtual package.*
> *               Depends: libfile-tail-perl which is a virtual package.*
> *               Depends: libnetwork-ipv4addr-perl which is a virtual
> package.*
> *               Depends: libiptables-parse-perl which is a virtual
> package.*
> *               Depends: libiptables-chainmgr-perl which is a virtual
> package.*
> *               Depends: liblwp-useragent-determined-perl which is a
> virtual package.*
> *               Depends: libnet-netmask-perl which is a virtual package.*
> *               Depends: libnet-pcap-perl which is a virtual package.*
> *               Depends: libnet-snmp-perl which is a virtual package.*
> *               Depends: libsnmp-perl which is a virtual package.*
> *               Depends: libnet-telnet-cisco-perl which is a virtual
> package.*
> *               Depends: libparse-recdescent-perl which is a virtual
> package.*
> *               Depends: libregexp-common-email-address-perl which is a
> virtual package.*
> *               Depends: libregexp-common-time-perl which is a virtual
> package.*
> *               Depends: libperl-critic-perl which is a virtual package.*
> *               Depends: libreadonly-xs-perl which is a virtual package.*
> *               Depends: libhtml-template-perl which is a virtual package.*
> *               Depends: libterm-readkey-perl which is a virtual package.*
> *               Depends: libtest-perl-critic-perl which is a virtual
> package.*
> *               Depends: libtest-pod-perl which is a virtual package.*
> *               Depends: libtest-pod-coverage-perl which is a virtual
> package.*
> *               Depends: libthread-pool-simple-perl which is a virtual
> package.*
> *               Depends: libuniversal-require-perl which is a virtual
> package.*
> *               Depends: libuniversal-exports-perl which is a virtual
> package.*
> *               Depends: libnet-rawip-perl which is a virtual package.*
> *               Depends: libcgi-session-perl which is a virtual package.*
> *               Depends: libcgi-session-driver-memcached-perl which is a
> virtual package.*
> *               Depends: libconfig-inifiles-perl which is a virtual
> package.
> *
> *               Depends: libdatetime-format-dateparse-perl which is a
> virtual package.*
> *               Depends: libdbi-perl which is a virtual package.*
> *               Depends: libnet-telnet-perl which is a virtual package.*
> *               Depends: libregexp-common-perl which is a virtual package.*
> *               Depends: libreadonly-perl which is a virtual package.*
> *               Depends: libtemplate-perl which is a virtual package.*
> *               Depends: libthread-serialize-perl which is a virtual
> package.*
> *               Depends: libnet-ldap-perl which is a virtual package.*
> *               Depends: libcrypt-generatepassword-perl which is a virtual
> package.*
> *               Depends: perl-doc which is a virtual package.*
> *               Depends: bind9 which is a virtual package.*
> *               Depends: librrds-perl which is a virtual package.*
> *               Depends: libnetpacket-perl (>= 1.3) but it is not going to
> be installed.*
> *               Depends: libcache-cache-perl but it is not going to be
> installed.*
> *               Depends: libcarp-perl but it is not going to be installed.*
> *               Depends: libiptables-libiptc-perl but it is not going to be
> installed.*
> *               Depends: libload-perl but it is not going to be installed.*
> *               Depends: libmime-lite-tt-perl but it is not going to be
> installed.*
> *               Depends: libmime-lite-perl which is a virtual package.*
> *               Depends: libconfig-general-perl which is a virtual
> package.*
> *               Depends: libproc-processtable-perl which is a virtual
> package.*
> *               Depends: libfile-flock-perl which is a virtual package.*
> *               Depends: libnet-appliance-session-perl (>= 2.111080) but it
> is not going to be installed.*
> *               Depends: libnet-cli-interact-perl but it is not going to be
> installed.*
> *               Depends: libnet-interface-perl but it is not going to be
> installed.*
> *               Depends: libnet-radius-perl but it is not going to be
> installed.*
> *               Depends: libparse-nessus-nbe-perl but it is not going to be
> installed.*
> *               Depends: libtest-mockdbi-perl but it is not going to be
> installed.*
> *               Depends: libsoap-lite-perl which is a virtual package.*
> *               Depends: libnet-frame-perl but it is not going to be
> installed.*
> *               Depends: libthread-pool-perl but it is not going to be
> installed.*
> *               Depends: libwww-curl-perl which is a virtual package.*
> *               Depends: libnet-nessus-xmlrpc-perl (>= 0.4) but it is not
> going to be installed.*
> *               Depends: libfile-slurp-perl which is a virtual package.*
> *               Depends: libnetaddr-ip-perl which is a virtual package.*
> *               Depends: libfile-which-perl which is a virtual package.*
> *               Depends: libthread-conveyor-monitored-perl but it is not
> going to be installed.*
> *               Depends: libthread-conveyor-perl but it is not going to be
> installed.*
> *               Depends: libthread-tie-perl but it is not going to be
> installed.*
> *               Depends: liberror-perl which is a virtual package.*
> *               Depends: libio-interface-perl which is a virtual package.*
> *               Depends: libnet-route-perl but it is not going to be
> installed.*
> *               Depends: libcatalyst-perl which is a virtual package.*
> *               Depends: libcatalyst-modules-perl which is a virtual
> package.*
> *               Depends: libauthen-htpasswd-perl but it is not going to be
> installed.*
> *               Depends: libcatalyst-authentication-credential-http-perl
> but it is not going to be installed.*
> *               Depends: libcatalyst-authentication-store-htpasswd-perl but
> it is not going to be installed.*
> *               Depends: libcatalyst-view-tt-perl which is a virtual
> package.*
> *               Depends: libhtml-formfu-perl which is a virtual package.*
> *               Depends: libjson-perl which is a virtual package.*
> *               Depends: libsort-naturally-perl which is a virtual
> package.*
> *               Depends: libhtml-formhandler-perl which is a virtual
> package.*
> *               Depends: libchi-perl but it is not going to be installed.*
> *               Depends: libchi-driver-memcached-perl which is a virtual
> package.*
> *               Depends: libcache-memcached-perl which is a virtual
> package.
> *
> *               Depends: libmodule-install-perl which is a virtual
> package.*
> *               Depends: liblog-log4perl-perl which is a virtual package.*
> *               Depends: libnet-oauth2-perl but it is not going to be
> installed.*
> *               Depends: libauthen-radius-perl which is a virtual package.*
> *               Depends: libauthen-krb5-simple-perl which is a virtual
> package.*
> *               Depends: packetfence-pfcmd-suid but it is not going to be
> installed.*
> *               PreDepends: freeradius but it is not going to be
> installed.*
> *               PreDepends: freeradius-ldap but it is not going to be
> installed.*
> *               PreDepends: freeradius-postgresql but it is not going to be
> installed.*
> *               PreDepends: freeradius-mysql but it is not going to be
> installed.*
> *               PreDepends: freeradius-krb5 but it is not going to be
> installed.*
> *               PreDepends: dhcp3-server which is a virtual package.*
> *The following actions will resolve these dependencies:*
> *
> *
> *     Keep the following packages at their current version:*
> *1)     packetfence [Not Installed]*
> *
> *
> *
> *
> *Accept this solution? [Y/n/q/?]*
>
> Someone can help me to fix it ?
>
> Regards,
>
> --
>
> *Bastien CERIANI*
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
>
> ------------------------------
>
> _______________________________________________
> PacketFence-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
>
> End of PacketFence-users Digest, Vol 61, Issue 33
> *************************************************
>
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to