Re: Nginx TCP/UDP Load Balancer

2020-09-02 Thread Francis Daly
On Wed, Sep 02, 2020 at 01:08:43AM -0400, Dr_tux wrote: Hi there, > When I add the proxy_bind parameter, requests are never forwarded to the > server behind. Is there any hint in your nginx logs of what is happening? For example, on one old system here, when I test the config as root, I can see

Re: Nginx TCP/UDP Load Balancer

2020-09-01 Thread Dr_tux
When I add the proxy_bind parameter, requests are never forwarded to the server behind. If I do not add it, the output on the turn server is as follows. Output: 96: handle_udp_packet: New UDP endpoint: local addr Turn_Server_IP:3478, remote addr NGINX_IP:59902 stream { upstream stream_backe

Re: Nginx TCP/UDP Load Balancer

2020-09-01 Thread Francis Daly
On Tue, Sep 01, 2020 at 04:47:55PM -0400, Dr_tux wrote: Hi there, > Thank you very much for your answer, but I tried it :) did not work. I would > like to forward client IP address directly to turn servers. But I always see > Nginx Ip on Turn Servers. Fair enough. If you can show the config th

Re: Nginx TCP/UDP Load Balancer

2020-09-01 Thread Dr_tux
Thank you very much for your answer, but I tried it :) did not work. I would like to forward client IP address directly to turn servers. But I always see Nginx Ip on Turn Servers. Best. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,289231,289277#msg-289277 _

Re: Nginx TCP/UDP Load Balancer

2020-09-01 Thread Francis Daly
On Mon, Aug 31, 2020 at 06:15:00AM -0400, Dr_tux wrote: Hi there, > Hi, I have 2 turn server. I would like to use Nginx for load balancer them. > But I have a problem. When I use the AWS ELB it works perfectly. If I try > with Nginx, I got an error. > > Remote addr should be client_ip. Nginx, s

Nginx TCP/UDP Load Balancer

2020-08-31 Thread Dr_tux
Hi, I have 2 turn server. I would like to use Nginx for load balancer them. But I have a problem. When I use the AWS ELB it works perfectly. If I try with Nginx, I got an error. Remote addr should be client_ip. Nginx, send itself IP address to coturn server. There are 2 output from AWS ELB and