Creating Ethernet Aliases
If you need to configure more network aliases, you can use the following commands: vi /etc/network/interfaces Add the following lines: auto eth0:0iface eth0:0 inet staticname Ethernet alias LAN cardaddress 192.168.1.101netmask 255.255.255.0broadcast 192.168.1.255network 192.168.1.0 Restart the network service: /etc/init.d/networking restart Now your machine will response also to 192.168.0.101. You can use up to 254 aliases for… Read More »