Page 1 of 1

Disable Firewall

Posted: Wed Dec 07, 2011 2:53 am
by NJI
I'm using v1.4.4 on TL-WR1043ND v1.7

How can I disable the firewall?

I've tried http://www.gargoyle-router.com/phpbb/vi ... f=6&t=1243

Code: Select all

/etc/init.d/firewall stop

Code: Select all

/etc/init.d/firewall disable
but when the firewall is disabled, I cannot access the internet (I can still access the router web interface though)

Re: Disable Firewall

Posted: Thu Dec 08, 2011 3:37 am
by ispyisail
From my understanding you want to "open up" not "close down" the firewall?

Re: Disable Firewall

Posted: Thu Dec 08, 2011 3:42 am
by NJI
ispyisail wrote:From my understanding you want to "open up" not "close down" the firewall?
I guess so.
My intention is to increase the maximum throughput of the router (with wired connection). Since I'm already behind my university firewall, I do not concern much about security issue.

Re: Disable Firewall

Posted: Fri Dec 09, 2011 4:09 am
by DoesItMatter
Putty into the router

Goto

/etc/config

cp firewall firewall.bak (so you can restore default firewall rules)

vi firewall

Change all "REJECT" to "ACCEPT"

Delete the following 2 lines at the bottom:

Code: Select all

config include
        option path /usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall
This should make your firewall open and very unsecure.

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

Re: Disable Firewall

Posted: Fri Dec 09, 2011 4:32 am
by ispyisail

Re: Disable Firewall

Posted: Fri Dec 09, 2011 12:58 pm
by DoesItMatter
Delete the following 2 lines at the bottom:

Code: Select all

config include
        option path /usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall
This also will screw up the Bandwidth monitor graphing!

This will probably also screw up an QoS stuff as well.
This is only recommended for the brave / insane / gurus!


Bandwidth Usage / B/W Distribution will not work
when you delete the 2 above lines from the firewall config file.

Re: Disable Firewall

Posted: Fri Dec 09, 2011 2:06 pm
by NJI
DoesItMatter wrote:
DoesItMatter wrote:Delete the following 2 lines at the bottom:

Code: Select all

config include
        option path /usr/lib/gargoyle_firewall_util/gargoyle_additions.firewall
This also will screw up the Bandwidth monitor graphing!

Bandwidth Usage / B/W Distribution will not work
when you delete the 2 above lines from the firewall config file.
that's ok for me, because I've also disabled the bandwidth monitor service