Hello everyone,
is there a way to log in to an SXT LTE router via MikroTik’s IP cloud from an unrelated network?
The unit is obviously connected directly to the mobile provider’s network, no passthrough.
/ip cloud> pr
ddns-enabled: yes
ddns-update-interval: none
update-time: yes
public-address: 47.XXX.XXX.XXX
dns-name: XXXXXXXXXXXX.sn.mynetname.net
status: updated
warning: Router is behind a NAT. Remote connection might not work.
I have added this rule to the default firewall configuration:
/ip firewall filter
add action=accept chain=input comment="Accept Winbox" dst-port=8291 in-interface=lte1 protocol=tcp
My full configuration is here:
http://forum.mikrotik.com/t/limiting-per-user-traffic-with-pcq-not-working-reliably-on-sxt-lte-kit/126832/1
though in that config above rule is disabled, but of course I enabled it before trying. ![]()