-
Notifications
You must be signed in to change notification settings - Fork 135
Description
When I use --sources=172.19.3.0/24 to define allowed client IPs, I cannot access the Load Balancer (LB) service from my browser.
The service is accessible and works fine when the --sources parameter is removed. My client IP is correctly inside the 172.19.3.0/24 range.
I check packets: My client's IP address is seen by tcpdump
loxicmd create lb 10.252.233.181 --tcp=8080:80 --endpoints=172.19.1.32:80,10.252.34.25:20 --mode=onearm --sources=172.19.3.0/24
Result: My browser cannot open the service.
I run this command (It works):
loxicmd create lb 10.252.233.181 --tcp=8080:80 --endpoints=172.19.1.32:80,10.252.34.25:20 --mode=onearm
Result: My browser opens the service normally.
Screenshots
Environment (please complete the following information):
- OS: [Oracle Linux,9 ]
- Kernel Version: [e.g. 5.15.0-313.189.5.3.el9uek.x86_64]
- LoxiLB Version: [atest.]
- Cloud Environment: [vm]
Additional context
Add any other context or topology about the problem here.