From mboxrd@z Thu Jan 1 00:00:00 1970 From: billy billy@ciudadglobal.com.ar Date: Tue, 30 Jan 2001 20:50:01 +0000 Subject: [LARTC] IP Aliasing with "IP"? Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org
Can I do something like this?

old way:

ifconfig eth1 192.168.101.1 netmask 255.255.255.0 up
route add -net 192.168.101.0 netmask 255.255.255.0 eth1
ifconfig eth1:0 192.168.101.1 netmask 255.255.255.0 up
route add -net 192.168.101.0 netmask 255.255.255.0 eth1:0

thanks