Disable Firewall

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
NJI
Posts: 18
Joined: Sun Nov 27, 2011 2:33 pm

Disable Firewall

Post 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)
TP-Link TL-WR1043ND (v1.7)
Gargoyle 1.4.4

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Disable Firewall

Post by ispyisail »

From my understanding you want to "open up" not "close down" the firewall?

NJI
Posts: 18
Joined: Sun Nov 27, 2011 2:33 pm

Re: Disable Firewall

Post 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.
TP-Link TL-WR1043ND (v1.7)
Gargoyle 1.4.4

User avatar
DoesItMatter
Moderator
Posts: 1373
Joined: Thu May 21, 2009 3:56 pm

Re: Disable Firewall

Post 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
:twisted: Soylent Green Is People! :twisted:
2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Disable Firewall

Post by ispyisail »


User avatar
DoesItMatter
Moderator
Posts: 1373
Joined: Thu May 21, 2009 3:56 pm

Re: Disable Firewall

Post 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.
Last edited by DoesItMatter on Thu Dec 29, 2011 2:59 am, edited 1 time in total.
:twisted: Soylent Green Is People! :twisted:
2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400

NJI
Posts: 18
Joined: Sun Nov 27, 2011 2:33 pm

Re: Disable Firewall

Post 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
TP-Link TL-WR1043ND (v1.7)
Gargoyle 1.4.4

Post Reply