1
msg7086 2013-07-14 19:15:43 +08:00 1
vz还是kvm
|
3
msg7086 2013-07-14 19:19:59 +08:00
我记得我手头的kvm是手动改了/etc/network/才好的,否则上不了网。你可以看看/etc/network/interface里是dhcp还是static就知道了。
|
4
jimmy2010 OP |
5
msg7086 2013-07-14 19:27:51 +08:00
推荐改成static,手动加上内网外网IP和IPv6。具体分配到的地址可以查控制面板。
auto eth0 iface eth0 inet static address 209.141.~.~ netmask 255.255.255.0 gateway 209.141.~.1 auto eth1 iface eth1 inet static address 172.16.~.~ network 255.255.0.0 iface eth0 inet6 static address 2605:6400:2:fed5:~~~~~~~ netmask 48 gateway 2605:6400:2:fed5::1 |