This is an old revision of the document!
Use Putty to SSH into the router
Goto
/etc/config <shell> cd /etc/config
cp firewall firewall.bak </shell> (so you can restore default firewall rules)
<shell> vi firewall </shell>
Change all “REJECT” to “ACCEPT”
Delete the following 2 lines at the bottom:
<shell> config include
option path /usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall
</shell>
This should make your firewall open and very insecure.
Extra rules MAY be required to full open all ports however.
Save the changes and quit
then do
<shell> /etc/init.d/firewall restart </shell>
so that it reloads firewall with your modified firewall settings