Script for Quick-Start Internet , When we use Virtual machine

Discussion in 'Scripts & Commands' started by HoT_Pursuit, 7 Aug 2012.

  1. HoT_Pursuit

    HoT_Pursuit Well-Known Member
    Dev Team VIP

    Joined:
    20 Jul 2012
    Messages:
    81
    Likes Received:
    66
    The following script use for easy connect to the internet especially when we use "Virtual machine":cool: 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
     

    Attached Files:

    • Like Like x 2

Share This Page

Loading...