doncullen
New Pleskian
When attempting to do CURL over IPv6, connection is refused:
I'd prefer not to disable IPv6 on my server, and am willing to put in the grunt work to get the matter resolved.
This is what happens when I attempt CURL via IPv6:
Troubleshooting:
Checking AAAA record via IPv6 test - web site reachability shows this:
ufw and plesk firewall are both set to allow tcp ports 443, 549, and 853 through. I've rebooted the server.
I'm at a loss as to how to best proceed from this point on. Ideas?
I'd prefer not to disable IPv6 on my server, and am willing to put in the grunt work to get the matter resolved.
This is what happens when I attempt CURL via IPv6:
Code:
# curl -6 doncullen.net
curl: (7) Failed to connect to doncullen.net port 80: Connection refused
Troubleshooting:
Code:
# sysctl -p
net.ipv6.conf.all.accept_ra = 2
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
# cat /etc/sw-cp-server/conf.d/ipv6_ports.inc
listen [::]:8443 ipv6only=on ssl;
listen [::]:8880 ipv6only=on;
# ip a | grep inet6 | grep global
inet6 2001:19f0:6401:18ad:5400:1ff:fec3:4fc3/64 scope global mngtmpaddr dynamic
# ping6 doncullen.net
PING doncullen.net(2001:19f0:6401:18ad:5400:1ff:fec3:4fc3) 56 data bytes
64 bytes from 2001:19f0:6401:18ad:5400:1ff:fec3:4fc3: icmp_seq=1 ttl=64 time=0.044 ms
64 bytes from 2001:19f0:6401:18ad:5400:1ff:fec3:4fc3: icmp_seq=2 ttl=64 time=0.046 ms
64 bytes from 2001:19f0:6401:18ad:5400:1ff:fec3:4fc3: icmp_seq=3 ttl=64 time=0.057 ms
Checking AAAA record via IPv6 test - web site reachability shows this:
Code:
AAAA DNS record
2001:19f0:6401:18ad:5400:1ff:fec3:4fc3
ufw and plesk firewall are both set to allow tcp ports 443, 549, and 853 through. I've rebooted the server.
I'm at a loss as to how to best proceed from this point on. Ideas?
Last edited: