> > > so my question is is there anything I can edit with tomcat so it will only > connect to the remote IP address and only list the remote IP in the logs > instead of both the remote and proxy IP like I'm seeing now - > [72.143.194.175, 192.168.10.68] > > Have you configured the Remote IP Valve in Tomcat?
https://stackoverflow.com/questions/48103673/how-to-log-client-ip-and-x-forwarded-for-ip-in-tomcat-access-log https://tomcat.apache.org/tomcat-8.5-doc/api/org/apache/catalina/valves/RemoteIpValve.html -Nick
