- Server operating system version
- Debian 10
- Plesk version and microupdate number
- Obsidian v18.0.47
Hi all,
We are testing websites installation with IPv6.
All the configuration goes smoothly.
But when we want to access to the website, we can not (timeout , not recheable).
We can not "ping" also.
We thought of a problem with the firewall. We lifted all ipv6 rules.
but no effect.
# dig +short aaaa mydomain.com
2001:41d0:x:x:x:1
#ping mydomain.com
Send request 'ping' to mydomain.com [2001:41d0:x:x:x:1]....
--- mydomain.com ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4054ms
# ip6tables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
Do you an idea for the problem?
Thank you.
Erwan
We are testing websites installation with IPv6.
All the configuration goes smoothly.
But when we want to access to the website, we can not (timeout , not recheable).
We can not "ping" also.
We thought of a problem with the firewall. We lifted all ipv6 rules.
Code:
ip6tables -F
ip6tables -X
ip6tables -t nat -F
ip6tables -t nat -X
ip6tables -t mangle -F
ip6tables -t mangle -X
ip6tables -P INPUT ACCEPT
ip6tables -P FORWARD ACCEPT
ip6tables -P OUTPUT ACCEPT
but no effect.
# dig +short aaaa mydomain.com
2001:41d0:x:x:x:1
#ping mydomain.com
Send request 'ping' to mydomain.com [2001:41d0:x:x:x:1]....
--- mydomain.com ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4054ms
# ip6tables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
Do you an idea for the problem?
Thank you.
Erwan