Community discussions

MikroTik App

Search found 27 matches

by VMX
Fri Mar 28, 2025 8:13 pm
Forum: General
Topic: Is there any way to trace current DNS requests received by the router? [SOLVED]
Replies: 7
Views: 8562

Re: Is there any way to trace current DNS requests received by the router? [SOLVED]

I was hoping there would be a simpler way to see the DNS requests passing through my router. It's actually pretty easy! Just create your own logging action (output), for example called DNSLOG , and then add a logging rule for DNS requests using that action. After that, check all DNS requests by ope...
by VMX
Fri Mar 28, 2025 6:01 pm
Forum: General
Topic: Is there any way to trace current DNS requests received by the router? [SOLVED]
Replies: 7
Views: 8562

Re: Is there any way to trace current DNS requests received by the router? [SOLVED]

You can use Tools/Packer Sniffer to record traffic, save to Wireshard compatible format (pcap) and analyze later. Well, my use case was to see those domains live from my phone (MikroTik app), like you can do with Cloudflare's Warp app 😅 If I have to sit in front of my PC I might as well bring up th...
by VMX
Fri Mar 28, 2025 4:25 pm
Forum: General
Topic: Is there any way to trace current DNS requests received by the router? [SOLVED]
Replies: 7
Views: 8562

Re: Is there any way to trace current DNS requests received by the router? [SOLVED]

Log to disk? It has to be (temporarily) stored somewhere. Wouldn't that cause excessive wear on the NAND if every single DNS request is logged? I wouldn't want to set up an external logging server just to check out 10 seconds of DNS logs every other week. Is there any way to just temporarily make a...
by VMX
Fri Mar 28, 2025 2:22 pm
Forum: General
Topic: Is there any way to trace current DNS requests received by the router? [SOLVED]
Replies: 7
Views: 8562

Is there any way to trace current DNS requests received by the router? [SOLVED]

Hi all. I'm looking for a way to monitor the DNS requests that are being received by the router, which is configured as DHCP and DNS server for all devices. I know I could log them, but that would massively clutter the logs and I don't need to keep persistent DNS logs anyway. All I need is a quick w...
by VMX
Sun Mar 23, 2025 2:08 pm
Forum: Containers
Topic: Question regarding internal NAND I/O and containers on my RB5009
Replies: 5
Views: 1567

Re: Question regarding internal NAND I/O and containers on my RB5009

Right, it's settled then. Once I finish playing around I'll just delete the current container, plug a tiny pendrive into my RB5009 and create the long term setup from scratch, this time inside the default LAN bridge.

Thanks again!
by VMX
Sat Mar 22, 2025 6:20 pm
Forum: Containers
Topic: Question regarding internal NAND I/O and containers on my RB5009
Replies: 5
Views: 1567

Re: Question regarding internal NAND I/O and containers on my RB5009

A RB5009 is around 220 $. If the built in storage wears out, you need - besides the cost of replacing the chip, some 40-45 $ for a new licence, all in all 100 $, not counting the costs effects of the downtime.. A small USB stick of re-known/reliable brand is what? 5$ or so. Yes, I'm well aware of t...
by VMX
Sat Mar 22, 2025 1:52 pm
Forum: Containers
Topic: Question regarding internal NAND I/O and containers on my RB5009
Replies: 5
Views: 1567

Question regarding internal NAND I/O and containers on my RB5009

Hi all. I'm going through my first foray into containers, and I have a question regarding internal vs external storage. I'm aware that MikroTik strongly advises to use external storage for all things containers whenever possible, and my understanding is that this has to do with potential NAND degrad...
by VMX
Sat Feb 22, 2025 12:28 pm
Forum: General
Topic: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]
Replies: 12
Views: 8143

Re: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]

Okay great answers except for the vagueness CLEAR 1. Send all the traffic with destination 192.168.1.0/24 through the tunnel. This is the subnet used by the LAN at the remote site, so by doing this I can easily access the LAN resources at that location. This works perfectly fine. VAGUE 2. Selective...
by VMX
Fri Feb 21, 2025 12:43 pm
Forum: General
Topic: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]
Replies: 12
Views: 8143

Re: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]

Maybe you need a 0.0.0.0/0 with gateway 10.184.203.4/32 (or something similar) in that VPN-Remote-table? Oh god, that was it! I had missed adding the actual route so that generic internet traffic could also find its way out through the tunnel. I actually added the wireguard interface as gateway: ad...
by VMX
Fri Feb 21, 2025 1:39 am
Forum: General
Topic: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]
Replies: 12
Views: 8143

Re: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]

Ok, step by step: So it is these two mangle rules: add action=mark-connection chain=prerouting connection-state=new \ new-connection-mark=remote-vpn-traffic-mark src-mac-address=\ [mac_address_of_target_device] add action=mark-routing chain=prerouting connection-mark=\ remote-vpn-traffic-mark dst-ad...
by VMX
Thu Feb 20, 2025 7:41 pm
Forum: General
Topic: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]
Replies: 12
Views: 8143

Re: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]

Thanks for your tips. Yeah I'll try to clean those asterisks up, I did a lot of changes back and forth trying to make this work and recreated the VPN a few times, so there's probably some leftovers from that. Regarding the routing rule, as said it should only capture the traffic going to 192.168.1.0...
by VMX
Thu Feb 20, 2025 6:29 pm
Forum: General
Topic: [Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]
Replies: 12
Views: 8143

[Support request] Mangle rules to send traffic through Wireguard tunnel not working [SOLVED]

Hi all. I have a Hex S with a Wireguard interface that works as a "client", so that I can selectively send traffic out through the tunnel whenever I want. This interface is called "VPN-Remote" in my export. The Wireguard config itself seems to be OK, as I am also using a simple I...
by VMX
Tue Jun 18, 2024 2:33 pm
Forum: General
Topic: wireguard problem with a v 7.14
Replies: 29
Views: 8402

Re: wireguard problem with a v 7.14

Hi all. Apologies for not following up. At least in my case, it turned out it was MY fault. IP addresses were configured in a way that they could clash for different peers. By some kind of amazing coincidence, IPs had NEVER clashed for over a year of using Wireguard, so I was convinced nothing was w...
by VMX
Mon Apr 22, 2024 12:50 pm
Forum: General
Topic: Wireguard VPN not working on a single Android palmtop
Replies: 3
Views: 1351

Re: Wireguard VPN not working on a single Android palmtop

Same issue here. Had the Wireguard server working flawlessly for months on my MikroTik Hex S, and then all of a sudden, my clients stopped working. Logs both on the client devices and the MikroTik itself show the same as yours regarding the failed handshake. I've updated to the latest beta test vers...
by VMX
Mon Apr 22, 2024 11:25 am
Forum: General
Topic: wireguard problem with a v 7.14
Replies: 29
Views: 8402

Re: wireguard problem with a v 7.14

Same here. Connections to the Wireguard VPN running on my Hex S suddenly stopped working a few days ago. Incoming clients seem to "establish" the connection from the client side (the Wireguard app shows up as "Active", green circle), but in reality no traffic flows through and cl...
by VMX
Thu Apr 18, 2024 5:10 pm
Forum: General
Topic: Wireguard Keeps trying to reconnect
Replies: 16
Views: 4379

Re: Wireguard Keeps trying to reconnect

I'm experiencing the same issue on 7.14 here (see attached image). My Hex S keeps trying to complete the handshake with my Pixel 7 Pro, even though my phone has been disconnected from the VPN for hours. Persistent keepalive is NOT enabled in any of the devices, and it has never been. Also, I'm not s...
by VMX
Wed Mar 06, 2024 4:48 pm
Forum: MikroTik hardware questions
Topic: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]
Replies: 25
Views: 30244

Re: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]

Wow, not good! If those 3 APs are too much for the RB5009, my 2 APs might be as well... might have to reconsider and get the non-PoE version + a PoE switch from the start. Out of curiosity, why the CSS610-8P and not, say, the RB260GSP ? Were you planning to power half of the devices with the RB5009'...
by VMX
Tue Mar 05, 2024 3:42 pm
Forum: MikroTik hardware questions
Topic: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]
Replies: 25
Views: 30244

Re: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]

That's very interesting! So, if I'm understanding this right: If the PoE version is powered with its stock 48V PSU, it uses 2-2,5W more idle power than the non-PoE version. If the PoE version is powered with the 24V PSU, it probably uses the same power as the non-PoE version. We would need to test t...
by VMX
Mon Mar 04, 2024 7:18 pm
Forum: MikroTik hardware questions
Topic: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]
Replies: 25
Views: 30244

Re: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]

Yep, agreed. Also prefer the other format, as I would keep this in a closet with other equipment and the power strip sockets will get easily blocked by this kind of PSUs.

Thanks again for your help :wink:
by VMX
Mon Mar 04, 2024 6:49 pm
Forum: MikroTik hardware questions
Topic: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]
Replies: 25
Views: 30244

Re: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]

Ah I got your point now, that's interesting. So from a PSU perspective, it would probably be more efficient to run maybe 1 or 2 PoE devices off the RB5009, so that the PSU is running closer to 50% load, and leave the rest to feed off a separate PoE switch. Assuming, of course, that the switch's PSU ...
by VMX
Mon Mar 04, 2024 4:20 pm
Forum: MikroTik hardware questions
Topic: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]
Replies: 25
Views: 30244

Re: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]

Thanks jaciaz.

So, short of an official response from MikroTik staff, I think it's safe to assume that the PoE version should be just as cool and efficient as the non-PoE version when not used to power other devices.

Sounds like I'll go for it then.

Thanks again!
by VMX
Sun Mar 03, 2024 6:53 pm
Forum: MikroTik hardware questions
Topic: Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]
Replies: 25
Views: 30244

Question regarding PoE vs non-PoE versions of the RB5009 [SOLVED]

Hi all. I'm trying to decide between the RB5009UPr+S+IN and the RB5009GUG+S+IN, and my main doubt revolves around temperature. I like my network equipment to run cool, so once I have a significant number of devices to power over ethernet, I plan to get a dedicated PoE switch that will act as power s...
by VMX
Mon Feb 21, 2022 8:13 pm
Forum: General
Topic: Hex S needs reboot after PPPoE interface loses Internet connection [SOLVED]
Replies: 4
Views: 1466

Re: Hex S needs reboot after PPPoE interface loses Internet connection [SOLVED]

Thanks Sob.

Won't be able to really verify this until/if I get another drop on the PPPoE tunnel obviously, but it makes total sense so I'll accept your solution.

Cheers!
by VMX
Mon Feb 21, 2022 8:02 pm
Forum: General
Topic: PPPoE Client and keepalive-timeout
Replies: 8
Views: 33448

Re: PPPoE Client and keepalive-timeout

Hell of a necro post, apologies for that, but this is exactly the place to ask my question. I have a setup RB2011-RM serving as a PPPOE server (Radius behind that) 40 CPE's connected to the RB2011-RM (Hap Lite's) Each CPE has 2 PPPoE clients set up, 1 is for internet, 2nd is for management What I h...
by VMX
Mon Feb 21, 2022 7:45 pm
Forum: General
Topic: Hex S needs reboot after PPPoE interface loses Internet connection [SOLVED]
Replies: 4
Views: 1466

Re: Hex S needs reboot after PPPoE interface loses Internet connection [SOLVED]

I rarely use PPPoE, so I don't know if there are any special requirements for that, but try to set its keepalive-timeout. There's nothing in log about PPPoE, so it didn't notice any problem. Keepalive should help with that. Thanks Sob! If I understand correctly, what the keep-alive will do is just ...
by VMX
Mon Feb 21, 2022 12:39 pm
Forum: General
Topic: Hex S needs reboot after PPPoE interface loses Internet connection [SOLVED]
Replies: 4
Views: 1466

Hex S needs reboot after PPPoE interface loses Internet connection [SOLVED]

Hello! I'm a brand new Mikrotik user and this is my first post. I hope I'm not breaking any rules here! I set up my Hex S last Thursday (5 days ago) and everything has been smooth sailing so far. Connectivity has been rock-solid and I've had no issues. What an amazing little box :o However, this mor...