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.