CRS125-24G-1S-2HnD
wlan2 connecting to Tmobile Inseego 5G MiFi M2000 hotspot
Router works on 6.43 thru the above hotspot. If I upgrade to 6.48/6.49/7.1.1 it will still connect to the hotspot (reserved) but can’t ping the internet or web browse from network (10.1.2.x) or router 10.1.2.1 (POS NETWORK). Its does still ping and access http://192.168.1.1 (hotspot interface)
If I downgrade it works again
If I keep it 6.49/7.1 and change the SSID to ATT4G (a backup AT&T Hotspot we have that is slower) it works!
Same IP Address for WLAN2 (both hotspots configured for 192.168.1.1 gateway and 192.168.1.2 for the Mikrotik that connects
Yes its going to be double nat, but works on 6.43 and not after upgrading to 6.49. What changed that could cause this issue with this 5G Hotspot and not the 4G Hotspot?
Full config attached as text file
/ip firewall nat
add action=masquerade chain=srcnat comment=“default configuration” out-interface=wlan2
add action=masquerade chain=srcnat comment=“default configuration” disabled=yes out-interface=*1A
add action=masquerade chain=srcnat comment=“default configuration” disabled=yes out-interface=sfp1-gateway to-addresses=0.0.0.0
add action=dst-nat chain=dstnat dst-port=3389 in-interface=ether1 protocol=tcp src-address-list=safe to-addresses=10.1.0.2 to-ports=3389
add action=dst-nat chain=dstnat dst-port=37777 in-interface=ether1 protocol=tcp src-address-list=safe to-addresses=10.3.0.80 to-ports=37777
add action=dst-nat chain=dstnat dst-port=37778 in-interface=ether1 protocol=udp src-address-list=safe to-addresses=10.3.0.80 to-ports=37778
add action=dst-nat chain=dstnat dst-port=3390 in-interface=ether1 protocol=tcp src-address-list=safe to-addresses=10.1.0.3 to-ports=3390
add action=dst-nat chain=dstnat dst-port=3392 in-interface=ether1 protocol=tcp src-address-list=safe to-addresses=10.1.0.218 to-ports=3389
add action=dst-nat chain=dstnat dst-port=3391 in-interface=ether1 protocol=tcp src-address-list=safe to-addresses=10.3.0.74 to-ports=3389
add action=dst-nat chain=dstnat dst-port=3393 in-interface=ether1 protocol=tcp src-address-list=safe to-addresses=10.3.0.64 to-ports=3389
add action=dst-nat chain=dstnat comment=SnapStorm dst-port=8000 in-interface=ether1 protocol=tcp to-addresses=10.1.0.3 to-ports=80
add action=dst-nat chain=dstnat comment=“Guardian Controller” disabled=yes dst-port=80,502 in-interface=ether1 protocol=tcp to-addresses=10.1.0.10
add action=dst-nat chain=dstnat disabled=yes dst-port=81,6000 in-interface=ether1 protocol=tcp to-addresses=10.1.0.11
/ip address
add address=192.168.1.2/24 interface=wlan2 network=192.168.1.0
Winbox shows route 0.0.0.0 is 192.168.1.1 (Dad+) have tried static doesn’t help
config-export.txt (31.1 KB)