在 Linux 中,要定义别名,我们必须修改/etc/network/interfaces..
/etc/network/interfaces
像这样的东西:
auto eth0:1 iface eth0:1 inet static address 192.168.1.60 netmask 255.255.255.0 network x.x.x.x broadcast x.x.x.x gateway x.x.x.x
network这里是什么意思?
network
networking linux alias ip
alias ×1
ip ×1
linux ×1
networking ×1