[ilugd] setting up virtual ethernet interfaces where they are on a different subnet from the main IP

2006-11-01 Thread Kenneth Gonsalves
Hi, can anyone point me to an example of the above? -- regards Kenneth Gonsalves Associate, NRC-FOSS [EMAIL PROTECTED] http://nrcfosshelpline.in/web/ ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org

Re: [ilugd] setting up virtual ethernet interfaces where they are on a different subnet from the main IP

2006-11-01 Thread mbpillai
Quoting Kenneth Gonsalves [EMAIL PROTECTED]: Hi, can anyone point me to an example of the above? enable eth0:1, eth0:2 eth0:a, eth0:b etc. If using Debian GNU/Linux edit /etc/network/interfaces and add entries as follows: auto eth0:X iface eth0:X inet static address IPADDRESS netmask

Re: [ilugd] setting up virtual ethernet interfaces where they are on a different subnet from the main IP

2006-11-01 Thread Kenneth Gonsalves
On 01-Nov-06, at 9:36 PM, [EMAIL PROTECTED] wrote: enable eth0:1, eth0:2 eth0:a, eth0:b etc. If using Debian GNU/Linux edit /etc/network/interfaces and add entries as follows: auto eth0:X iface eth0:X inet static address IPADDRESS netmask SUBNETMASK network FIRST IP ADDRESS OF