Anonymous | Login | 2024-11-22 23:30 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001769 | PacketFence | captive portal | public | 2014-02-11 07:31 | 2014-02-14 11:14 | |||
Reporter | erSitzt | |||||||
Assigned To | fdurand | |||||||
Priority | normal | Severity | minor | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Platform | Linux | OS | Ubuntu | OS Version | 12.04.3 LTS | |||
Product Version | 4.1.0 | |||||||
Target Version | Fixed in Version | +1 | ||||||
Summary | 0001769: Proxy Interception : 503 Service Unavailable | |||||||
Description | I've enabled proxy interception for the default ports 8080 and 3128 and seems to work with regard to the log entries and the url changing to the packetfence fqdn. But instead of the captive portal i get a 503 Service Unavailable Error /etc/hosts has 127.0.0.1 for the fqdn of packetfence | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | https://github.com/inverse-inc/packetfence/commit/57122f4dc4bdf4d73e64335f66519a1f0a889ce2 [^] | |||||||
fixed in mtn revision | ||||||||
Attached Files | reverse_reproxy_error_log [^] (681,741 bytes) 2014-02-11 07:49 proxy_error_log [^] (2,432 bytes) 2014-02-11 07:49 [Show Content] | |||||||
Notes | |
(0003504) erSitzt (reporter) 2014-02-11 07:45 |
Just noticed that there are new logfiles: proxy_error_log: [Mon Feb 10 16:38:56 2014] [warn] proxy: No protocol handler was valid for the URL 127.0.0.1:444. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. I've attached the error-logs as well |
(0003505) erSitzt (reporter) 2014-02-11 07:50 |
In reverse_reproxy_error_log it looks like packetfence is trying to connect to 127.0.0.1:443 but nobody is listening there... netstat -anp | grep 127.0.0.1 tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1368/mysqld tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 1162/memcached tcp 0 0 127.0.0.1:444 0.0.0.0:* LISTEN 23968/apache2 tcp 0 0 127.0.0.1:9090 0.0.0.0:* LISTEN 23931/apache2 tcp 0 0 127.0.0.1:48460 127.0.0.1:11211 ESTABLISHED 24007/pfsetvlan tcp 0 0 127.0.0.1:48448 127.0.0.1:11211 ESTABLISHED 23931/apache2 tcp 0 0 127.0.0.1:11211 127.0.0.1:48450 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:48462 127.0.0.1:11211 ESTABLISHED 24049/pfdhcplistene tcp 0 0 127.0.0.1:11211 127.0.0.1:48463 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:48463 127.0.0.1:11211 ESTABLISHED 24048/pfdhcplistene tcp 0 0 127.0.0.1:48535 127.0.0.1:11211 ESTABLISHED 23918/apache2 tcp 0 0 127.0.0.1:48457 127.0.0.1:11211 ESTABLISHED 23988/pfdns tcp 0 0 127.0.0.1:11211 127.0.0.1:48454 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:11211 127.0.0.1:48480 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:11211 127.0.0.1:48448 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:48450 127.0.0.1:11211 ESTABLISHED 23948/apache2 tcp 0 0 127.0.0.1:48461 127.0.0.1:11211 ESTABLISHED 24050/pfdhcplistene tcp 0 0 127.0.0.1:48444 127.0.0.1:11211 ESTABLISHED 23909/apache2 tcp 0 0 127.0.0.1:48454 127.0.0.1:11211 ESTABLISHED 23968/apache2 tcp 0 0 127.0.0.1:11211 127.0.0.1:48460 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:11211 127.0.0.1:48461 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:11211 127.0.0.1:48536 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:11211 127.0.0.1:48444 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:48536 127.0.0.1:11211 ESTABLISHED 23924/apache2 tcp 0 0 127.0.0.1:11211 127.0.0.1:48457 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:11211 127.0.0.1:48462 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:11211 127.0.0.1:48535 ESTABLISHED 1162/memcached tcp 0 0 127.0.0.1:48480 127.0.0.1:11211 ESTABLISHED 24084/perl udp 0 0 127.0.0.1:18120 0.0.0.0:* 23996/freeradius udp 0 0 127.0.0.1:11211 0.0.0.0:* 1162/memcached udp 0 0 127.0.0.1:161 0.0.0.0:* 1447/snmpd |
(0003506) fdurand (administrator) 2014-02-11 11:47 |
Hello, i have just tested and in fact you have to change in /etc/hosts file to resolv on the ip address where the portal is listening and not 127.0.0.1. I will change the documentation. Regards Fabrice |
(0003507) erSitzt (reporter) 2014-02-14 04:34 |
Changed the fqdn in /etc/hosts to the ip of packetfence in the registration network and it works just fine now. Thanks |
Issue History | |||
Date Modified | Username | Field | Change |
2014-02-11 07:31 | erSitzt | New Issue | |
2014-02-11 07:45 | erSitzt | Note Added: 0003504 | |
2014-02-11 07:49 | erSitzt | File Added: reverse_reproxy_error_log | |
2014-02-11 07:49 | erSitzt | File Added: proxy_error_log | |
2014-02-11 07:50 | erSitzt | Note Added: 0003505 | |
2014-02-11 11:47 | fdurand | Note Added: 0003506 | |
2014-02-14 04:34 | erSitzt | Note Added: 0003507 | |
2014-02-14 11:14 | fdurand | fixed in git revision | => https://github.com/inverse-inc/packetfence/commit/57122f4dc4bdf4d73e64335f66519a1f0a889ce2 [^] |
2014-02-14 11:14 | fdurand | Status | new => resolved |
2014-02-14 11:14 | fdurand | Fixed in Version | => +1 |
2014-02-14 11:14 | fdurand | Resolution | open => fixed |
2014-02-14 11:14 | fdurand | Assigned To | => fdurand |
Copyright © 2000 - 2012 MantisBT Group |