Community discussions

MikroTik App

Search found 20 matches

by pajapatak
Sat Jun 22, 2024 8:04 pm
Forum: General
Topic: Route Netflix traffic via VPN
Replies: 23
Views: 3249

Re: Route Netflix traffic via VPN

Working from home should not be a problem here. Lets assume, you have several devices, which use Netflix - those devices can be added to a list /ip firewall address-list add address=10.0.0.2 comment="local device x" list=NflxLAN add address=10.0.0.7 comment="local device y" list=...
by pajapatak
Sat Jun 22, 2024 2:29 pm
Forum: General
Topic: Route Netflix traffic via VPN
Replies: 23
Views: 3249

Re: Route Netflix traffic via VPN

It doesn't need too frequent updates, most of the time the same IP blocks are used. If the 'initial' address list is ok, then every few months you'd have to add a few IP blocks more. Bigger problem is if you use some of the commercial VPNs (like nord, pia, torguard, etc) and their residential/stream...
by pajapatak
Wed Jun 19, 2024 5:59 pm
Forum: General
Topic: Route Netflix traffic via VPN
Replies: 23
Views: 3249

Re: Route Netflix traffic via VPN

Hi @pajapatak, could you please do us all a big favor and post your complete solution in the "Useful User Articles" forum? Thank you!

Sure - here it is!
by pajapatak
Wed Jun 19, 2024 5:54 pm
Forum: Useful user articles
Topic: Routing Netflix traffic of a LAN client via a wireguard
Replies: 1
Views: 5163

Routing Netflix traffic of a LAN client via a wireguard

In this example, we will route Netflix traffic from a specific lan client (10.0.0.10) through wireguard. Lan and wireguard addresses are /ip address add address=10.0.0.1/24 interface=lan network=10.0.0.0 add address=10.10.10.1/29 interface=wireguard1 network=10.10.10.0 We first create a routing tabl...
by pajapatak
Wed Jun 19, 2024 9:32 am
Forum: General
Topic: Route Netflix traffic via VPN
Replies: 23
Views: 3249

Re: Route Netflix traffic via VPN

Just to make sure: do you have add action=change-mss chain=forward comment="Clamp MSS to PMTU for Outgoing packets" new-mss=clamp-to-pmtu out-interface=wireguard1 passthrough=yes protocol=tcp tcp-flags=syn or add action=change-mss chain=forward new-mss=1380 out-interface=wireguard1 protoco...
by pajapatak
Tue Jun 18, 2024 12:51 pm
Forum: General
Topic: Route Netflix traffic via VPN
Replies: 23
Views: 3249

Re: Route Netflix traffic via VPN

Netflix is not only tcp, so you'd need to mark udp packages as well. Another possible source of a problem is passthrough=yes depending on which rules come after this one. Modified mangle rule from the linked website: /ip firewall mangle add action=mark-routing chain=prerouting comment="Sortie N...
by pajapatak
Mon May 13, 2024 11:48 am
Forum: Wireless Networking
Topic: Audience mesh on RouterOS 7
Replies: 5
Views: 1216

Re: Audience mesh on RouterOS 7

Hello @Simonej,
can you please share (the relevant part of) the configuration? I am thinking of a similar setup (not with Audiences though), so a configuration which works would be very helpful!
by pajapatak
Fri May 10, 2024 10:28 pm
Forum: General
Topic: Mikrotik and TV issues
Replies: 2
Views: 434

Re: Mikrotik and TV issues

Some TVs and similar devices have 'hardcoded' DNS, which may be different than 8.8.8.8/8.8.4.4 - have you maybe blocked access to other DNS providers?
by pajapatak
Wed May 01, 2024 11:59 pm
Forum: General
Topic: Wireguard road warrior setup does not work under WiFi
Replies: 21
Views: 1725

Re: Wireguard road warrior setup does not work under WiFi

What does the router log say, when you try to connect when on wifi? Does the initial package even reach the router?
by pajapatak
Fri Apr 19, 2024 10:23 am
Forum: General
Topic: Disable WIREGUARD clients from local LAN
Replies: 7
Views: 982

Re: Disable WIREGUARD clients from local LAN

edit: just tested the rule mentioned above
add action=drop chain=forward dst-address=xxx.xxx.xxx.xxx dst-port=443 protocol=udp src-address=192.168.11.0/24
and it does work...
Is the order of the rules in your firewall correct?
by pajapatak
Tue Apr 16, 2024 2:20 pm
Forum: Announcements
Topic: v7.15beta [testing] is released!
Replies: 503
Views: 139294

Re: v7.15beta [testing] is released!

Lots of ext4 USB stick container problems with hAP ax³ and 7.14.2 or 7.15beta9, downgrade to 7.13.5 and everything works: https://forum.mikrotik.com/viewtopic.php?t=206110 Based on TWO reports, why do you say LOTS ? Besides, you're cross-posting, you know ... I can add the third report (not ax3, th...
by pajapatak
Mon Apr 15, 2024 7:27 pm
Forum: General
Topic: USB LTE stick disappear
Replies: 15
Views: 1412

Re: USB LTE stick disappear

Hope it will help! Btw, one more similar case, involving USB and RB5009: viewtopic.php?t=204440#p1057926
by pajapatak
Sun Apr 14, 2024 12:50 pm
Forum: General
Topic: USB LTE stick disappear
Replies: 15
Views: 1412

Re: USB LTE stick disappear

I have a related issue, though, with hAP ac3: since ROS 7.14, the usb stick, used to host containers, is sometimes recognized, sometimes not, and (also) causes random reboots every few hours, or, in best case, every 1-2 days. Another hAP ac3, with another usb stick - same behavior. Needless to say, ...
by pajapatak
Fri Apr 05, 2024 11:02 am
Forum: Announcements
Topic: v7.15beta [testing] is released!
Replies: 503
Views: 139294

Re: v7.15beta [testing] is released!

Testing ROS7.15beta9 on hAP ac3 (wifi-qcom-ac) resulted in random reboots every few hours.This behavior was noticed already in 7.14 (stable), while version 7.13.1 (stable) worked just fine. The only extra package is container. Support ticket [SUP-149159] created.
by pajapatak
Wed Apr 03, 2024 10:06 am
Forum: Announcements
Topic: v7.15beta [testing] is released!
Replies: 503
Views: 139294

Re: v7.15beta [testing] is released!

I'm seeing irregular behaviour since the driver change, I have lost signal 10db or so. I have exactly the same problem, starting with version 7.13 (hAP ac3 + wifi-qcom-ac). No issues with wifiwave2 (7.12 and below) I can confirm that; also hAP-ac3, currently at 7.13.1 (in the short period it was at...
by pajapatak
Sat Mar 30, 2024 1:16 am
Forum: General
Topic: hAP ax2 documented reset procedure not working
Replies: 7
Views: 2426

Re: hAP ax2 documented reset procedure not working

How about netinstall? That would definitely reset it to factory defaults.
by pajapatak
Thu Mar 28, 2024 7:22 pm
Forum: General
Topic: Memory leak for cap AC 7.14 running wifi-qcom-ac?
Replies: 8
Views: 685

Re: Memory leak for cap AC 7.14 running wifi-qcom-ac?

I can confirm this behavior, with one hap ac3 and wifi-qcom-ac drivers. Two other hap ac3, with legacy drivers don't show this behavior.
by pajapatak
Tue Mar 26, 2024 8:51 pm
Forum: General
Topic: RB952Ui was hacked
Replies: 3
Views: 714

Re: RB952Ui was hacked

Even if protected-routerboot is enabled, it is still possible to do a recovery, according to RouterBOARD documentation: https://help.mikrotik.com/docs/display/ROS/RouterBOARD . As an emergency recovery option, it is possible to reset everything by pressing the button at power-on for longer than refo...
by pajapatak
Mon Mar 18, 2024 2:37 pm
Forum: General
Topic: ROS 7.14.1 in CCR2216-1G-12XS-2XQ // Kernel Failure
Replies: 1
Views: 383

Re: ROS 7.14.1 in CCR2216-1G-12XS-2XQ // Kernel Failure

I've had this with one hap ac3 after updating from 7.13.x to 7.14.
Updating further to 7.15b4 hasn't solved the problem, so I reverted back to 7.13.1 - works stable.