2009년 2월 1일 일요일

Some Tutorials from HowtoForge


 

[VMWare] How to get the NIC working on a Linux guest(Debian Etch)

Start the VM.
log in as root (su)
To find out the IP Address of the VM.
# ifconfig eth0
eth0: error fetching interface information: Device not found



[Solution]


Source : Official Open-Xchange Forum > - > -> VMWare Image with debian/Etch
By neo          03-16-2007, 11:02 AM

more..



determine the ethernet interface

ifconfig -a | grep eth

edit the network setup /etc/network/interfaces and /etc/init.d/info and replace eth0 with the NIC you find in the command above.

now reboot
:-)

:D

Instead of eth0, eth1 was found by the command above.
(Network Conneciton Type : "Bridged")

I've edited just /etc/network/interfaces and replace eth0 with eth1.

And then reboot.

Done.

[Link] Knowledge Dump

Source : Linhost.info