The following script use for easy connect to the internet especially when we use "Virtual machine" such as Vmware Player , Vmware Workstation OR Virtual box. Code: Select All # This is Script for Quick-Start Internet in Back|Track 5 ... # ... when you use it in VMWare OR Virtual Box OR any virtual machine # # By: HoT_PursuiT # Note: Change "eth0" as your system, you can see what eth you have use by ... # ... type "ifconfig" in terminal. :) # ifconfig sleep 3 ifconfig eth0 down ifconfig eth0 down ifconfig eth0 down sleep 3 dhclient eth0 #print " Internet Is Working :) " sleep 2 #ping www.google.com #sleep 4 The last tow line is optional ( print.../ ping..... ) :joy