To recap,
3 routerboards in a pure routing config, no NAT, no DHCP, no STP and even tested without a bridge: random packet loss lasting from couple of seconds to 1 minute.
Did a test with only one interface setup with a public IP, without routing or anything else plugged into it: random packet loss.
PC with intel network card. No routing, just a public IP setup on it. No packet loss at all.
Same PC with an additional intel network card and IPFire installed on it. Same setup as on the 3 routerboards. Routing without NAT, DHCP. No packet loss at all.
Sent one of the "problematic" routerboards to another location, but with NAT and DHCP enabled: no packet loss
A bit of a stretch but not setting up NAT/masquerade and just using routing can cause packet loss on RB1100AHx4?
A minimum config that still presents random packet loss. Only one interface setup. No NAT or anything else.
# jun/18/2020 21:53:08 by RouterOS 6.47
# software id = ASE2-1E2N
#
# model = RB1100x4
# serial number = 91D80A0C859E
/interface ethernet switch port
set 0 default-vlan-id=0
set 1 default-vlan-id=0
set 2 default-vlan-id=0
set 3 default-vlan-id=0
set 4 default-vlan-id=0
set 5 default-vlan-id=0
set 6 default-vlan-id=0
set 7 default-vlan-id=0
set 8 default-vlan-id=0
set 9 default-vlan-id=0
set 10 default-vlan-id=0
set 11 default-vlan-id=0
set 12 default-vlan-id=0
set 13 default-vlan-id=0
set 14 default-vlan-id=0
set 15 default-vlan-id=0
/interface list
add name=WAN
add name=Local
/ip neighbor discovery-settings
set discover-interface-list=Local
/interface list member
add interface=ether1 list=WAN
add interface=ether2 list=Local
/ip address
add address=x.x.206.92/24 interface=ether1 network=x.x.206.0
/ip dns
set servers=1.1.1.1
/ip firewall filter
add action=drop chain=input comment="Drop invalid " connection-state=invalid
add action=accept chain=input comment="Accept established and related" \
connection-state=established,related
add action=accept chain=input comment="Accept icmp" protocol=icmp
add action=drop chain=input comment="Drop everything else" in-interface-list=\
!Local
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set dccp disabled=yes
set sctp disabled=yes
/ip route
add distance=1 gateway=x.x.206.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Bucharest
/system logging
set 3 action=disk
/system routerboard settings
set auto-upgrade=yes
/tool mac-server
set allowed-interface-list=none
/tool mac-server mac-winbox
set allowed-interface-list=Local
Dude outages:
outages.png
You do not have the required permissions to view the files attached to this post.