Hi, I have a server running OpenVPN (192.168.88.2) and am having issues connecting via UDP. I can get TCP forwarded and opened on the firewall just fine.
When the OpenVPN client and the server are on the same network (192.168.88.x in this case) UDP and TCP work fine. But when the client is outside, I can only establish a TCP connection.
Any ideas? I’ve tried disabling the hairpin and just adding it as a normal firewall exception, but still no luck. UDP still doesn’t seem to get through.
Just to confirm, other services that might use UDP should get passed through just fine with the rules I have set up, correct? Assuming I change the port # to whatever it needs to be.
It was very clear in the manual that OpenVPN implementation in Mikrotik supports only in TCP mode, I think this is also the case for the latest stable 6.48.1
I’m not trying to run OpenVPN on the Mikrotik router itself, nor do I want to.
I’m running open VPN on a separate server on my network (192.168.88.2, as mentioned in the first post). I just want to get the UDP packets from the public internet to that server.
Does the router somehow discriminate against UDP packets meant for an OpenVPN server? Does it not support forwarding UDP at all? Or is there simply an error in the rules I have set up?
I tried disabling all rules and having only my first rule (masquerade) and that one, and UDP still doesn’t routed correctly. If I change it from UDP to TCP it works fine. =/