My Proxmox: Virtual Environment 6.2-10
We have a dedicated IPv6-range
in /etc/network/interfaces:
auto enp94s0f0
iface enp94s0f0 inet static
address xxx.xx.4.210
netmask 255.255.255.192
gateway 141.58.4.254
iface enp94s0f0 inet6 static
address xxxx:xxx:xxxx:194::x2
netmask 64
gateway xxxx:xxx:xxxx:194::1
After boot the IPv6 address is not configured.
I can set the address using
ip -6 address add xxxx:xxx:xxxx:194::x2/64 dev enp94s0f0
and ping it.
sysctl net.ipv6.conf |& grep autoconf
net.ipv6.conf.enp94s0f0.autoconf = 0
net.ipv6.conf.enp94s0f1.autoconf = 0
Any idea?
We have a dedicated IPv6-range
in /etc/network/interfaces:
auto enp94s0f0
iface enp94s0f0 inet static
address xxx.xx.4.210
netmask 255.255.255.192
gateway 141.58.4.254
iface enp94s0f0 inet6 static
address xxxx:xxx:xxxx:194::x2
netmask 64
gateway xxxx:xxx:xxxx:194::1
After boot the IPv6 address is not configured.
I can set the address using
ip -6 address add xxxx:xxx:xxxx:194::x2/64 dev enp94s0f0
and ping it.
sysctl net.ipv6.conf |& grep autoconf
net.ipv6.conf.enp94s0f0.autoconf = 0
net.ipv6.conf.enp94s0f1.autoconf = 0
Any idea?