Forum Discussion

Austin_Geraci's avatar
Jan 10, 2011

Log source IP and Source port

I'm running version 10.2.x

 

 

Just a sanity check here..

 

 

I'm looking to log source IP and source Port on a SSL VIP, We're unable to terminate SSL here. So no inserting X-Forwarded-For here..

 

 

Let me know if you would do this a different way or if there's any gotchas i'm missing.

 

 

when CLIENT_ACCEPTED {

 

log local0. "IP:port: [IP::client_addr]:[TCP::client_port]"

 

}

 

 

 

 

Thanks!