Re: UDP reverse proxying for OpenVPN isn't working using Nginx streams

2017-04-26 Thread Roman Arutyunyan
On Wed, Apr 26, 2017 at 09:42:22AM -0400, akb-nginx wrote: > Thanks for your responce. I think I am out of luck then as far as proxying > UDP openvpn is concerned. Any particular reason that Nginx took this > approach instead of how very basic load balancers like "Pen" etc do it. > > I was able

Re: UDP reverse proxying for OpenVPN isn't working using Nginx streams

2017-04-26 Thread akb-nginx
Thanks for your responce. I think I am out of luck then as far as proxying UDP openvpn is concerned. Any particular reason that Nginx took this approach instead of how very basic load balancers like "Pen" etc do it. I was able to proxy using simpler tools like pen and nc but a more loaded Nginx

UDP reverse proxying for OpenVPN isn't working using Nginx streams

2017-04-26 Thread akb-nginx
Hi. I was just wondering whether UDP stream proxying on Nginx is in its infacy or there is something which I am doing wrong. I have this simple config: events { worker_connections 1024; } worker_processes 1; error_log /dev/stderr debug; daemon off; stream { server { listen X.X.X.X:1194