I've just started using a router (MikroTik RB4011IGS+5HACQ2HND-IN) to connect to Internet. I'm unable to connect to Microsoft Teams when using this router.
At same time connecting through two other old routers of mine (one driven by OpenWrt, the other by its own firmware - without special tweaking) work fine with Microsoft Teams.
The issue is reproducible from different clients (Windows 10, Ubuntu Linux, Android smartphone) so I suspected it could be an issue related to my router.
I guess there is some caveat with firewall settings. I'm using NAT, firewall settings are left default. I tried disabling *drop* filter rules but that didn't help.
Here are my ip filter settings:
Code: Select all
/ip firewall filter> export
# may/11/2020 16:23:19 by RouterOS 6.46.6
## model = RB4011iGS+5HacQ2HnD
/ip firewall filter
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
add action=accept chain=input protocol=icmp
add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=drop chain=input in-interface-list=!LAN