Hello, help me please. I’ve webserver on my local machine and I want it’ll be available from the Internet. I’m trying to open port on my Mikrotik router with default settings (I configure it with Quick Set) and nothing happens. I followed numerous guides from Internet (like this one for example http://forum.mikrotik.com/t/how-to-just-open-ports/51574/1) but nothing work
I’m trying something like:
/ip firewall nat add chain=dstnat dst-port=12345 action=dst-nat protocol=tcp to-address=192.168.88.253 to-port=12345
where 192.168.88.253 is address of my local machine and 12345 is desired port
Than I go to site for port knocking (like yougetsignal.com/tools/open-ports/) and it said port closed.
Also I tried to change parameters like “In. Interface” to ether1_gateway and “Dst. Address” to my external IP address and a couple more nothing again.
After that I added to filter rules something like:
/ip firewall filter add chain=forward protocol=tcp port=12345 action=accept
And still nothing. Even Packets and Bytes show “0”
I hope you can help.
P.S. On my local machine I disable firewall.