Hello everyone,
I have the following rule:
/ip firewall filter
add action=drop chain=forward comment="Deny SFTP traffic to DESTSERVER" dst-address=172.26.0.2 dst-port=22 out-interface=LTE protocol=tcp
Also this router should exchange banking data with payment pos. Since i added this rule to block traffic through SSH on that destination IP address payments are not working properly and it happens random as hell.
I was wondering if in firewall rule "dst-port=22" will only block SSH connection for that IP_addr or will block for every other connection?
Any ideas?
Thank you!