2009-06-12 14:42:28 UTC
radclient seems to not be communicating as required :
radclient: no response from server for ID 125 socket 3
Sending Disconnect-Request of id 125 to 192.168.11.1 port 1812
User-Name = "greg"
Sending Disconnect-Request of id 125 to 192.168.11.1 port 1812
User-Name = "greg"
Sending Disconnect-Request of id 125 to 192.168.11.1 port 1812
User-Name = "greg"
I have tried this with a number of ports etc from the command line etc ..
[root@localhost ~]# echo "User-Name='greg'" | radclient -c '1' -n '3' -r '3' -t '3' -x '127.0.0.1:1812' 'disconnect' 'test123' 2>&1
Sending Disconnect-Request of id 231 to 127.0.0.1 port 1812
User-Name = "greg"
Sending Disconnect-Request of id 231 to 127.0.0.1 port 1812
User-Name = "greg"
Sending Disconnect-Request of id 231 to 127.0.0.1 port 1812
User-Name = "greg"
radclient: no response from server for ID 231 socket 3
What would cause this ? How would I fix it ?