• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TUT] How to start / enable networking on start up / boot. (Backtrack 4)
#1
Backtrack 4 is here! But as you know for some strange reason 'networking' was removed from start up when you boot into Backtrack 4. This is a quick tutorial on how to enable networking in backtrack 4.

I've done this on a hard drive install and it worked flawlessly.

1) Log in to Backtrack 4, launch the terminal and type the following:

Code:
nano /root/.bash_profile

You'll be presented with a document on screen, enter the following code:

Code:
/etc/init.d/networking start
/etc/init.d/wicd start

Then Ctrl + O to write out / save it.
Then Ctrl + x to exit.


What this means: "networking start" starts Ethernet or wired Internet connections and protocols and "wicd start" starts the Wireless client 'wicd' so that you can manage wireless connections.

Once you've done this, just reboot and now when you log in networking should have automatically started. :happy
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Automatically start the eth0 network interface on boot - Linux Cent OS 6.5 Mark 0 5,738 07-07-2014, 11:05 PM
Last Post: Mark
  How to enable remote registry using group policy (GPO) Mark 0 7,306 16-02-2014, 06:10 AM
Last Post: Mark
  Boot Updater CameronSchnoebelen 4 16,855 27-11-2012, 07:19 PM
Last Post: Mark
  SPTD.sys, Windows XP machine won't boot, blue screen of death Mark 4 21,318 04-11-2012, 05:30 PM
Last Post: Mark
  Enable the use of blank / null passwords over RDP Mark 1 6,301 12-02-2012, 02:12 AM
Last Post: Drumm

Forum Jump: