bt4 problem

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
nightkid
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 306
Joined: 27 May 2007, 16:00
16
Location: interwebz

bt4 problem

Post by nightkid »

so last night i wiped my HDD clean and i partitioned my drive
245 GB = Windows 7
5 GB = Backtrack 4

the dual booting is working great the only problem i have is with the bt4 i cant get online, im new with the bt4 layout and all i go to network settings and it shows 127.0.0.1 (home network) and something about loopback...anyone know what's up?

also..i seem to have lost my windows 7 OEM key, anyone know of one? :lol:
[img]http://img.photobucket.com/albums/v328/trenchcoatskrilla/biohazard.gif[/img]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

going through a router to go online? if yes what's the router IP?


and no, no warez/keys/serials here... :P

User avatar
nightkid
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 306
Joined: 27 May 2007, 16:00
16
Location: interwebz

Post by nightkid »

yes i'm behind a router.
but it's a windstream modem/router in one, would that make a difference with finding the ip or anything like that?
[img]http://img.photobucket.com/albums/v328/trenchcoatskrilla/biohazard.gif[/img]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

nope, don't matter...I assume the router provides DHCP, so open /etc/network/interfaces and add (after the loopback entry):

Code: Select all

auto eth0
iface eth0 inet dhcp
when done restart the networking:

Code: Select all

/etc/init.d/networking  restart
and you should have a connection... :)

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Post by DNR »

remember if windows can connect to the internet, then copy the IPs from ipconfig to the BT side

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

User avatar
nightkid
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 306
Joined: 27 May 2007, 16:00
16
Location: interwebz

Post by nightkid »

bad_brain wrote:nope, don't matter...I assume the router provides DHCP, so open /etc/network/interfaces and add (after the loopback entry):

Code: Select all

auto eth0
iface eth0 inet dhcp
when done restart the networking:

Code: Select all

/etc/init.d/networking  restart
and you should have a connection... :)
i checked this ,
auto eth0
iface eth0 inet dhcp is already there.
backtrack3 automatically recognized the drivers yet bt4 does not ..hm.
[img]http://img.photobucket.com/albums/v328/trenchcoatskrilla/biohazard.gif[/img]

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

hm, is the NIC recognized? check if it is listed:

Code: Select all

lspci

User avatar
dre360
Newbie
Newbie
Posts: 5
Joined: 31 Oct 2009, 17:00
14

Post by dre360 »

dhclient3 and the interface you want to get the ip address

Post Reply