RE: Reverse proxy for tcp stream

2021-10-12 Thread 백종선
E: Reverse proxy for tcp stream > I have found for these situation , and tried proxy_bind transparency. > But, the socket server never get connection request. > From proxy server , timed out logs are coming. > How can socket server behind proxy get real client ip address? There are more

RE: Reverse proxy for tcp stream

2021-10-08 Thread Reinis Rozitis
> I have found for these situation , and tried proxy_bind transparency. > But, the socket server never get connection request. > From proxy server , timed out logs are coming. > How can socket server behind proxy get real client ip address? There are more steps/things you have to do to make ip

Reverse proxy for tcp stream

2021-10-07 Thread 백종선
Hi nginx team. I'm trying to use nginx as reverse proxy for tcp stream. The server behind proxy is opening linux socket , and checking ip address of connected client for some use . But, if i use reverse proxy, ip would be proxy server ip address. I have found for these situation , and tried