Installed virtualserver "filter2" to Hetzner via your .iso (now 6.3-5) which has been working ok, now we installed new debian10 mailserver from Hetzner with IPv6 and we start to have these errors to mail.log
May 20
14:52:48 filter2 postfix/smtp[5703]: connect to mail.xxx.fi[2a01:4f9:c011:36ed::1]:25: Network is unreachable
May 20
14:52:58 filter2 postfix/smtp[5703]: connect to mail.xxx.fi[2a01:4f9:c011:36ed::1]:25: Network is unreachable
May 20
14:52:58 filter2 postfix/smtp[5703]: 76B69C083C: to=<
juha.harkonen@xxx.fi
>, relay=none, delay=0.85, delays=0.01/0/0.84/0, dsn=4.4.1, status=deferred (connect to mail.xxx.fi[2a01:4f9:c011:36ed::1]:25: Network is unreachable)
I try to fix it via Hetzner debian IPv6 instructions, no help.
https://docs.hetzner.com/robot/dedicated-server/network/net-config-debian/
We manage to fix it by disabling IPv6
/etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
# sysctl -p
But how can we enable IPv6 support ?
May 20
14:52:48 filter2 postfix/smtp[5703]: connect to mail.xxx.fi[2a01:4f9:c011:36ed::1]:25: Network is unreachable
May 20
14:52:58 filter2 postfix/smtp[5703]: connect to mail.xxx.fi[2a01:4f9:c011:36ed::1]:25: Network is unreachable
May 20
14:52:58 filter2 postfix/smtp[5703]: 76B69C083C: to=<
juha.harkonen@xxx.fi
>, relay=none, delay=0.85, delays=0.01/0/0.84/0, dsn=4.4.1, status=deferred (connect to mail.xxx.fi[2a01:4f9:c011:36ed::1]:25: Network is unreachable)
I try to fix it via Hetzner debian IPv6 instructions, no help.
https://docs.hetzner.com/robot/dedicated-server/network/net-config-debian/
We manage to fix it by disabling IPv6
/etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
# sysctl -p
But how can we enable IPv6 support ?