5G M.2 TO RJ45-KIT with RM520N in double NAT?

Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Post Reply
qy2009
Posts: 2
Joined: Mon Feb 20, 2023 11:55 am
Has thanked: 0
Been thanked: 0

5G M.2 TO RJ45-KIT with RM520N in double NAT?

Post by qy2009 »

I recently bought a 5G M.2 TO RJ45-KIT to replace the WG1608 router(unfortunately it's a known issue that openwrt v22.x cannot get full speed of RM520N).
It was easy to setup auto connect and I have excellent internet speed coming out of the RJ45 port directly to my router.

However, all my ioT devices cannot connect to the Internet, Awair, Rachio, GE Range, etc. Even my Cloudflare WARP client won't connect. they all complained about double NAT, and said the firewall blocked 443, 8443, etc. But I already disabled my firewall in my router. I wonder if this is something coming from my RM520N module itself.

I have tried to set up IP passthrough in my RM520N, however, that seems not working. I am still getting 192.0.0.2 WAN IP from my ASUS router.

Does anyone have experience with that?
fsayuti
Posts: 1
Joined: Mon Jul 20, 2020 8:47 am
Has thanked: 0
Been thanked: 0

Re: 5G M.2 TO RJ45-KIT with RM520N in double NAT?

Post by fsayuti »

You might want to send this AT command to enable IP pass through

Code: Select all

AT+QMAP="mPDN_rule",0,1,0,1,1,"FF:FF:FF:FF:FF:FF"  
and then this

Code: Select all

AT+QMAP="IPPT_NAT",0
to revert to NAT mode, execute this comman

Code: Select all

AT+QMAP="mPDN_rule",0
User avatar
Didneywhorl
Posts: 3611
Joined: Fri Mar 23, 2018 5:37 pm
Location: USA
Has thanked: 1360 times
Been thanked: 755 times
Contact:

Re: 5G M.2 TO RJ45-KIT with RM520N in double NAT?

Post by Didneywhorl »

True IP passthrough is only possible with an assigned public static IP from your cell carrier. Otherwise you will get either the 192.0.0.x address, or possibly on Tmo randomly a decommissioned, military I think, IP that is actually public facing, for now, or sometimes the local interface address,192.168.225.1. Tmobile does all three at different times.
Post Reply

Return to “Quectel Modems”