欢迎光临
我们一直在努力

debian 绑定 多IP ip配置

debian 10 绑定 多IP ip配置

查看网卡
ip a

配置IP

vi /etc/network/interfaces

auto ${网卡名}
iface ${网卡名}
inet ${static}
address ${IP}
netmask ${netmask}
gateway ${gateway}

auto eth0
iface eth0
inet static
address 10.10.100.31
netmask 255.255.255.0
gateway 10.10.100.2

重启网卡
systemctl restart networking

绑定多iP

auto eth0:0
iface eth0:0 inet static
address 192.168.1.3
netmask 255.255.255.0
auto eth0:1
iface eth0:1 inet static
address 192.168.1.4
netmask 255.255.255.0
赞(0) 打赏
未经允许不得转载:欧欧colo教程网 » debian 绑定 多IP ip配置

更稳定的 国内物理服务器租用 机柜托管

促销 - 国内物理机 40核 64G内存 1T硬盘 ¥260

服务器促销国内物理机 40核 64G内存 1T硬盘 ¥260

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏