NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
stuyboy
Dec 26, 2021Tutor
LM1200 in Router Mode: Port Forwarding or DMZ working for you?
LM1200 on Verizon, using alongwide WAN/Cable as cellular backup. Unfortunately using in Router mode as I'm on Verizon (Bridge works fine). Hosting a few servers, so I'd like to forward ports (44...
Uptonk
Apr 18, 2022Aspirant
Did you ever get your port forwarding to work?
I am using the LM1200 with Verizon also. I have a TP-Link router connected to the LM1200. I have set up my port forwarding on the TP-Link, but I can't enter the IP of my LAN device in the LM1200 because the IP range is different. 192.168.5.x for the modem, 192.168.0.x for the router LAN.
I couldn't get my router to stay online when the modem was in Bridge mode, but it works fine in Router mode. I had hoped to stay in Bridge mode to avoid this type conflict, but no such luck.
stuyboy
Apr 18, 2022Tutor
No, I tried all sorts of combinations to port forward, but didn't run into this IP problem as you allude to. I think I was also trying to port forward twice, through my router which was itself configured to port forward to another server on my LAN. Obviously I wasn't expecting it to work well when on LTE, but my problem is that it wouldn't work while on broadband either.
In the end I signed up for a small plan with Net10 wireless, which does not rely on Verizon, and got it to barely work. But in my case, it's a backup connection anyway, so didn't matter. But I would have preferred to be on Verizon (along with all my other devices), and that problem is STILL not solved, check the other thread for details.
- adelvaJul 09, 2026Aspirant
This is an old post and an old device, but just for others looking for this information, I discovered that the DMZ will only forward packets that have the destination IP match the IP of the device being forwarded to. All other packets are dropped.
For example, under Linux you can do:
$ route add -host 192.168.5.2/32 gw 192.168.2.190
$ ping 192.168.5.2 # this works now
$ ssh 192.168.5.2 # this works now
Where 192.168.5.2 is the NAT IP you configured in your DMZ config, and 192.168.2.190 is one of the WAN IPs your LM1200 got.
If you were expecting it to forward all packets from e.g. 192.168.2.190 to 192.168.5.2 like the web ui suggests it will, it appears not to do this.
This feature is still very useful if you have a single device behind the modem that you need to be able to access and can configure a special route. I'm using it because my "broadband WAN" port is actually on my LAN, and otherwise the NAT'ing of the device behind the modem would be inaccessible.
- stuyboyJul 10, 2026Tutor
Old thread, but still here hoping that the Verizon problem would be solved! Haven't found a better device for my purposes (cheap, backup connection to broadband), so still in use albeit on AT&T mobile.