 thewisperer Premium join:2008-01-16 | 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 join:2002-07-09 Winchester, CA
| 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 -- ComTrain Certified Tower Climber. American Tower Certified approved contractor. Wireless consultants. |
|