Same IP for All Users
-
Hi,
According to your Documentation (https://kb.sucuri.net/cloudproxy/Troubleshooting/same-user-ip) in order to solve this issue for
Apache 2.4 we should use this config:RemoteIPHeader HTTP_X_SUCURI_CLIENTIP RemoteIPHeader HTTP_X_FORWARDED_FOR RemoteIPHeader HTTP_X_REAL_IP RemoteIPTrustedProxy 2a02:fe80::/29 RemoteIPTrustedProxy 192.88.134.0/23 RemoteIPTrustedProxy 185.93.228.0/22 RemoteIPTrustedProxy 192.124.249.0/24
For NGinx this config:
real_ip_header X-Forwarded-For; set_real_ip_from 192.88.134.0/23; set_real_ip_from 185.93.228.0/22; set_real_ip_from 66.248.200.0/22; set_real_ip_from 2a02:fe80::/29;
Could you please explain why there are different trusted ranges for each configuration?
Apache: RemoteIPTrustedProxy 192.124.249.0/24 NGinx : set_real_ip_from 66.248.200.0/22;
Are those just examples?
Can we rely on those trusted ranges and white list them on firewalls?Thank you,
Freddy
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Same IP for All Users’ is closed to new replies.