I have a very annoying issue when I use NordVPN.
A few days ago I bought a subscription from NordVPN and setup my RB4011 to use it as described in the wiki:
https://wiki.mikrotik.com/wiki/IKEv2_EA ... d_RouterOS (Option 2)
Code: Select all
[admin@MikroTik]
# nov/16/2019 11:54:31 by RouterOS 6.45.7
# software id = KT6A-4P99
#
# model = RB4011iGS+5HacQ2HnD
/ip firewall address-list
add address=172.17.84.31 list=NordVPN
/ip ipsec mode-config
add connection-mark=NordVPN name=NordVPN responder=no
/ip ipsec policy group
add name=NordVPN
/ip ipsec profile
add name=NordVPN
/ip ipsec peer
add address=nl576.nordvpn.com exchange-mode=ike2 name=NordVPN profile=NordVPN
/ip ipsec proposal
add name=NordVPN pfs-group=none
/ip ipsec identity
add auth-method=eap certificate="" eap-methods=eap-mschapv2 generate-policy=port-strict mode-config=NordVPN password=password peer=NordVPN policy-template-group=NordVPN username=username
/ip ipsec policy
add comment=NordVPN dst-address=0.0.0.0/0 group=NordVPN proposal=NordVPN src-address=0.0.0.0/0 template=yes
I have an All-in-1 subscription with the Dutch provider Ziggo.
All work well, except…
When I load a page from this provider, the hyperlinks do not work. The mouse arrow won’t change into a hand.
Also I can not send/receive e-mail messages. Somehow is hang somewhere.
When I de-assign the computer and go directly to the same provider page the hyperlinks work. The mouse arrow change directly into a hand when I hover the hyperlink buttons... and I can successfully send/receive e-mails.
I also have installed the iOS NordVPN app on my iPhone and have no issues at all.
Tests with different Mangle Rules have no positive effect at all.
The rules I have tried and not working rules are disabled and left them just for reference.
Code: Select all
/ip firewall mangle
add action=mark-connection chain=prerouting comment=!53 new-connection-mark=NordVPN passthrough=yes port=!53 protocol=udp src-address-list=NordVPN
add action=mark-connection chain=prerouting comment=!53,995,993,587 new-connection-mark=NordVPN passthrough=yes port=!53,995,993,587 protocol=tcp src-address-list=NordVPN
add action=change-mss chain=forward comment="- clamp MSS to PMTU" disabled=yes new-mss=clamp-to-pmtu out-interface=ether1 passthrough=yes protocol=tcp tcp-flags=syn tcp-mss=1453-65535
add action=change-mss chain=forward disabled=yes in-interface=ether1 new-mss=clamp-to-pmtu passthrough=no protocol=tcp tcp-flags=syn tcp-mss=1453-65535
add action=mark-packet chain=postrouting comment="- mark VoIP DSCP 46 - RTP packets" dscp=46 new-packet-mark=voip-rtp passthrough=no
add action=mark-packet chain=postrouting comment="- mark VoIP DSCP 26 - SIP packets" dscp=26 new-packet-mark=voip-sip passthrough=no
add action=change-mss chain=forward disabled=yes new-mss=1436 passthrough=yes protocol=tcp src-address=172.17.84.0/24 tcp-flags=syn tcp-mss=1437-65535
add action=change-mss chain=forward disabled=yes dst-address=172.17.84.0/24 new-mss=1436 passthrough=yes protocol=tcp tcp-flags=syn tcp-mss=1437-65535
add action=change-mss chain=forward connection-mark=!no-mark disabled=yes new-mss=1280 passthrough=no protocol=tcp src-address-list=NordVPN tcp-flags=syn
add action=change-mss chain=forward connection-mark=!no-mark disabled=yes dst-port=!993,8291 log-prefix=MSS new-mss=1382 passthrough=yes protocol=tcp tcp-flags=syn tcp-mss=!0-1382
add action=change-mss chain=forward disabled=yes ipsec-policy=in,ipsec new-mss=1382 passthrough=yes protocol=tcp tcp-flags=syn
Please help.
Thank you.