Hi all, I am installing a virtualization software on my Ubuntu Hardy 8.04 at one point the install doc says the following in bold which i am not sure what it is ? *# Add internet connectivity (eth1) for the guests (tap0). Do NOT add eth0** * *# to the bridge or your host will be disconnected from the LAN...** **sudo ifconfig eth1 up** **sudo ifconfig eth1 promisc* but when i try to the run the following command it results in error as No such device found si...@siddu-desktop:~$ sudo ifconfig eth1 up eth1: ERROR while getting interface flags: No such device
how can i bring the eth1 up and my /etc/network/interfaces say the following si...@siddu-desktop:~$ cat /etc/network/interfaces auto lo iface lo inet loopback auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider auto eth0 iface eth0 inet manual Please Any inputs are welcome -- Thanks & Regards, Siddu [Non-text portions of this message have been removed]

