Page 1 of 1

hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Thu Oct 01, 2020 2:50 pm
by harms
Hi!

I have one problem with hAP AC3 LTE6 Router OS. I enable the internet detection function on the router WAN ports (lte1, ether5). On ether5 (TET cable internet operator) this option working fine UNKNOWN>WAN>INTERNET, but on lte1 (Tele2 operator) this option working in this way UNKNOWN>WAN.
RouterOS 6.46.7
LTE R11E-LTE6_025

Re: hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Thu Oct 01, 2020 3:14 pm
by SiB
Hi!

I have one problem with hAP AC3 LTE6 Router OS. I enable the internet detection function on the router WAN ports (lte1, ether5). On ether5 (TET cable internet operator) this option working fine UNKNOWN>WAN>INTERNET, but on lte1 (Tele2 operator) this option working in this way UNKNOWN>WAN.
RouterOS 6.46.7
LTE R11E-LTE6_025
I disable that feature when he detect internet at LAN site and this give me a breake of connectivity... beter is setup that interface in WAN who can works as WAN & setup LAN as static list.

BTW, please upgrade to stable 6.47.4, this is good version. Maybe they fix that detection, you can check after upgrade.

Re: hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Thu Oct 01, 2020 3:30 pm
by normis
This is correct, Harms. Your mobile operator doesn't give you full access, this is why you only get "WAN". it is possible that LTE provider filters some unknown ports, as you can see in the manual, UDP port 30000 needs to be open by the ISP, to get maximum status.

https://help.mikrotik.com/docs/display/ ... t+Internet

Re: hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Thu Oct 01, 2020 4:08 pm
by harms
This is correct, Harms. Your mobile operator doesn't give you full access, this is why you only get "WAN". it is possible that LTE provider filters some unknown ports, as you can see in the manual, UDP port 30000 needs to be open by the ISP, to get maximum status.

https://help.mikrotik.com/docs/display/ ... t+Internet
But in my previous hAP AC with LTE USB dongle (Huawei e3372h) and the same SIM card, I haven't a problem with this option. Ok I will try the upgrade to the last stable ROS version
UPDATE. Update to version 6.47.4 didn't help :(

Re: hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Fri Oct 02, 2020 9:24 pm
by krafg
Force Internet by LTE1 and see what happens. Of course, make sure that you can browse with any problems forcing this connection.

Regards.

Re: hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Mon Jul 19, 2021 5:07 pm
by roe1974
Any News here for internet detect & LTE connections ?
br, Richard

Re: hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Tue Jul 20, 2021 11:58 am
by SiB
roe1974 write
Any News here for internet detect & LTE connections ?
br, Richard
What with this ?
If your ISP not block a detection communication then this will work.
How work? Read manual: https://help.mikrotik.com/docs/display/ ... t+Internet

You can always enable that feature and watch status of contrack
while (1=1) do={delay 1s ; ip firewall connection print where dst-address~":30000" }

You can write your own detection... like I do when CHR works as my own LoadBalancer unit, you have many options.

For LTE connections remember about:
Enable logs by: /system logging add topics=lte
Simple watchdog: viewtopic.php?f=7&t=153622&hilit=watchdog#p767767
Advance watchdog: viewtopic.php?f=9&t=151492&hilit=watchdog#p768392
Watch LTE parameters: viewtopic.php?f=7&t=155945&p=821262#p821047
Documentation: https://wiki.mikrotik.com/wiki/Manual:Interface/LTE

Re: hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Wed Jul 21, 2021 11:49 am
by roe1974
Hi SIB

Just talked with my Internet Provider ... now all ports are open (they have an option to book: "All Ports open") .... but still no communication to cloud.mikrotik.com UPD 30000 (checked with torch)
:-(
br, Richard

Re: hAP AC3 LTE6 Internet Detection on lte1 interface

Posted: Sun Sep 19, 2021 1:37 am
by SiB
port what we speak is at MikroTik, it's not your ISP must open it but only allow to access to this port.
Best way will be write directly to MikroTik Support, details are at help.mikrotik.com