You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scenario which I need to pass the original IP address to a legacy service that doesn't support PROXY protocol at all.
Another issue with the infrastructure(cloud vendor) is that the LB service will not fake the originating source IP and enforces strict IP+mac pairs.
So for temporary solution I am trying to compose a proxy service that will receive PROXY protocol and will open a new local connection on the 'lo' interface with the fake source IP.
It's on Linux so I will try to use TPROXY.
I will be happy for suggestions.
The same issue exists ontop of AWS/OpenStack/Others and can be tested there. I am almost sure that F5 integration inside OpenStack some how have a resolution for this issue.
The text was updated successfully, but these errors were encountered:
I have a scenario which I need to pass the original IP address to a legacy service that doesn't support PROXY protocol at all.
Another issue with the infrastructure(cloud vendor) is that the LB service will not fake the originating source IP and enforces strict IP+mac pairs.
So for temporary solution I am trying to compose a proxy service that will receive PROXY protocol and will open a new local connection on the 'lo' interface with the fake source IP.
It's on Linux so I will try to use TPROXY.
I will be happy for suggestions.
The text was updated successfully, but these errors were encountered: