Hello, I have the following scenario.
Mikrotik Router with 2 bridges:
-Bridge1 with IP 192.168.0.1/24
Under this bridge I have a computer with VNC server (IP 192.168.0.2, port 5900)
-Bridge2 with IP 10.5.50.1/24
Under this bridge I have a computer (IP 10.5.50.2), which I need to access the VNC server on bridge1, if I ping 192.168.0.2, it responds, but I cant connect to VNC.
Is there a rule I can apply to enable communication from 10.5.50.2 to 192.168.0.2 to make VNC server to work?
Thank you very much in advance.