Iptables command - DD-WRT Wiki
wiki.dd-wrt.com › wiki › indexIptables is a powerful administration tool for IPv4 packet filtering and NAT. It is used to set up, maintain, and inspect the tables of IP packet filter rules in the Linux kernel. Iptables commands can be entered by command line interface, and/or saved as a Firewall script in the dd-wrt Administration panel. I tend to recommend testing and ...
DD-WRT Firewall Script · GitHub
https://gist.github.com/stevejenkins/4371042DD-WRT Firewall Script. Raw. firewall_skype.sh. #Enable NAT on the WAN port to correct a bug in builds over 17000. iptables -t nat -I POSTROUTING -o `get_wanface` -j SNAT --to `nvram get wan_ipaddr`. #Allow br1 access to br0, the WAN, and any other subnets (required if SPI firewall is on) iptables -I FORWARD -i br1 -m state --state NEW -j ACCEPT.
DD-WRT Firewall Script · GitHub
gist.github.com › stevejenkins › 4371042DD-WRT Firewall Script. Raw. firewall_skype.sh. #Enable NAT on the WAN port to correct a bug in builds over 17000. iptables -t nat -I POSTROUTING -o `get_wanface` -j SNAT --to `nvram get wan_ipaddr`. #Allow br1 access to br0, the WAN, and any other subnets (required if SPI firewall is on) iptables -I FORWARD -i br1 -m state --state NEW -j ACCEPT.
Useful Scripts - DD-WRT Wiki
wiki.dd-wrt.com › wiki › indexWireless Network Scanner (working on DD-WRT v24) I took the above script and tweaked it to work in DD-WRT v24 firmware, with the "wl" command. To run just copy and paste in a console (telnet or ssh) or save as a "scanner.sh" and run as ./scanner.