[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: radius syntax?
From: |
Len Conrad |
Subject: |
Re: Fwd: radius syntax? |
Date: |
Sat, 13 Oct 2012 09:33:10 -0500 |
>Len Conrad wrote:
>> the monit that is failing the radius test is running on the same machine as
>> FreeRadius.
>
> If it's going to an external IP, it still has to be routed.
monit is checking FreeRadius ports on monit's localhost, .16
sockstat -4 | egrep radius
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
freeradius radiusd 75995 3 udp4 *:1812 *:*
freeradius radiusd 75995 4 udp4 *:1813 *:*
The FreeRadius IP .16 pings and traceroutes from its own IP/console and from
every external IP, on the same subnet and from other U.S states.
-v added to monit commmand gives these log lines:
[CDT Oct 13 09:24:36] debug : 'rad1.xxxx.net-RADIUS' zombie check succeeded
[status_flag=0000]
[CDT Oct 13 09:24:36] debug : 'rad1.xxxx.net-RADIUS' succeeded connecting to
INET[a.b.c.16:1812testing123] via UDP
[CDT Oct 13 09:24:37] debug : udp_write: Resending request
[CDT Oct 13 09:24:38] debug : udp_write: Resending request
[CDT Oct 13 09:24:40] debug : udp_write: Resending request
[CDT Oct 13 09:24:45] debug : udp_write: Resending request
[CDT Oct 13 09:24:45] error : 'rad1.xxxx.net-RADIUS' failed protocol test
[RADIUS] at INET[a.b.c.16:1812testing123] via UDP -- RADIUS: error sending
query -- No route to host
[CDT Oct 13 09:24:45] debug : 'rad1.xxxx.net-RADACCT' zombie check succeeded
[status_flag=0000]
[CDT Oct 13 09:24:45] debug : 'rad1.xxxx.net-RADACCT' succeeded connecting
to INET[a.b.c.16:1813testing123] via UDP
[CDT Oct 13 09:24:46] debug : udp_write: Resending request
[CDT Oct 13 09:24:47] debug : udp_write: Resending request
[CDT Oct 13 09:24:49] debug : udp_write: Resending request
[CDT Oct 13 09:24:54] debug : udp_write: Resending request
[CDT Oct 13 09:24:54] error : 'rad1.xxxx.net-RADACCT' failed protocol test
[RADIUS] at INET[a.b.c.16:1813testing123] via UDP -- RADIUS: error sending
query -- No route to host
Len