技术宅

当前位置:首页 > 服务器技术 > linux主机

linux主机

Ubuntu18.04系统如何配置单网卡多IP

时间:08-09 作者:
在ubuntu18.04中如何配置单网卡多ip呢?下面就说明下

.在网卡enp5s0f1上增加一个173.208.213.59的ip 用

sudo ifconfig enp5s0f1:0 173.208.213.59 netmask 255.255.255.248
在ubuntu18.04中如何配置单网卡多ip呢?下面就说明下

.在网卡enp5s0f1上增加一个173.208.213.59的ip 用

sudo ifconfig enp5s0f1:0 173.208.213.59 netmask 255.255.255.248


后面的子网掩码 自己可以再添加前查看自己的服务器  使用 ifconfig
 有更多IP 要加 更改enp5s0f1:0 为enp5s0f1:1   enp5s0f1:2 等等
没加IP前  机器的IP显示



2.查看增加ip后本机的ip信息
 ifconfig

3.删除新增加的ip

sudo ifconfig enp5s0f1:0 down