数据加载中……


 

 登   陆

我的分类(专题)
数据加载中……

链接

Blog信息
数据加载中……

 



Ubuntu Debian 添加多IP
樱木花盗 发表于 2015-8-7 10:46:14
#vi /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static 
address 192.168.76.192
netmask 255.255.255.0
gateway 192.168.76.254

auto eth0:0
iface eth0:0 inet static
address 192.168.76.193
netmask 255.255.255.0
gateway 192.168.76.254

auto eth0:1
iface eth0:1 inet static
address 192.168.76.194
netmask 255.255.255.0
gateway 192.168.76.254

重启网卡生效
#/etc/init.d/networking restart


阅读全文 | 回复(0) | 引用通告 | 编辑
 


发表评论:

    昵称:
    密码: (游客无须输入密码)
    主页:
    标题:
    数据加载中……


Powered by Oblog.