D
Deleted member 55165
Guest
I have an Asus RT-N66U that was running Asuswrt-Merlin 380.67 and had a working port forward rule configured this way, but after upgrading to 380.68_4, it has ceased to work:
Port range: 35000
Local IP: 192.168.1.136 (manually assigned IP to wired NVR)
Local port: 35000
Protocol: TCP
I have DDNS configured and access an IP camera NVR over this port, and it was working without a problem for over a year.
Things I've tried that have not fixed it:
I'm at my wits end over something that seems so simple, so please let me know if I am missing anything here. I'm about at the point where I'm ready to replace this hardware with something else! Any help would be much appreciated, thanks.
Port range: 35000
Local IP: 192.168.1.136 (manually assigned IP to wired NVR)
Local port: 35000
Protocol: TCP
I have DDNS configured and access an IP camera NVR over this port, and it was working without a problem for over a year.
Things I've tried that have not fixed it:
- Disable/enable/recreate the port forward rule
- Downgrade to Asuswrt-Merlin 380.67
- Reset to factory defaults on 380.67 and 380.68_4
- Re-flash back to latest stock ASUS firmware
- Power-cycle the modem, router, and NVR
- Verified I can log into NVR on LAN and logins are not being blocked
- Enabled DMZ for 192.168.1.136
Code:
admin@RT-N66U-DC68:/tmp# cat nat_rules_eth0_eth0
*nat
:PREROUTING ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:VSERVER - [0:0]
:LOCALSRV - [0:0]
:VUPNP - [0:0]
:PUPNP - [0:0]
:DNSFILTER - [0:0]
:PCREDIRECT - [0:0]
-A PREROUTING -d [WAN PUBLIC IP REMOVED] -j VSERVER
-A VSERVER -p tcp -m tcp --dport 8080 -j DNAT --to-destination 192.168.1.1:80
-A VSERVER -p tcp -m tcp --dport 35000 -j DNAT --to-destination 192.168.1.136:35000
-A VSERVER -j VUPNP
-A POSTROUTING -o eth0 -j PUPNP
-A POSTROUTING -o eth0 ! -s [WAN PUBLIC IP REMOVED] -j MASQUERADE
-A POSTROUTING -o br0 -s 192.168.1.0/24 -d 192.168.1.0/24 -j MASQUERADE
COMMIT
I'm at my wits end over something that seems so simple, so please let me know if I am missing anything here. I'm about at the point where I'm ready to replace this hardware with something else! Any help would be much appreciated, thanks.
Last edited by a moderator: