hello!
so what i want to do is:
i want to access/find it my printer from my PC .
my network structure is as follows:
my computer is on the network 10.10.3.0/24 connecting in the mikrotik hap lite(10.10.3.1) with an address 10.10.3.231.
and my printer is connected to my router/modem isp’s, in the network 192.168.1.0/24 with an ip 192.168.1.7. and my modem/router has 192.168.1.1 ip.
so is there a way where i can access/find my printer through my computer in the mikrotik network ?
solved it as you said thankssss, i add those lines
/ip firewall filter> add action=accept chain=forward comment=
... “allow traffic from LAN B printer IP 192.168.1.7 to LAN A” dst-address=
... 10.10.3.0/24 src-address=192.168.1.7