howtothings.co.uk
How to start networking in Backtrack 4 - Printable Version

+- howtothings.co.uk (https://www.howtothings.co.uk)
+-- Forum: Computing (https://www.howtothings.co.uk/forumdisplay.php?fid=4)
+--- Forum: Operating System and Software Support (https://www.howtothings.co.uk/forumdisplay.php?fid=17)
+--- Thread: How to start networking in Backtrack 4 (/showthread.php?tid=576)



How to start networking in Backtrack 4 - Mark - 26-11-2010

How to start networking in Backtrack 4

So, you've just download and booted backtrack 4 but can't connect to the internet or locally. What's going on!? For some very, very strange reason networking wasn't started automatically in Backtrack 4, here's how to do it.

Note: all commands should be run as root

1) To start networking, issue the command

Code:
/etc/init.d/networking start

Tip: The interfaces are stored in the /etc/network/interfaces file.
If you don't have or don't want some of these interfaces then simply remove the from this file and they will not start. This'll also make the operation faster.

To make this run at boot, enter the following

Code:
update-rc.d networking defaults


If you're interested, see also how to set a static IP here: http://mcompute.co.uk/showthread.php?tid=587


Edit: To start the Wicd wireless program, use:

Code:
/etc/init.d/wicd start



RE: How to start networking in Backtrack 4 - Mr. President - 28-01-2011

Mark i heard i very bad rumor that you can't access wireless network with backtrack on a virtual machine without a wireless card is that true?


RE: How to start networking in Backtrack 4 - Mark - 28-01-2011

(28-01-2011, 07:46 AM)Mr. President Wrote: Mark i heard i very bad rumor that you can't access wireless network with backtrack on a virtual machine without a wireless card is that true?

You cannot connect to a wireless network without a wireless card.
If you want to connect to a wireless network from a virtual machine then you need a USB wireless card, internal wireless on laptops and such do not work.

However, wireless networks integrate into your wired LAN on any home network so essentially it becomes one network that's why even if you're connected wireless you can still see your wired printer, or server for example.

I don't know if that answers your question, I'm happy to answer any follow up. Smile


RE: How to start networking in Backtrack 4 - Drumm - 28-01-2011

I semi- understand what Mark has put. I hope you don't mind if I reword your reply?

What Mark means is that, you can access the internet via your BackTrack VM. But, if you would like to directly access a wireless card via Backtrack you need a USB Wireless card. For the most part unless you're cracking WEP, this isn't necessary. (And possibly other, more advanced tasks)


RE: How to start networking in Backtrack 4 - Mr. President - 29-01-2011

Ya i decided to boot BT from my USB instead of using VM, i still haven't connected yet but i feel that i am getting close to figuring it out. /etc/init.d/networking start did not work for me but i am getting help from the all knowing Google on the matter, the only problem is if i run backtrack and my attempt fails i have to restart and boot into windows again to surf for more answers lol



RE: How to start networking in Backtrack 4 - Drumm - 29-01-2011

/etc/init.d/networking start didn't work?
Why did it fail? Try running it BEFORE you startx


RE: How to start networking in Backtrack 4 - Mr. President - 01-02-2011

(29-01-2011, 10:41 AM)Drumm Wrote: /etc/init.d/networking start didn't work?
Why did it fail? Try running it BEFORE you startx

I just got it running now my problems were:
my iso did not have root installed when so the networking start commands were not working, you can auto update to root but you need internet connection.
so i left the konsole and fell back on my windows skills, opened internet gui find connection click connect.
i loled when it worked.




RE: How to start networking in Backtrack 4 - Mark - 01-02-2011

May also come in handy. To start the Wicd wireless program, use:

Code:
/etc/init.d/wicd start