Hello,
I have disabled IPv6 on my pve host like this : (and rebooted several times since then)
Sadly, for some very unknown reason, when I connect my opnSense router and tell it to route through my PIA VPN access (that has IPv6 disabled as well), my pve host suddenly starts to use ipv6...
Here is a curl example, of course, it fails :
I don't get it, whatever happens on my router, pve should never hear about 2a01:e0c:1:1598::2 or try to connect to it...
Am I missing something here ?
I'm digging on the router to configure my VPN with things like this :
But I still don't understand how it can happen...
Because once in a while, even with the VPN connected, pve will try to contact the IPv4 for the same host (ftp.fr.debian.org) and when it does, of course it works (and gets routed through the VPN yes, that's according to my policy routing)
Thanks in avance if you can help me shed some light on this strange behaviour...
Best regards,
Toxic
I have disabled IPv6 on my pve host like this : (and rebooted several times since then)
Code:
root@pve:~# tail -n 6 /etc/sysctl.conf
###################################################################
# Disable IPv6
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
Sadly, for some very unknown reason, when I connect my opnSense router and tell it to route through my PIA VPN access (that has IPv6 disabled as well), my pve host suddenly starts to use ipv6...
Here is a curl example, of course, it fails :
Code:
curl -v http://ftp.fr.debian.org/
[...]
Expire in 200 ms for 1 (transfer 0x56257088ef50)
* Trying 212.27.32.66...
* TCP_NODELAY set
* Expire in 149827 ms for 3 (transfer 0x56257088ef50)
* Expire in 200 ms for 4 (transfer 0x56257088ef50)
* Trying 2a01:e0c:1:1598::2...
* TCP_NODELAY set
* Expire in 149827 ms for 3 (transfer 0x56257088ef50)
* Immediate connect fail for 2a01:e0c:1:1598::2: Cannot assign requested address
* Trying 2a01:e0c:1:1598::2...
I don't get it, whatever happens on my router, pve should never hear about 2a01:e0c:1:1598::2 or try to connect to it...
Am I missing something here ?
I'm digging on the router to configure my VPN with things like this :
Code:
pull-filter ignore redirect-gateway
pull-filter ignore "dhcp-option DNS"
pull-filter ignore "ifconfig-ipv6 "
pull-filter ignore "route-ipv6 "
Because once in a while, even with the VPN connected, pve will try to contact the IPv4 for the same host (ftp.fr.debian.org) and when it does, of course it works (and gets routed through the VPN yes, that's according to my policy routing)
Thanks in avance if you can help me shed some light on this strange behaviour...
Best regards,
Toxic