便宜VPS网为回馈新老顾客,香港vps免费送,数量有限,先到先得!手慢无!

ubuntu 添加多ip

centos知识 便宜vps网 3108℃

ubuntu跟一般centos ,redhat添加ip的方式有一定的区别。
一般centos,redhat系统的配置文件都是在/etc/sysconfig/network-script/下面的  引用centos,redhat等添加多ip
ubuntu的配置文件是/etc/network/interfaces

如图下:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 8.8.8.2
netmask 255.255.255.248
gateway 8.8.8.1  要注意这里,多个不同IP段,只要1个gateway配置即可,其他IP不需要配置gateway

auto eth0:0
iface eth0:0 inet static
address 8.8.8.3
netmask 255.255.255.248

auto eth0:1
iface eth0:1 inet static
address 6.6.6.130   注意这里,虽然这是不同的IP段,但是不需要配置gateway,只需要配置netmask即可
netmask 255.255.255.224

auto eth0:2
iface eth0:3 inet static
address 6.6.6.131
netmask 255.255.255.224

PS:添加ip的时候注意    
auto eth0:1 iface eth0:1

修改完成之后,需要重启网卡才能生效,输入:sudo /etc/init.d/networking restart

原创文章,转载请注明: 转载自VPS面板知识

本文链接地址: ubuntu 添加多ip

VPS面板知识: 便宜VPS网–便宜技术|Windows VPS面板知识 | Linux VPS面板知识

友情链接:便宜vps网 真诚为您推荐最合适的vps服务器,详情咨询860001083


在线咨询

文章的脚注信息由WordPress的wp-posturl插件自动生成

转载请注明:VPS面板知识 » ubuntu 添加多ip

喜欢 (0)or分享 (0)