修改 /etc/network/interfaces 文件
auto eth0 iface eth0 inet static address 103.147.1.100 netmask 255.255.255.0 gateway 103.147.1.1
auto eth0:0 iface eth0:0 inet static address 103.147.1.101 netmask 255.255.255.0
auto eth0:1 iface eth0:1 inet static address 103.147.1.102 netmask 255.255.255.0
注意,新增ip不要写gateway(网关),如果还要继续添加ip,同理再在下面添加eth0:1、eth0:2…. 最后一行输入DNS dns-nameservers 223.6.6.6 8.8.8.8
保存文件,并执行如下命令刷新网络 # /etc/init.d/networking restart 或者: $ sudo /etc/init.d/networking restart 如果搞不好,请联系菠萝云客服协助。
|