After several attempts, decided to ask a question in the forum.
Intuition tells me that this is due PVE specific scripts
I can't set up IPV6 forwarding is not one of those ways?
1.
2.
3.
After reboot host machine i get this:
IPV6 forwarding working if i set up it manuall through
But it works only before reboot.
Intuition tells me that this is due PVE specific scripts
I can't set up IPV6 forwarding is not one of those ways?
1.
Code:
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
Code:
sysctl -w net.ipv6.conf.all.forwarding=1
Code:
echo "net.ipv6.conf.all.forwarding=1" > /etc/sysctl.conf
After reboot host machine i get this:
Code:
cat /proc/sys/net/ipv6/conf/all/forwarding
0
IPV6 forwarding working if i set up it manuall through
Code:
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding