I have two LAN which are connected with two MT. Both MT have one ethernet and one wireless interface. I need to NAT all users from LAN2 to LAN1 with ip address of MT1 ether1.
MT1
ether1=192.168.1.254/24(LAN1)
wlan1=172.16.0.2/30
MT2
ether1=192.168.0.254/24 (LAN2)
wlan1=172.16.0.1/30
When user from LAN2 access hosts in LAN1 packets need to have source address 192.168.1.254.
i had tried with ip firewall nat add chain=srcnat action=masquarade out-interface=ether1 on MT1 but all packets keep original source address.
How to resolve this problem?
RouterOS 3.11 RB600
sorry for my english ![]()
regards,