Hi,

I'm still struggling with my problem: When I try to use email resgistration, I 
receive the email with activation link but the website (FQDN of PF + more) is 
unreachable whereas the name is well solved.

this is my PF.conf:

[general]
#
# general.domain
#
# Domain name of PacketFence system.
domain=Wifi.local
#
# general.hostname
#
# Hostname of PacketFence system.  This is concatenated with the domain in 
Apache rewriting rules and therefore must be resolvable by clients.
hostname=FR-WIFI-01
#
# general.dnsservers
#
# Comma-delimited list of DNS servers.  Passthroughs are created to allow 
queries to these servers from even "trapped" nodes.
dnsservers=10.0.0.1
#
# general.dhcpservers
#
# Comma-delimited list of DHCP servers.  Passthroughs are created to allow DHCP 
transactions from even "trapped" nodes.
dhcpservers=10.0.0.1
#
# general.locale
#
# Locale used for message translation
# more than 1 can be specified
locale=fr_FR
#
# general.timezone
#
# System's timezone in string format. Supported list:
# http://www.php.net/manual/en/timezones.php
timezone=/Europe/Paris

[guests_self_registration]
#
# guests_self_registration.preregistration
# 
# Enabling this allows guests to requests their access in advance. You
# must take care of opening your external firewall up to PacketFence and
# make sure your server can send emails properly (generated
# username/password are sent by email).
preregistration=enabled
#
# guests_self_registration.sponsorship_cc
# 
# Sponsors requesting access and access confirmation emails are CC'ed to this
# address. Multiple destinations can be comma separated.
sponsorship_cc=systemsupp...@gl.fr

[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.
emailaddr=systemsupp...@gl.fr
#
# alerting.fromaddr
#
# Source email address for email notifications. Empty means 
root@<server-domain-name>.
fromaddr=w...@alerts.fr

[database]
#
# database.pass
#
# Password for the mysql database used by PacketFence.
pass=password

[expire]
#
# expire.node
#
# Time before a node is removed due to inactivity.
# A value of 0D disables expiration.
# example:
# node=90D
node=5D

[inline]
#
# inline.interfaceSNAT
# Choose the interface(s) you want to use to enable snat (by default it´s the 
management interface)
interfaceSNAT=eth1,eth0

[interface eth0]
ip=10.0.0.4
type=management
mask=255.255.255.0

[interface eth2]
enforcement=inline
ip=10.0.185.254
type=internal
mask=255.255.255.0
gateway=10.0.185.254

And This is my networks.conf:

[10.33.185.0]
dns=10.0.0.1
dhcp_start=10.0.185.10
gateway=10.0.185.254
domain-name=FR-WIFI-01.Wifi.local
named=enabled
dhcp_max_lease_time=86400
dhcpd=enabled
type=inline
netmask=255.255.255.0
dhcp_end=10.0.185.246
dhcp_default_lease_time=86400


Many thx, bye advance for your help.

thx

HeRC.                                     
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to