RDP between 2 Network

Hello,
i have 2 Network on same Mikrotik Port 2 2.0/24 and Port 3 3.0/24 i would like to disable Connection between the 2 of them but Keep Remote Desktop Connection active in both side
i tried to disable and it work but it block also the RDP Connection even if in Firewall first regel is to allow rdp on port 3389,
i tried to disable all ports between the too of them and Keep only 3389 open also no success as it will block every Thing also the rdp .
thank you

Trying to do this with as little rules as follows, so maybe try this (PS. I have not tested it)

Hopefully, sindy, sebastia, sob, etc will chip in and advise if this is bad idea, and if so, why, etc, but test and let me know

/ip firewall filter
add action=drop chain=forward dst-address=x.x.3.0/24 dst-port=!3389 protocol=tcp src-address=x.x.2.0/24
add action=drop chain=forward dst-address=x.x.3.0/24 dst-port=!3389 protocol=udp src-address=x.x.2.0/24
add action=drop chain=forward dst-address=x.x.2.0/24 dst-port=!3389 protocol=tcp src-address=x.x.3.0/24
add action=drop chain=forward dst-address=x.x.2.0/24 dst-port=!3389 protocol=udp src-address=x.x.3.0/24

Thank you i will give it a Test and let you know !


Gesendet von iPhone mit Tapatalk