<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Both servers were installed from apt-get which presently gives you freeradius version 2.1.12 for ubuntu 13.04 servers<br><br>I used<br>apt-get -y install freeradius freeradius-common freeradius-mysql freeradius-utils freeradius-ldap libfreeradius2<br>(and<br>apt-get -y install mysql-client mysql-server<br>apt-get -y install php5 php-pear php5-gd php-DB)<br><br>When this did not work I then upgraded to the latest version 2.2.0 using PPA<br><pre>I used<br>add-apt-repository ppa:freeradius/stable<br>apt-get -y update upgrade<br><br>PS if it helps radtest user1 secret 192.168.0.93 1812 aaabbb works <br>BUT Output received in response is TWO consecutive  rad_recv: Access-Accept packet FOllOWED by one radclient: received response to request we did not send<br><br></pre>PPS <br>>   You'll not that I get cranky when people *don't* follow instructions.<br>>  You have followed them.  So clearly you're a wonderful person.<br>> <br>Praise from Cesar :)<br> <br> <br><div>> Date: Mon, 27 May 2013 09:20:53 -0400<br>> From: aland@deployingradius.com<br>> To: freeradius-users@lists.freeradius.org<br>> Subject: Re: Testing failure during setup<br>> <br>> Elizabeth Fife wrote:<br>> > I am ready for an earbending likely from Alan but for the record I have<br>> > read the debug and done as much searching as my brain can handle before<br>> > this post<br>> <br>>   You'll not that I get cranky when people *don't* follow instructions.<br>>  You have followed them.  So clearly you're a wonderful person.<br>> <br>> > I have the added each machine as a client of the other for testing in<br>> > clients.conf they both have the shared secret aaabbb<br>> <br>>   Which should work.<br>> <br>>   In short, the server gets an Access-Request and processes it.  The<br>> client doesn't like the reply.<br>> <br>>   Both Access-Request and Access-Challenge contain<br>> Message-Authenticator.  The server processes the Access-Request *only*<br>> when the Message-Authenticator is correct.  Which in turn depends on the<br>> shared secret.<br>> <br>>   So the shared secret is the same on both ends.<br>> <br>>   But, the client doesn't like the reply from the server.  Which has a<br>> Message-Authenticator created using the same secret.<br>> <br>>   I'm not really sure what to suggest here.  This kind of thing should<br>> *never* happen.<br>> <br>>   Did you install both servers from apt-get?<br>> <br>>   Alan DeKok.<br>> -<br>> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html<br></div>                                         </div></body>
</html>