Re: Tproxy support for IP transparency

2021-06-08 Thread Francis Daly
On Mon, Jun 07, 2021 at 01:47:44PM -0400, bouvierh wrote: Hi there, > I have looked at it, however it looks like this is intended to make proxy > transparent from upstream/backend perspective: > It is used so upstream server can see client address not proxy address. > > I am looking to do the op

Re: Tproxy support for IP transparency

2021-06-07 Thread bouvierh
Thanks for the reply! I have looked at it, however it looks like this is intended to make proxy transparent from upstream/backend perspective: It is used so upstream server can see client address not proxy address. I am looking to do the opposite, I would like to make proxy transparent from the

Re: Tproxy support for IP transparency

2021-06-05 Thread Francis Daly
On Sat, Jun 05, 2021 at 12:36:47AM -0400, bouvierh wrote: Hi there, I don't have a tested answer to your question, but... > When my application connects to a sever, I am intercepting the request and > routing it to a nginx process located on the same host (listening to > 127.0.0.1:8883). > The i

Tproxy support for IP transparency

2021-06-04 Thread bouvierh
Hello, When my application connects to a sever, I am intercepting the request and routing it to a nginx process located on the same host (listening to 127.0.0.1:8883). The interception need to be transparent, so IP tables does that well. Now the issue is restoring the original destination. This wo