Hi all,
We have a problem while trying to use TeamViewer in our network. We are using Mikrotik as our proxy for the entire LAN. The problem is when we try to use TeamViewer it connects and then after seconds it shuts down. I searched over the internet and all I found that how to block TeamViewer so I changed the rules to enable and it didn’t work either.
Here is our firewall filter rules:
0 chain=forward action=add-dst-to-address-list protocol=tcp
address-list=TeamViewer address-list-timeout=1d dst-port=5938
1 chain=forward action=add-dst-to-address-list protocol=udp
address-list=TeamViewer address-list-timeout=1d dst-port=5938
2 chain=forward action=accept src-address-list=TeamViewer
3 chain=forward action=accept dst-address-list=TeamViewer
Hope you can help me with this.
Thanks