昨天重装了buyvm上的debian,发现跳过了配置IP这个环节,
装好后发现ip已经自动配置好了,并且udp端口68处于监听状态,
这个需要处理么?
装好后发现ip已经自动配置好了,并且udp端口68处于监听状态,
这个需要处理么?
1
msg7086 Jul 14, 2013 vz还是kvm
|
3
msg7086 Jul 14, 2013
我记得我手头的kvm是手动改了/etc/network/才好的,否则上不了网。你可以看看/etc/network/interface里是dhcp还是static就知道了。
|
5
msg7086 Jul 14, 2013
推荐改成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 |