Jump to content

Terminal


c0r

Recommended Posts

Maybe you're too far from it? Maybe your MAC is blacklisted? There could be many reasons for the association to not complete successfully.

EDIT: dhclient <NIC> will obtain and set your IP, Gateway, DNS, etc. from a DHCP server. So, c0r might think he's not connected to the AP because he wasn't using dhclient and didn't get an IP address, and therefore, has no internet access.

Edited by H@L0_F00
Link to comment
Share on other sites

No i'm not to far from it,when i'm using my ubuntu machine i can connect perfectly using

the iwconfig commands.

But when using my backtrack machine it fails.

@Sl45h3R : To use dhclient i need to be connected first..i think

thx for the help so far..

c

Link to comment
Share on other sites

I got it done...

this is how i did it..

ifconfig wlan0 down

ifconfig wlan0 hw ether 00:01:02:03:04:05

ifconfig wlan0 up

iwconfig wlan0 essid blah key thewepkey

ifconfig wlan0 192.168.1.5 netmask 255.255.255.0

route add default gateway 192.168.1.1

echo nameserver free dnsserver > /etc/resolv.conf

c

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...