Re: Confused with Failed to find IP address

2011-07-27 Thread Alan DeKok
Eddie wrote:
 I am running a Debain server on the domain haskell-solutions.com. I
 installed freeradius 2.1.11 on that. As the tutorial suggested I added a
 user account to the top of users file bob Cleartext-Password :=
 hello and on the seperated terminal connecting throw SSH to the
 haskel server executed radiusd -X -outcome is below. But I get error
 message and nothing on the other terminal  radiusd -X appear ...
 any idea?

  Read the text you posted to the list.

 hasksol:/etc# radtest bob hello *localhost* 0 testing123
 radclient:: Failed to find IP address for hasksol
 radclient: Nothing to send.

  radclient is trying to look up the IP for hasksol.  You don't have
that in DNS, or in /etc/hosts.  And you tried pinging everything but
hasksol

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


Re: confused with Failed to find IP address

2011-07-26 Thread Alan DeKok
Mehdi wrote:
 hasksol:/etc# radtest bob hello *localhost* 0 testing123
 radclient:: Failed to find IP address for hasksol
 radclient: Nothing to send. *

  Your system doesn't have working DNS.

  Have you tried using an IP address instead of a hostname?

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


Re: confused with Failed to find IP address

2011-07-26 Thread Phil Mayers

On 26/07/11 13:21, Mehdi wrote:

Hi,
I am running a Debain server on the domain haskell-solutions.com. I
installed freeradius 2.1.11 on that. As the tutorial suggested I added a
user account to the top of users file bob Cleartext-Password :=
hello and on the seperated terminal connecting throw SSH to the
haskel server executed radiusd -X -outcome is below. But I get error
message and nothing on the other terminal  radiusd -X appear ...
any idea?


You appear to have a basic networking problem. This is not a FreeRADIUS 
problem.


Can you ping localhost?

Or ping haskell-solutions.com?

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