pve 获取ipv6 设置

编辑

/etc/network/interfaces

添加

iface vmbr0 inet6 auto
	accept_ra 2
	post-up ip -6 route add default via fe80::1 dev vmbr0
	post-up sleep 5 && /usr/sbin/dhclient -6 -v vmbr0

发表评论