Port Forwarding for your Security DVR and NVR / CCTV

Sep 11, 2012 How to Set Up Port Forwarding - Lifewire Apr 10, 2020 Enable port forwarding for the OpenWrt - cFos Software Enable port forwarding for the OpenWrt. 1 Log into your router using your username and password (Default IP: 192.168.1.1, Username: root, default password: none). 2 Click on "Network" then "Firewall" menu on the main menu at the top. 3 Click on "Port forwards" button under main menu. 4 Click on "Add ". 5 " Name" Type server name (e.g. "PNet"), "Protocol" select "TCP+UDP", "External zone DD-WRT

Choose the type or port (TCP / UDP or both). Type the Start and Finish port. Click Apply. If you see 'service name is already present in the existing firewall or custom services,' click OK. Repeat from step 8 until you've added all port numbers/ranges, then continue. Click …

DD-WRT » Router Database

Setup a static IP address on either your computer or device that you want to forward a port to. Login to your Linksys WRT54Gv2 DDWRT router. Navigate to the port forwarding section. Click the Applications & Gaming link. Click the Port Range Forwarding or the Port Forwarding button to forward ports. Create a port forward entry.

*simple* Port Forwarding issue : DDWRT iptables -I FORWARD -d 192.168.0.239 -p tcp --dport 53 -j ACCEPT iptables -I FORWARD -d 192.168.0.239 -p udp --dport 53 -j ACCEPT. However it did not work. If I could understand these commands better I think I would be able to find a way through.