Solved Apache24 not responding to IPv6

Solved, router was blocking.

Hi, have apache24 configured for IPv6

Listen [xxxx:f938:1001::29d3:a750]:80
Listen [xxxx:f938:1001::29d3:a750]:443

No issue pinging the above address remotely.
No issue with ssh -6 to the server.

But sockstat shows it is listening

Code:
www      httpd      21036 3  tcp6   *:80                  *:*
www      httpd      21036 5  tcp6   *:443                 *:*
www      httpd      21036 7  tcp6   xxxx:f938:1001::29d3:a750:80 *:*
www      httpd      21036 8  tcp6   xxxx:f938:1001::29d3:a750:443 *:*

Cannot telnet to the web ip address:

telnet xxxx:f938:1001::29d3:a750 80
Trying xxxx:f938:1001::29d3:a750...
telnet: Unable to connect to remote host: Connection timed out

Since we are having an issue with PF and IPv6, the firewall is currently disabled to rule out firewall issue.
Code:
INFO:
Status: Disabled for 0 days 07:09:02

Hopefully someone can shine some light on this.
Thanks.
 
Back
Top