ipv6 not working

#1
My website daviddegner.com has been up for a while but ipv6 doesn't seem to be working.

When I use https://ipv6-test.com/validate.php it says:
AAAA DNS record (working) 2600:3c03::f03c:92ff:fecd:1da8
IPv6 web server (not working) web server is unreachable : Connection refused
https://www.ssllabs.com/ssltest/analyze.html?d=daviddegner.com&latest

So my hover.com domain name points to quic.cloud DNS which includes:
AAAA daviddegner.com 2600:3c03::f03c:92ff:fecd:1da8

Screen Shot 2020-12-05 at 17.26.14.png
Using the OLS webadmin panel I looked at the Listener > Summary page:
I created 2 more listeners for ipv6
Screen Shot 2020-12-05 at 17.24.33.png
Screen Shot 2020-12-05 at 17.24.54.png

But it still doesn't appear to work. Any ideas?
Do I need to open new ports in my firewall?

I'm using an Ubuntu 20.04 install from the OLS super simple install on this website so it should be a pretty default install.

Thanks!
 

Cold-Egg

Administrator
#2
No extra port allowed needed, it should just work.
May I know the OLS version? and if this IPv6 interface can be found from the server?
Code:
ip addr
 
#3
Thanks for looking. I just tried opening and closing ports 546/547 for fun. I left them closed for now

LiteSpeed/1.6.18 Open
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.4
(built: Tue Nov 24 16:40:45 UTC 2020)
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.4


Code:
localhost:~# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether f2:3c:92:cd:1d:a8 brd ff:ff:ff:ff:ff:ff
    inet 45.79.184.48/24 brd 45.79.184.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 2600:3c03::f03c:92ff:fecd:1da8/64 scope global dynamic mngtmpaddr noprefixroute
       valid_lft 2591996sec preferred_lft 604796sec
    inet6 fe80::f03c:92ff:fecd:1da8/64 scope link
       valid_lft forever preferred_lft forever
ports open:
Code:
22                         ALLOW       Anywhere                 
80                         ALLOW       Anywhere                 
443                        ALLOW       Anywhere                             
22/tcp                     ALLOW       Anywhere                 
7080                       ALLOW       Anywhere                 
22 (v6)                    ALLOW       Anywhere (v6)             
80 (v6)                    ALLOW       Anywhere (v6)             
443 (v6)                   ALLOW       Anywhere (v6)             
22/tcp (v6)                ALLOW       Anywhere (v6)             
7080 (v6)                  ALLOW       Anywhere (v6)
 

Cold-Egg

Administrator
#4
Hi,

I just set up a pure OLS test server and it works on both HTTP/HTTPS IPv6 validation
AAAA DNS record 2400:6180::d0:0:0:f8a:3001
IPv6 web server LiteSpeed

Only need to set "[ANY] IPv6" on port 80 and 443 listeners. No need to set multiple port 80 and port 443 listeners.

I just found out that you use quic.cloud, if you have IPv6 issue with it, then it may be not OLS related. Can you confirm if the issue still shows without any CDN service in the front?
 
#5
I restructured my listeners to be just [Any] IPv6, and that doesn't seem to work at all. I can't load any pages.
Screen Shot 2020-12-07 at 12.26.44.png

I also bypass the CDN now and moved me DNS from quic.cloud to my linode DNS. I'll wait a little bit for changes to propagate, but that doesn't seem to help.

Hmmm, yeah I think it worked perfectly when I installed it a few months ago.
 
Top