In Linux, to define aliases, we have to modify /etc/network/interfaces..
Something like this:
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 What does network mean here?