Q: 在SLES8中如何通過命令行配置IP Alias A: 可以運行命令ifconfig 添加IP Alias 在eth0:0上添加IP地址192.168.3.20/255.255.255.0 # ifconfig eth0:0 192.168.3.20.netmask 255.255.255.0 up 刪除IP Alias eth0:0 # ifconfig eth0:0 down
原文轉自:http://www.kjueaiud.com