dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
25032
thewisperer
Premium Member
join:2008-01-16

thewisperer

Premium Member

how to open port in Mikrotik

Can someone tell me where to check and how to open ports in Mikrotik?

thanks

viperm
Carpe Diem
Premium Member
join:2002-07-09
Winchester, CA

viperm

Premium Member

Are you trying to forward a port to an IP address on the LAN side of the Mikrotik?

Are you using NAT? If so then genreally you go into IP/firewall/nat and create a destination nat rule pointing that port to whatever IP on your Lan... See below

This is what I do to open up a remote desktop port to my home PC with LAN up address 192.168.1.2

;;; Remote desktop allow
chain=dstnat action=dst-nat to-addresses=192.168.1.2 to-ports=3389 in-interface=ether1 dst-port=3389 protocol=tcp