Hi,
I am quite confused over this.
I have a fingerprint attendance device which is unable to connect to a cloud server using port 9001 when it is behind Mikrotik.
Connecting the device directly to the modem (modem -> attendance device) successfully connects to the cloud server.
At first I thought it might be port forward issues:
then according to this post (viewtopic.php?t=104352) it'd be best to set:
==> No success
I disable all filters
==> Still No Success
I bring the device to my workplace which uses Mikrotik as router setup as follows:
==> The same device connects successfully to the cloud server.
I am quite confused over this.
I have a fingerprint attendance device which is unable to connect to a cloud server using port 9001 when it is behind Mikrotik.
Connecting the device directly to the modem (modem -> attendance device) successfully connects to the cloud server.
At first I thought it might be port forward issues:
Code:
/ip firewall nat chain=dstnat dst-port=9001 action=dst-nat to-address=192.168.1.37 to-ports=9001
then according to this post (viewtopic.php?t=104352) it'd be best to set:
Code:
/ip firewall filter add chain=forward connection-nat-state=dstnat
==> No success
I disable all filters
==> Still No Success
I bring the device to my workplace which uses Mikrotik as router setup as follows:
- No port forward
- Filters are all eabled
- IP Bind the device (since we use hotspot)
==> The same device connects successfully to the cloud server.
Statistics: Posted by gnulab — Fri Jan 12, 2024 1:36 pm