Linksys Openwrt
Appunti sul setup dell'OpenWRT nel router Linksys.
password: mypassword
/etc/firewall.user
### DMZ
## -- Connections to ports not handled above will be forwarded to 192.168.1.2
iptables -t nat -A prerouting_wan -j DNAT --to IP-DMZ-SERVER
iptables -A forwarding_wan -d IP-DMZ-SERVER -j ACCEPT
nvram set and nvram commit
wl0_macmode=allow …