[] > /interface lte info 0 pin-status: no password required functionality: full manufacturer: ZTEWelink model: ME3630 revision: ME3630E1CV1.0B06
/system serial-terminal usb1 AT+ZGINIT // init AT+ZGFIXRATE=10000,1 // "endless" fixes , 1 per second AT+ZGNMEA=1 // Set NMEA GGA output AT+ZGRUN=2 // Run the fixes
True, true... though the OP asked "if this is even possible"... possible, it is; tremendous, it is not与-96年dbm RX sensitivity you can only achieve 6MBit basic rate MAX which is not adequate for the OP needs.
/ip firewall nat add action=dst-nat chain=dstnat disabled=yes dst-port=53 protocol=udp src-address=192.168.0.0/24 to-addresses=10.55.22.11
I've had two of these in the last year (on a volume of a dozen approximately). Each time I contacted support and it ended up with a RMA. It's not a new problem, the first one i got with this problem was about 18 months ago.2. The ports 6-10 are totally silent
Nope, fasttrack interferes with simple queues, which i need.Does that router have fasttrack enabled?
/ip firewall nat add action=dst-nat chain=dstnat dst-address=[Router1 WAN IP] dst-port=50080 protocol=tcp to-addresses=172.16.10.x to-ports=80
roswell-alien-backdoor=enabled
/system logging add topics=debug,!hotspot
/interface ethernet set ether1 comment=$myData
:local myData [/interface ethernet get ether1 comment ];
Well that's a good start... is that LTE interface in (R)unning mode? If not, have you set the APN or PIN if required and what does show the LTE/info window ?The dongle is recognized as LTE
/system routerboard usb set type=mini-PCIe
/interface ethernet set ether1 comment=$myData
:local myData [/interface ethernet get ether1 comment ];
/ip firewall nat add action=masquerade chain=srcnat src-address=10.10.49.0/24
to limit port forwarding to your "VPN addresses". "192.168.5.0/24" has to be tuned to your needs.src-address=192.168.5.0/24
/ip firewall filter add chain=input protocol=tcp dst-port=8080 in-interface=pppoe-out1 action=drop
Note the ! before LAN network./ip firewall filter
add action=drop chain=input src-address=!x.x.x.x/24 dst-port=53 protocol=udp
/ip firewall filter add action=drop chain=input in-interface=ether1 protocol=icmp
May i ask what is the reason of using capital letter SSID only ?set SSID ALL IN UPPERCASE (A-Z 0-9 "-" only)
/ip firewall nat add chain=srcnat src-address=192.168.1.0/21 action=masquerade