Hello, very new user of MikroTik hEX S Gigabit router.. Been in IT 20 years but not heavy on network side.. Got this router so I can enable Netflow and monitor traffic.. Still playing with that to get it working..
That being said, one thing I noticed that broke after I installed this router are my notifications from Samsung SmartThings and my SharkClean vacuum robot.. Any ideas what logs I can look through to see what broke (or how to fix)?
Network diagram is pretty simple.. Just have ISP Cable Modem plugged into MikroTik and a few unmanaged switches and Eero Mesh system.. Everything is on same subnet/vlan..
Thanks for the reply.. Yes, I would get notices on my iPhone.. IE: When my garage door opened, SmartThings would send me an alert.. When my Shark Vacuum got stuck, the app would send me a notification. Both stopped working when I installed the MikroTik
# oct/15/2021 09:31:22 by RouterOS 6.49
# software id = 0D08-KEW9
#
# model = RB760iGS
# serial number = E2080E6C8152
/interface bridge
add admin-mac=2C:C8:1B:90:9B:0B auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether1 ] name=Armstrong
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.7.200-192.168.7.250
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=defconf
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/dude
set enabled=yes
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=sfp1
/ip neighbor discovery-settings
set discover-interface-list=!all
/interface detect-internet
set detect-interface-list=all
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=Armstrong list=WAN
/ip address
add address=192.168.7.1/24 comment=defconf interface=bridge network=192.168.7.0
/ip dhcp-client
add comment=defconf disabled=no interface=Armstrong
/ip dhcp-server lease
add address=192.168.7.240 client-id=1:14:2f:fd:8:81:c3 mac-address=14:2F:FD:08:81:C3 server=defconf
add address=192.168.7.232 mac-address=4C:01:43:1D:F3:EB server=defconf
add address=192.168.7.233 mac-address=4C:01:43:1E:4B:2B server=defconf
add address=192.168.7.228 client-id=1:74:da:38:68:dc:6f mac-address=74:DA:38:68:DC:6F server=defconf
add address=192.168.7.226 mac-address=4C:01:43:9B:7F:02 server=defconf
add address=192.168.7.246 client-id=1:14:4f:8a:bf:61:39 mac-address=14:4F:8A:BF:61:39 server=defconf
add address=192.168.7.242 client-id=1:c2:b6:ce:ff:54:13 mac-address=C2:B6:CE:FF:54:13 server=defconf
add address=192.168.7.229 client-id=1:d2:33:7c:35:d9:e7 mac-address=D2:33:7C:35:D9:E7 server=defconf
add address=192.168.7.216 client-id=1:18:c8:e7:34:89:e2 mac-address=18:C8:E7:34:89:E2 server=defconf
/ip dhcp-server network
add address=192.168.7.0/24 comment=defconf gateway=192.168.7.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.7.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
/ip kid-control device
add mac-address=F0:D1:A9:21:5F:92 name=Calebs-iPad
/ip traffic-flow
set enabled=yes
/ip traffic-flow target
add dst-address=192.168.7.26 port=9996
/snmp
set enabled=yes
/system clock
set time-zone-name=America/New_York
/tool graphing interface
add
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
Yup, the Eero system is in bridge mode so it connects to the wifi and then gets DHCP from the Mikro. It all worked fine with the other router.. And yes, the main Eero is hard wired to the Mikro and then there are two extenders that are wireless that connect to the main..
Do the notifications like all of my devices, go from device to device manufacturer cloud servers, and then to my smartphone ??
All your devices have internet access and thus you should get notices on your smartphone?
Yes.. I just logged into the Samsung SmartThings UI and it says the hub is online etc so it is talking to the cloud.. Actually, when it’s offline nothing works (light control, etc)..