Gateway未来科技

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 182|回复: 0

Ubuntu增加多段IP

[复制链接]

258

主题

270

帖子

819

积分

超级版主

Rank: 8Rank: 8

积分
819
发表于 2017-3-1 01:02:09 | 显示全部楼层 |阅读模式
编辑/etc/network/interfaces文件
加入下面这些:
auto eth0:0
iface eth0:0 inet static
address 192.168.9.88
netmask 255.255.255.0
gateway 192.168.9.254
auto eth0:1
iface eth0:1 inet static
address 192.168.9.89
netmask 255.255.255.0
gateway 192.168.9.254
以此类推 保存。
重启网卡服务
sudo /etc/init.d/networking restart
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Comsenz Inc.

GMT+8, 2024-12-23 12:30 , Processed in 0.054784 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc. Templated By 【未来科技 www.veikei.com】设计

快速回复 返回顶部 返回列表