Re: problem with proxy pass

2020-03-04 Thread Stefano Serano
Hi. Here the result from tcpdump: from inside my network 192.168.1.10.60221 > 192.168.1.3.fujitsu-dtcns: UDP, length 107 192.168.1.3.fujitsu-dtcns > 192.168.1.10.60221: UDP, length 85 >From all agenst fro outside my network: any.public.ip.address.56916 > 151.1.210.45.fujitsu-dtcns: UDP, length

Re: problem with proxy pass

2020-03-02 Thread Stefano Serano
Hi. i've changed the configuration: stream { upstream master { server 10.0.0.7:1515; } upstream mycluster { hash $remote_addr consistent; server 10.0.0.7:1514; server 10.0.0.6:1514; } server { listen 1515; proxy_pass master; }

R: problem with proxy pass

2020-03-01 Thread Stefano Serano
ke nothing happen, but I can't use this solution because i would need to change the port in all agents configuration manually, so I need to make the port 1514 udp work. Hope i've make the situation more clear, have a nice day. Stefano Serano Tel: 0331-726090 Fax: 0331-728229 e

R: problem with proxy pass

2020-02-27 Thread Stefano Serano
Hi all. I'm trying to use nginx as load balacer form my HIDS system (Wazuh). I've hosts that send logs from outside of my network and from inside throught port udp 1514. >From the hosts outside i've no connection problem, but from inside they are >unable to connect to the port. No firewa