Hi, I need some advice… I’ve been trying to find where I can. We have a server/client application and we need to run it. On the tested servers we connected but it was not a Mikrotik, on the server we would need to run the system goes behind Mikrotik, The problem is that classically the user does not connect, but we found that if we use “haproxy” or “socat” with this parameter, the user connects to the server.
Could you please advise where we have a bug? Or what to look for?
Parameters: server ~ # socat -T 600 UDP4-LISTEN:51515,reuseaddr,fork UDP4:xx.xx.xx.xx:51515
Why do we connect through these applications but not otherwise? Thank you