OpenWrt x Gargoyle - different Firewall defaults. Why?

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Post Reply
wilsonhlacerda
Posts: 20
Joined: Mon Mar 08, 2010 5:47 pm

OpenWrt x Gargoyle - different Firewall defaults. Why?

Post by wilsonhlacerda »

Hi all!

In OpenWrt the /etc/config/firewall file has this defaults:

config 'defaults'
option 'syn_flood' '1'
option 'input' 'DROP'
option 'output' 'DROP'
option 'forward' 'DROP'

In Gargoyle (v1.1.7 for Atheros) it is:

config 'defaults'
option 'syn_flood' '1'
option 'input' 'ACCEPT'
option 'output' 'ACCEPT'
option 'forward' 'REJECT'


The OpenWrt version is clearly much more secure than the Gargoyle approach.

Is there any reason for this Gargoyle change in the firewall file?
Why Gargoyle just don't let it standard?

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: OpenWrt x Gargoyle - different Firewall defaults. Why?

Post by Eric »

It is standard. See here.

wilsonhlacerda
Posts: 20
Joined: Mon Mar 08, 2010 5:47 pm

Re: OpenWrt x Gargoyle - different Firewall defaults. Why?

Post by wilsonhlacerda »

Weird!!!

OpenWrt Wiki shows different default:
http://wiki.openwrt.org/doc/uci/firewall

Beside that I google/searched OpenWrt forum and found some users' paste just like the Wiki.

And it makes completely sense to use drop as defaults, for security reasons.

Thanks for reply!

Post Reply