Hi,
does enibody knows how can I configure my MT so I can access an internal network IP like 192.168.1.3:5000
thank you in advance
Hi,
does enibody knows how can I configure my MT so I can access an internal network IP like 192.168.1.3:5000
thank you in advance
We’ll need more information than this to help you. Do you mean access a private network from the WAN side of MT? You posted a port address. If you want to access a specific port on a device in your private LAN you can add source and destination NAT and specify any port conversion you want.
Alternatively, you can use a VPN connection to the private LAN and access it from anywhere.
/ip firewall dst-nat add dst-address=/32 dst-port=5000 procotcol=tcp action=redirect to-dst-address=192.168.1.3-192.168.1.3 to-dst-port=5000-5000
btw… try PPtP if you want to access office network from home ![]()