2 Feb
2017
2 Feb
'17
6:40 p.m.
On Feb 2, 2017, at 6:24 PM, Chris Taylor (chtaylo2) <chtaylo2@cisco.com> wrote:
1.) Is it possible to log the home_server which proxied a connection?
Log today:
radiusd[22590]: (436) Login OK: [Radius-ACE-Prob@REMOTE] (from client Radius-ACE-Prob port 0) [Source: 111.111.111.111]
See raddb/radiusd.conf. Look for "msg_goodpass" You can add %{proxy:Packet-Dest-IP-Address} there along with other text.
I’d like to be able to log --> [Proxy: home_server_A].
If not possible there, how about in
post-proxy {
post_proxy_log
You can do that with the linelog module, and %{proxy:Packet-Dest-IP-Address}. Alan DeKok.