OpenVPN Clients Constantly Reconnecting on RouterOS 7.17.1 (Decryption Error) I have a MikroTik CCR-2116 with an OpenVPN server. After upgrading to RouterOS 7.17.1 from 7.16.1, some clients constantly reconnect, for example, OpenVPN client community 2.5.11, 2.6.1, 2.6.12, 2.6.13. The cipher used is...
Hello! Queue priority only works if you have defined limit-at and max-limit values. Ok. But here: https://wiki.mikrotik.com/wiki/DSCP_based_QoS_with_HTB#Set_up_the_queue_tree there is an example where all the child queues have limit-at=0 and max-limit=0 and some priority defined. It's something like...
Thank you for your reply. The prerouting rule works for forwarded packages, but I need to enter into the router: e.g.: ssh 200.20.x.2 This is something like this: ---> input ----> Local process ---> Output ----> Routing adjustment ---> Routing decision ---> You can see in http://wiki.mikrotik.com/wi...
Hello. I have a problem with policy routing This is the router configuration: /ip address add interface=ether1 address=200.10.x.2/24 add interface=ether2 address=200.20.x.2/24 /ip route add dst-address=0.0.0.0/0 gateway=200.10.x.1 pref-src=200.10.x.2 add dst-address=0.0.0.0/0 gateway=200.20.x.1 pref...