====== Disable the firewall ======
Use Putty to SSH into the router
Goto
///etc/config//
cd /etc/config
cp firewall firewall.bak
(so you can restore default firewall rules)
vi firewall
Change all "REJECT" to "ACCEPT"
**
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
/etc/init.d/firewall restart
so that it reloads firewall with your modified firewall settings