Backtrack 4 : BT4 on VMware no network cards

I was tried to conenct my BT4 guest to network but i was facing a lot of issues

i was tried NAT and Bridged mode .

Finally i found the solution .

1 – VMware network setting > NAT 2 – Launch BT4 3 – Open a shell 4 – /etc/init.d/networking start

Possibly Related Posts:

Security : fail2ban and dependencies
Updated ubuntu 10.04 lucid 64 bit stable
Server CORE : Use the Sconfig Utility to Install Windows PowerShell on Server Core ?
Google URL Shortener at goo.gl
The perfect server room?

Vmware : How to install Vmware Tools on Backtrack4- Final

I used VMware Workstation 7 to test this.

The BackTrack kernel sources are already in place, so all that’s left to do is install BackTrack in VMware and start the VMware tools install. BackTrack uses up around 5 GB once installed, so plan accordingly.

mkdir /mnt/cdrom mount /dev/cdrom3 /mnt/cdrom cp -rf /mnt/cdrom/VMwareTools-7.8.5-156735.tar.gz /tmp/ cd [...]