Hi,I am beginner. I installed Freeradius in my windows PC.With default configuration it works as expected.Now I have a RADIUS client which will send request to server and I want server to authenticate the same.I should be changing users.confraduser User-Password == "Password"where User-name = "raduser" and Password = "Password"I will have to change clients.conf as well.client <ipaddr/mask>{secret = secretshortname = client name # what is the significance of shortname}In radiusd.conf, I have changed to which Ip and port RADIUS server has to listen to. (optional)After doing respective changes, I will execute following command:radtest raduser Password 10.253.6.11 1812 PasswordThe result is as follows:C:\FreeRADIUS.net\bin>radclient.exe -d ..\etc\raddb -f radtest.txt -x -s 127.1 auth testing123Sending Access-Request of id 108 to 127.0.0.1 port 1812User-Name = "testuser"User-Password = "testpw"NAS-IP-Address = 127.0.0.1NAS-Port = 123rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=108, length=20Total approved auths: 1Total denied auths: 0Total lost auths: 0Here I would like to know why am I getting reply from 127.0.0.1 when I have explicitly asked to receive from 10.253.6.11PFA the debug log.Thanks in advance,Kavya