#命令行
如何在linux网卡上添加多个IP(精选2篇) 最简单的方法是使用命令行:ifconfig add eth0 192.168.0.2 netmask 255.255.255.0ifconfig add eth0:1 192.168.0.2 netmask 255.255.255.0ifconfig add eth0:......