Hello, i work at a smaller NGO doing community development in a township in South Africa. Part of my job is running IT, and the network here was all setup before i arrived. We have a Mikrotik RB1100 Hx2 router, and this is my first time working with a Mikrotik router. I’ve been working on it for a number of months now, and am starting to understand more but am still very much learning.
My problem is this, i need to get port forwarding working to access our NAS box off-site. I have successfully created a rule to do this, and i can see the port is open if i run a check on it. I can also remotely connect to the NAS, but the connection is soo slow that i often can’t even log in. Often even the landing page will not fully load, just the background color and maybe the “username” input box.
In a similar manner, i also can’t sustain a connection to my mikrotik through winbox remotely. Winbox seems to see my router, but will not actually connect to it, it just tries and tries and tries, but is too slow to actually open.
We use a wireless ISP company, and they also have a mikrotik device on our roof connected to their antenna. That mikrotik is not transparent and i have no access to it. I have to ask the company to open ports, which i’ve done.
This is my port forward rule:
/ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade out-interface=ether1-gateway
1 chain=dstnat action=dst-nat to-addresses=10.0.0.xxx protocol=tcp
in-interface=ether1-gateway dst-port=4xxxx
2 chain=dstnat action=dst-nat to-addresses=10.0.0.xxx protocol=tcp
in-interface=ether1-gateway dst-port=4xxxx
[admin@MikroTik] /ip firewall nat>
So, how do i know if the problem is on my router config, or on my ISP’s end (initially port-forwarding didn’t work at all, until i called them, got them to open those ports, and now if i test they are open)? Is there another rule or area of the mikrotik i need to setup for port forwarding to work that might be causing it to be unusable even though i can make an initial connection?
Thank you for helping!