在KVM上配置ipv6 September 30, 2012 编辑 /etc/network/interfaces添加#IPV6 static configuration iface eth0 inet6 static address 2607:fcd0:100:c21::72cb:eb5b netmask 64 gateway 2607:fcd0:100:c21::1 # END IPV6 configuration 其中的address,netmask,gateway根据自己的实际情况修改一下,之后重启网络服务就ok了。