How to add an alias ip address to a network card in FreeBSD
Posted On 2011年4月8日 星期五 at 於 下午2:16 by Lani1、How to add an additional IP address to a network card in FreeBSD
# ifconfig em0 192.168.78.242 netmask 255.255.255.255 alias
####################################################
2、Removing an IP alias from a network card in FreeBSD
# ifconfig em0 192.168.78.242 -alias