Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > connected to access point but no internet found

Reply
Thread Tools Display Modes

connected to access point but no internet found

 
 
glenn
Guest
Posts: n/a

 
      06-25-2006, 10:20 PM
I have a friend with a T30 Thinkpad (Win XP Home, SP2) and a new Linksys
Wi-Fi card who has a problem that just keeps coming up. We have no problem
getting on the internet where there is unsecured access. As long as there is
no authentication to go through, it's fine. But at several venues, where
there is authentication, we always fail to get on. The signal can be nice
and strong, but our attempts to log on always fail. The software says
something like "Connected to Access Point, no internet found."

We have the correct password, we enter it using both 64-bit and 128-bit
encryption, we watch closely to use the correct case for the letters.
Nothing succeeds. To my knowledge, she has in fact never succeeded in
logging on when authentication is required. (but this has been at only two
places that I know of).

Can anyone suggest to us what is wrong here?? She's in Madrid now emailing
me for advice.

thanks,
-g


 
Reply With Quote
 
 
 
 
Jeff Liebermann
Guest
Posts: n/a

 
      06-26-2006, 01:35 AM
"glenn" <(E-Mail Removed)> hath wroth:

>We have the correct password, we enter it using both 64-bit and 128-bit
>encryption, we watch closely to use the correct case for the letters.


WEP has a problem converting from ASCII to Hexadecimal. There are two
(or more) algorithms for converting from ASCII to Hex. Windoze only
supports one of these. If you use the Hex key, it should always work.
Yes, I know that nobody likes to type 26 Hex characters.

However, if you have control over the access point configuration, I
*STRONGLY* suggest you switch to WPA encrytion and abandon WEP. WEP
offers very little security as it is easily cracked.

--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
glenn
Guest
Posts: n/a

 
      06-26-2006, 06:33 PM

"Jeff Liebermann" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
> "glenn" <(E-Mail Removed)> hath wroth:
>
>>We have the correct password, we enter it using both 64-bit and 128-bit
>>encryption, we watch closely to use the correct case for the letters.

>
> WEP has a problem converting from ASCII to Hexadecimal. There are two
> (or more) algorithms for converting from ASCII to Hex. Windoze only
> supports one of these. If you use the Hex key, it should always work.
> Yes, I know that nobody likes to type 26 Hex characters.
>


"Two (or more) algorithms"?? - that sounds pretty nuts, Jeff. You mean you
can get different hex keys from the exact same passphrase depending on
a version of WEP you have?? -or is it because of a bug?

I've passed this info to my friend and told her to try the hex key directly
(getting it from someone who can log on ok). We'll see if that's it.

thanks for your input!
-g


 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      06-26-2006, 11:28 PM
On Mon, 26 Jun 2006 18:33:14 GMT, "glenn" <(E-Mail Removed)> wrote:

>
>"Jeff Liebermann" <(E-Mail Removed)> wrote in message
>news(E-Mail Removed).. .
>> "glenn" <(E-Mail Removed)> hath wroth:
>>
>>>We have the correct password, we enter it using both 64-bit and 128-bit
>>>encryption, we watch closely to use the correct case for the letters.

>>
>> WEP has a problem converting from ASCII to Hexadecimal. There are two
>> (or more) algorithms for converting from ASCII to Hex. Windoze only
>> supports one of these. If you use the Hex key, it should always work.
>> Yes, I know that nobody likes to type 26 Hex characters.


>"Two (or more) algorithms"?? - that sounds pretty nuts, Jeff. You mean you
>can get different hex keys from the exact same passphrase depending on
>a version of WEP you have??


Exactly. The actual WEP key is in Hex. The access points and client
software make it easy for users to "generate" a Hex key by providing a
function that converts an ASCII text key into Hex. The problem is
that since this is nowhere to be found in IEEE 802.11 specifications,
they did it any old way they thought was interesting. The results are
not consistent. There are two ASCII to Hex conversion algorithms that
I know about, and I may have identified one more creative algorithm.
When Windoze Wireless Zero Config asks for an encryption key, it goes
through all the possible algorithms and protocols that it knows about
until it finds a successful match. Unfortunately, it only supports
one of the two ASCII to Hex conversion schemes. I haven't spent any
time figuring out which manufactories and models support which
algorithm. Don't assume that it's consistent among products from a
given manufactory.

Sample code:
http://www.wigle.net/jigle/wep.pl

>-- or is it because of a bug?


Not really a bug since there's no standard way of converting from
ASCII to Hex. However, the problem has been known for at least 8
years, and none of the manufactories appear interested in either
fixing or documenting the problem.

>I've passed this info to my friend and told her to try the hex key directly
>(getting it from someone who can log on ok). We'll see if that's it.


It should work (famous last words).

--
# Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
# 831-336-2558 (E-Mail Removed)
# http://802.11junk.com (E-Mail Removed)
# http://www.LearnByDestroying.com AE6KS
 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      06-27-2006, 04:03 PM
Jeff Liebermann <(E-Mail Removed)> hath wroth:

>Sample code:
> http://www.wigle.net/jigle/wep.pl
>


Sample output. The 40/64bit output is just the first five letters of
the WEP key used to generate the Hex key.


C:\wep> perl wep.pl abcdefghijklm

Converting ASCII string 'abcdefghijklm' to hexadecimal
using common wifi driver algorithms.

40 bit Prism II (D-Link, Apple)
key 0: 10 c2 1d 26 69
key 1: 75 04 af 53 68
key 2: 5a 65 4d 6e b2
key 3: 5e a2 f1 df ef

104 bit Prism II (D-Link, Apple)
f343dcef2a6ea4ce5d63dabc4557b53a
or for apple:
f343dcef2a6ea4ce5d63dabc45

40 bit Hermes (Orinoco)
6162636465

104 bit Hermes (Orinoco)
6162636465666768696a


--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Users connected to an Access Point Panos Wireless Internet 3 09-06-2007 07:24 PM
Netgear access point WPN802v2 not found by browser J David Ellis Wireless Networks 5 11-18-2006 01:17 PM
connected to access point but internet not found maryann Windows Networking 0 06-02-2006 02:07 AM
Identify access point connected to Chad Wireless Networks 1 11-02-2005 10:00 PM
Connected to network internet not found linksys router and pc card sliktek Wireless Internet 1 01-25-2005 11:45 PM



1 2 3 4 5 6 7 8 9 10 11