I have a RB1100Dx4 running Router OS 7.18.2.
It has multiple VLAN-Interfaces on a LAN-Bridge, of which 3 have local-proxy-arp configured.
I noticed, that these 3 VLAN-Interfaces had ~2kbps of constant traffic, even when there was not a single device on that VLAN beside the Router.
I even tested disconnecting all ports beside WAN, and the traffic on these 3 local-proxy-arp interfaces was still there.
Using the packet-sniffer and Wireshark (see below) I inspected the traffic and noticed, that the router sends out DNS-Queries on these 3 interfaces multiple times per seconds, trying to resolve cloud.mikrotik.com
These are the only DNS-Requests going there, and the only ones not correctly routed over the WAN-Interface. There are also no routers configured leading into any of those VLANs.
Strangely enough, the requests also rotate between 3 DNS-Servers - one of which is 8.8.8.8, which I have never used as an DNS.
Coming across this post, I checked all features that are listed there as using the Mikrotik cloud and figured that the requests stopped as soon as I disabled the “detect-internet” feature.
I feel like this is a bug and should probably be either documented or changed.
Foremost, the packages introduce unnecessary load and the fact that they only occur on local-proxy-arp interfaces does not seem intended.
Secondly, I don’t want my router to query any google DNS unless I specifically configure it.
Any insight on why this might be intended or a response from the maintainers if this is a known bug would be greatly appreciated ![]()
So far, I’am fine with disabling detect-internet.
Interface & Bridge Config
# Interface that gets the DNS-Spam
name="vlan_xyz_iot" mtu=1500 l2mtu=1588 mac-address=xxx arp=local-proxy-arp arp-timeout=auto loop-protect=default loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=3004 interface=bridge_LANs use-service-tag=no mvrp=no
# Interface that acts normal and doesnt get it
name="vlan_xyz_office" mtu=1500 l2mtu=1588 mac-address=xxx arp=enabled arp-timeout=auto loop-protect=default loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=3010 interface=bridge_LANs use-service-tag=no mvrp=no
# Bridge
0 R name="bridge_LANs" mtu=auto actual-mtu=1500 l2mtu=1592 arp=enabled arp-timeout=auto mac-address=xxx protocol-mode=rstp fast-forward=yes igmp-snooping=no auto-mac=yes ageing-time=5m priority=0x8000 max-message-age=20s forward-delay=15s transmit-hold-count=6 vlan-filtering=yes ether-type=0x8100 pvid=1
frame-types=admit-only-vlan-tagged ingress-filtering=yes dhcp-snooping=no port-cost-mode=long mvrp=no max-learned-entries=auto
# /interface/bridge/vlan/print detail
Flags: X - disabled, D - dynamic
0 D ;;; added by pvid
bridge=bridge_WAN vlan-ids=1 tagged="" untagged=bridge_WAN,ether11.wan mvrp-forbidden="" current-tagged="" current-untagged=bridge_WAN,ether11.wan
1 bridge=bridge_LANs vlan-ids=3000 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
2 bridge=bridge_LANs vlan-ids=3001 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
3 bridge=bridge_LANs vlan-ids=3002 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
4 bridge=bridge_LANs vlan-ids=3003 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
5 bridge=bridge_LANs vlan-ids=3004 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
6 bridge=bridge_LANs vlan-ids=3005 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
7 bridge=bridge_LANs vlan-ids=3006 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
8 bridge=bridge_LANs vlan-ids=3007 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
9 bridge=bridge_LANs vlan-ids=3008 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
10 bridge=bridge_LANs vlan-ids=3010 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
11 bridge=bridge_LANs vlan-ids=3128 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
12 bridge=bridge_LANs vlan-ids=3144 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
13 bridge=bridge_LANs vlan-ids=3176 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
14 bridge=bridge_LANs vlan-ids=3192 tagged=ether13.lantrunk untagged="" mvrp-forbidden="" current-tagged="" current-untagged=""
15 D ;;; added by pvid
bridge=bridge_LANs vlan-ids=3000 tagged="" untagged=ether1.mgmt mvrp-forbidden="" current-tagged="" current-untagged=ether1.mgmt
16 D ;;; added by vlan on bridge
bridge=bridge_LANs vlan-ids=3000-3006,3008,3010,3128,3144,3176,3192 tagged=bridge_LANs untagged="" mvrp-forbidden="" current-tagged=bridge_LANs current-untagged=""
