Community discussions

MikroTik App
 
User avatar
brutmus
just joined
Topic Author
Posts: 7
Joined: Wed Oct 27, 2021 8:08 pm

NordVPN problem on local network

Tue Dec 07, 2021 1:03 pm

I have NordVPN setup on RB5009 7.1 working with vlans.
I have problems accessing devices on different vlans internally, all routing seems to go through the tunnel.

/ip firewall mangle
add action=mark-connection chain=prerouting new-connection-mark=under_nordvpn \
passthrough=yes src-address-list=under_nordvpn

I can't figure this out, so please help me.
 
ConnyMercier
Forum Veteran
Forum Veteran
Posts: 724
Joined: Tue Dec 17, 2019 1:08 pm

Re: NordVPN problem on local network  [SOLVED]

Tue Dec 07, 2021 1:29 pm

You need an exception to your Mangle-Rule.
Many ways to solve this Problem..

You can add an address-list with the IP`s and/or IP-Ranges you would like to exclude from NORDVPN
For exemple "LAN_List" and include add 10.10.0.0/24


/ip firewall mangle
add action=mark-connection chain=prerouting new-connection-mark=under_nordvpn \
passthrough=yes src-address-list=under_nordvpn dst-address-list=!LAN_List
 
User avatar
brutmus
just joined
Topic Author
Posts: 7
Joined: Wed Oct 27, 2021 8:08 pm

Re: NordVPN problem on local network

Tue Dec 07, 2021 1:33 pm

Thank you! Working great!
 
ConnyMercier
Forum Veteran
Forum Veteran
Posts: 724
Joined: Tue Dec 17, 2019 1:08 pm

Re: NordVPN problem on local network

Tue Dec 07, 2021 1:39 pm

Glad i could Help !

The new Mangle-Rule basicly says :

Every Client-IP listed under "under_nordvpn" schould go thru the VPN,
EXCEPT if the Destination-IP is listed under "LAN_List"

Who is online

Users browsing this forum: Bing [Bot], daliusm, Google [Bot], roemer and 105 guests