Re: Only localhost works

2005-01-28 Thread energy
Here is some information I hope will help in narrowing down my problem:

I am using as the server freeradius-0.9.3-106.6.rpm from SuSE 9.1 64 bit.

Here are the packet captures I grabbed from the network. I'm hoping someone 
has some simple code already written that can reverse the password fields to 
tell me if I am really sending a bad shared secret to the radius server (that 
is the error I receive when running radiusd -X.) I am not adverse to writing 
the reverse code myself, but if someone else already has code snippets it 
would be appreciated.

The iformation I am using is:
Shared Secret: test
Users Password: secret12

I have cut the packets down to the information I believe is needed to extract 
the shared secret. 

Packets caught from the lo (loopback) interface when utilizing radtest:
Authenticator: 0x166336A04706EC8F8619E75C9981733C
   Attribute value pairs
t:User Name(1) l:11, Value:netadmin1
t:User Password(2) l:18, Value:8BC70C4FDE2E3B5C6F508BA7

Packets caught on eth2 interface when utilizing radtest from 32 bit SuSE 9.2 
client:
Authenticator: 0x4C67A534B4B2D1F6906278B2C46E6284
Attribute value pairs
t:User Name(1) l:11, Value:netadmin1
t:User Password(2) l:18, Value:FE6C06FF2C7FE8CCF79E85FF74B318DF

I can provide the full dump, but think that is enough to find out if it really 
is a shared secret problem.

I did check packets across the network from those sent by the client and those 
received by the server. They are identical.

I'm not adverse to installing from source, but hate to just give-up on a 
problem without attempting to understand the cause.

Any help will be most appreciated (i.e. code to reverse the password back to 
the shared secret, etc.)


Sorry for the long post.

On Wednesday 26 January 2005 18:33, Alan DeKok wrote:
 energy [EMAIL PROTECTED] wrote:
  Anyone who knows Freeradius code well enough to be able to tell me if
  maybe Freeradius is 32 bit centric so somehow reversing the shared
  secret/password fails?

   I've run it on 64-bit machines, and it works fine.

   Which version are you using?

   Alan DeKok.

 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Only localhost works

2005-01-26 Thread energy
I am still having problems with authenticating to freeradius with LDAP as the 
backend except from the localhost. Utilizing any other client and running 
radiusd in debug mode gives me the shared secret error. The server that 
Freeradius is running on is 64 bit. All of the clients ! have tested with 
(radtest on 32 bit and NTRadPing) are 32 bit. 

Radtest from the localhost works fine.

Anyone who knows Freeradius code well enough to be able to tell me if maybe 
Freeradius is 32 bit centric so somehow reversing the shared secret/password 
fails?

I am really baffled at this point.

Thanks for any help


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Only localhost works

2005-01-26 Thread Alan DeKok
energy [EMAIL PROTECTED] wrote:
 Anyone who knows Freeradius code well enough to be able to tell me if maybe 
 Freeradius is 32 bit centric so somehow reversing the shared secret/password 
 fails?

  I've run it on 64-bit machines, and it works fine.

  Which version are you using?

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html