ubuntu 系统添加 ip

[复制链接] |主动推送
查看37 | 回复0 | 2024-9-11 08:15:06 | 显示全部楼层 |阅读模式
sudo vim /etc/network/interfaces
加入
auto eno1:1
iface eno1:1 inet static
    address 162.209.180.227
    netmask 255.255.255.248

auto eno1:2
iface eno1:2 inet static
    address 162.209.180.228
    netmask 255.255.255.248

auto eno1:3
iface eno1:3 inet static
    address 162.209.180.229
    netmask 255.255.255.248

auto eno1:4
iface eno1:4 inet static
    address 162.209.180.230
    netmask 255.255.255.248

auto eno1:5
iface eno1:5 inet static
    address 23.224.37.2
    netmask 255.255.255.0
回复

使用道具 举报

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

本版积分规则