HI,
I tried your way but failed. I'm also at mistake. Actually the IP as per below
Modem IP (192.168.0.1) Modem web interface IP (10.5.5.10) NOT: (192.168.0.5)
> Mikrotik IP (assign by modem DHCP 192.168.0.20) connected to port 1 in mikrotik
>Lan PC1 connected to mikrotik with IP (192.168.50.40) connected to port 2 in mikrotik
i have tried bridge port 1 and 3
If I manually configure pc ip address(10.5.5.12) and connect to port 3, i can access the web interface.
I want the lan pc that is connected to port 2 able to connect to 10.5.5.10 web interface without manually changing their ip address.
I want the lan pc that is connected to port 2 able to connect to 192.168.0.5 web interface without manually changing their ip address.
.
/ip firewall nat
add action=src-nat chain=srcnat comment=modem dst-address=192.168.0.5 protocol=tcp dst-port=80,443 out-interface=ether1 src-address=192.168.50.40 to-addresses=192.168.0.20