ok maybe my question will be too silly but how I should make that LAN witch goes via VPN is not fast-tracked while all other traffic going not via VPN is fast-tracked, thanks for the advice in advance.Traffic going through a VPN can not be fasttracked so please check if your traffic is not fasttracked.
Could you type in example rules as I got lost a bit, my vpn is based on these 3 rules:This done in Mangle by Mark routing in your case. Then only fasttrack traffic that is not marked to be routed through that VPN connection.
Only mark new traffic for fasttracking.
BTW they also support IKEv2 which is much better. You can follow the NordVPN instructions. You have to find out which root certificate ExpressVPN is using and load that in the router.
Yeh IKEv2 would better but at first, I want to understand snd this to the end, as if I disable FastTrack on firewall I'm getting a 60Mbps out of 70 and this is amazing just need to sort out with fastracking.BTW they also support IKEv2 which is much better. You can follow the NordVPN instructions. You have to find out which root certificate ExpressVPN is using and load that in the router.
Second line what chain i should use prerouting or forwarding/ip firewall mangle
add chain=prerouting action=mark-routing new-routing-mark=vpn passthrough=no src-address=192.168.x.x/24 comment=xxx connection-state=new
add action=fasttrack-connection routing-mark=vpn connection-state=new
If you switch to IKEv2 the you double the speed of 70 MBit/s to around 130MBit/s if your router can encode/decode that fast.
For IKEv2 you need a certificate ant it is a PITA to find since RouterOS does not check it for itself and depends on it's store. And I think you need this root certificate from Sertigo (Comodo):
https://comodoca.my.salesforce.com/sfc/ ... xjSo7katcM
Download and import it in /certificate.
To find the correct certificate I make a dummy connection and look in the log and then I have to find that specific root certificate on the site of the owner:
cert.JPG
ok seems to be got it working going to implement to corporate now will update soon/ip firewall mangle
add chain=prerouting action=mark-routing new-routing-mark=vpn passthrough=no src-address=192.168.x.x/24 comment=xxx connection-state=new
add action=fasttrack-connection routing-mark=vpn connection-state=new
If you switch to IKEv2 the you double the speed of 70 MBit/s to around 130MBit/s if your router can encode/decode that fast.
For IKEv2 you need a certificate ant it is a PITA to find since RouterOS does not check it for itself and depends on it's store. And I think you need this root certificate from Sertigo (Comodo):
https://comodoca.my.salesforce.com/sfc/ ... xjSo7katcM
Download and import it in /certificate.
To find the correct certificate I make a dummy connection and look in the log and then I have to find that specific root certificate on the site of the owner:
cert.JPG
OK, all looks like ok, I just modified a bit both rules by adding incoming VPN interface in connection mark rule and it started working like a charm, past rough on both. Thank you kindly for your help I really appreciate it. It was good to learn something new./ip firewall mangle
add chain=prerouting action=mark-routing new-routing-mark=vpn passthrough=no src-address=192.168.x.x/24 comment=xxx connection-state=new
add action=fasttrack-connection routing-mark=vpn connection-state=new
If you switch to IKEv2 the you double the speed of 70 MBit/s to around 130MBit/s if your router can encode/decode that fast.
For IKEv2 you need a certificate ant it is a PITA to find since RouterOS does not check it for itself and depends on it's store. And I think you need this root certificate from Sertigo (Comodo):
https://comodoca.my.salesforce.com/sfc/ ... xjSo7katcM
Download and import it in /certificate.
To find the correct certificate I make a dummy connection and look in the log and then I have to find that specific root certificate on the site of the owner:
cert.JPG
@msatter can you please confirm that the root CA certificate in the above URL posted by you works. Also could you please help me by describing the way to find the URL in Mikrotik log if it changes in future.For IKEv2 you need a certificate ant it is a PITA to find since RouterOS does not check it for itself and depends on it's store. And I think you need this root certificate from Sertigo (Comodo):
https://comodoca.my.salesforce.com/sfc/ ... xjSo7katcM
Download and import it in /certificate.
To find the correct certificate I make a dummy connection and look in the log and then I have to find that specific root certificate on the site of the owner:
Hi pichincha,Hi everybody. I have a speed problem. I setup l2tp vpn without ipsec and it connect ok with my VPN provider Privatevpn. Problem is speed. My internet connection is 70 mb. When I connect using VPN outside mikrotik speed is 20 mb. But when I connect through mikrotik speed is 1 mb or less. I stop FastTrack and it get a little better, like 2 or mb. Strange is that upload is always the same. 9 mb. Upload is always better than download. I use mangle(prerouting) action=mark routing new-routing-mark = vpn no passthrough
Please help im getting crazy how can I get a better vpn performance.