To enable IPv6 in PVE (Proxmox Virtual Environment), please follow these steps:
- Edit the file
/etc/sysctl.conf
and add the following lines at the end:
|
|
- Run the command
sysctl -p
or restart your host. Then, enter the commandifconfig
to check if an IPv6 address has been assigned.
After completing these steps, your PVE system should have IPv6 functionality enabled.