Hi,

I have installed Freeradius on ubuntu PC(10.253.6.235).
Whenever I execute radtest command from that PC, request will go on 127.0.0.1
Now instead of that I will send RADIUS request from a gateway bearing IP 10.253.6.11.
For this command to work, I should be editing clients.conf as:
client 10.253.6.11 {
secret = testing123
shortname = 10.253.6.11
}

Request reaches RADIUS server and I get reject response back.
Where can I find the log details in ubuntu. 

Let me also know if I will have to do more changes in my configuration file.

Thanks in advance,
Kavya