BALSIANOK, Peter wrote:
IMHO i found where is the problem. The problem is here:
[radiusd@tdrad1 test]$ netstat -apun | grep 45072 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) udp 0 0 255.255.255.255:45072 0.0.0.0:* 29980/radiusd
The IP address 255.255.255.255 is not correct.
Exactly.
Listening on accounting address * port 2813 Listening on accounting address * port 2646 Opening new proxy address 255.255.255.255 port 0 Listening on proxy address 255.255.255.255 port 45072
The only way that the server uses 255.255.255.255 for a proxy socket is if you edit the default configuration files... and break the server. Don't do that. See the "listen" section, type "proxy" in radiusd.conf. Alan DeKok.