Pedro Paez
2012-09-26 07:43:00 UTC
I am getting the following error when I log into the captive portal:
Sep 26 09:30:35 redir.cgi(0) INFO: xx:xx:xx:xx:xx being redirected
(ModPerl::ROOT::ModPerl::PerlRun::usr_local_pf_html_captive_2dportal_
redir_2ecgi::handler)
Sep 26 09:30:35 redir.cgi(0) INFO: MAC xx:xx:xx:xx:xx shouldn't reach here.
Calling access re-evaluation. Make sure your network device configuration is
correct.
(ModPerl::ROOT::ModPerl::PerlRun::usr_local_pf_html_captive_2dportal_redir_2
ecgi::handler)
Sep 26 09:30:35 redir.cgi(0) INFO: re-evaluating access for node xx:xx:xx:xx:xx
(redir.cgi called) (pf::enforcement::reevaluate_access)
Sep 26 09:30:35 redir.cgi(0) WARN: Can't re-evaluate access for mac
xx:xx:xx:xx:xx because no open locationlog entry was found
(pf::enforcement::reevaluate_access)
Radius authentication is performed on a remote server that records "login OK"
and I can see the entry in the section Node->view on the administration web.
However, I have also tested authentication via flat file and getting the same
results.
pf.conf:
[interface eth1]
enforcement=inline
ip=192.168.10.1
type=internal
mask=255.255.255.0
gateway=192.168.10.1
[interface eth0]
ip=public_IP
type=management
mask=255.255.255.0
gateway=public_IP
[...]
network.conf
[192.168.10.0]
dns=DNS_Server
dhcp_start=192.168.10.2
gateway=192.168.10.1
named=enabled
dhcp_max_lease_time=86400
dhcpd=enabled
type=inline
netmask=255.255.255.0
dhcp_end=192.168.10.100
dhcp_default_lease_time=86400
domain-name=mydomain.com
next_hop=
I do not know why it does not work, and I would appreciate any help.
Sep 26 09:30:35 redir.cgi(0) INFO: xx:xx:xx:xx:xx being redirected
(ModPerl::ROOT::ModPerl::PerlRun::usr_local_pf_html_captive_2dportal_
redir_2ecgi::handler)
Sep 26 09:30:35 redir.cgi(0) INFO: MAC xx:xx:xx:xx:xx shouldn't reach here.
Calling access re-evaluation. Make sure your network device configuration is
correct.
(ModPerl::ROOT::ModPerl::PerlRun::usr_local_pf_html_captive_2dportal_redir_2
ecgi::handler)
Sep 26 09:30:35 redir.cgi(0) INFO: re-evaluating access for node xx:xx:xx:xx:xx
(redir.cgi called) (pf::enforcement::reevaluate_access)
Sep 26 09:30:35 redir.cgi(0) WARN: Can't re-evaluate access for mac
xx:xx:xx:xx:xx because no open locationlog entry was found
(pf::enforcement::reevaluate_access)
Radius authentication is performed on a remote server that records "login OK"
and I can see the entry in the section Node->view on the administration web.
However, I have also tested authentication via flat file and getting the same
results.
pf.conf:
[interface eth1]
enforcement=inline
ip=192.168.10.1
type=internal
mask=255.255.255.0
gateway=192.168.10.1
[interface eth0]
ip=public_IP
type=management
mask=255.255.255.0
gateway=public_IP
[...]
network.conf
[192.168.10.0]
dns=DNS_Server
dhcp_start=192.168.10.2
gateway=192.168.10.1
named=enabled
dhcp_max_lease_time=86400
dhcpd=enabled
type=inline
netmask=255.255.255.0
dhcp_end=192.168.10.100
dhcp_default_lease_time=86400
domain-name=mydomain.com
next_hop=
I do not know why it does not work, and I would appreciate any help.