Hello,
On my network, I have a dhcpv6 server and router advertisement configured as Managed (dhcpv6 gives the address, radvd gives routes/prefixes/gateways).
Proxmox settings are below:
Proxmox generated network config:
With the current generated configuration, I get the IPv6 address, but there's no default gateway configured. To make it work, I should have IPV6_AUTOCONF=yes. Manually changing and restarting network stack works, but everytime the container is rebooted, the config is regenerated.
How can I make this persistent?
Best regards,
Wagner Sartori Junior
On my network, I have a dhcpv6 server and router advertisement configured as Managed (dhcpv6 gives the address, radvd gives routes/prefixes/gateways).
Proxmox settings are below:
Proxmox generated network config:
Code:
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
IPV6INIT=yes
IPV6_AUTOCONF=no
DHCPV6C=yes
With the current generated configuration, I get the IPv6 address, but there's no default gateway configured. To make it work, I should have IPV6_AUTOCONF=yes. Manually changing and restarting network stack works, but everytime the container is rebooted, the config is regenerated.
How can I make this persistent?
Best regards,
Wagner Sartori Junior