public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Disable netfilter on all bridges per default
@ 2017-03-11  8:10 Jonatan Schlag
  2017-03-12 14:56 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Jonatan Schlag @ 2017-03-11  8:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1133 bytes --]

Fixes: #11301

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 config/etc/sysctl.conf                    | 5 +++++
 config/rootfiles/core/110/filelists/files | 1 +
 2 files changed, 6 insertions(+)

diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf
index e2e3d81..ad56240 100644
--- a/config/etc/sysctl.conf
+++ b/config/etc/sysctl.conf
@@ -34,3 +34,8 @@ net.ipv6.conf.default.disable_ipv6 = 1
 
 # Enable netfilter accounting
 net.netfilter.nf_conntrack_acct=1
+
+# Disable netfilter on bridges.
+net.bridge.bridge-nf-call-ip6tables = 0
+net.bridge.bridge-nf-call-iptables = 0
+net.bridge.bridge-nf-call-arptables = 0
diff --git a/config/rootfiles/core/110/filelists/files b/config/rootfiles/core/110/filelists/files
index b996e48..f06b6d5 100644
--- a/config/rootfiles/core/110/filelists/files
+++ b/config/rootfiles/core/110/filelists/files
@@ -2,6 +2,7 @@ etc/system-release
 etc/issue
 etc/httpd/conf/server-tuning.conf
 etc/rc.d/init.d/unbound
+etc/sysctl.conf
 srv/web/ipfire/cgi-bin/index.cgi
 srv/web/ipfire/cgi-bin/vpnmain.cgi
 usr/lib/libssp.so.0
-- 
2.1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Disable netfilter on all bridges per default
  2017-03-11  8:10 [PATCH] Disable netfilter on all bridges per default Jonatan Schlag
@ 2017-03-12 14:56 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2017-03-12 14:56 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]

Thanks for submitting this patch.

This is the default in IPFire 3, so it makes sense to backport that behaviour to
IPFire 2 as well.

Best,
-Michael

On Sat, 2017-03-11 at 09:10 +0100, Jonatan Schlag wrote:
> Fixes: #11301
> 
> Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
> ---
>  config/etc/sysctl.conf                    | 5 +++++
>  config/rootfiles/core/110/filelists/files | 1 +
>  2 files changed, 6 insertions(+)
> 
> diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf
> index e2e3d81..ad56240 100644
> --- a/config/etc/sysctl.conf
> +++ b/config/etc/sysctl.conf
> @@ -34,3 +34,8 @@ net.ipv6.conf.default.disable_ipv6 = 1
>  
>  # Enable netfilter accounting
>  net.netfilter.nf_conntrack_acct=1
> +
> +# Disable netfilter on bridges.
> +net.bridge.bridge-nf-call-ip6tables = 0
> +net.bridge.bridge-nf-call-iptables = 0
> +net.bridge.bridge-nf-call-arptables = 0
> diff --git a/config/rootfiles/core/110/filelists/files
> b/config/rootfiles/core/110/filelists/files
> index b996e48..f06b6d5 100644
> --- a/config/rootfiles/core/110/filelists/files
> +++ b/config/rootfiles/core/110/filelists/files
> @@ -2,6 +2,7 @@ etc/system-release
>  etc/issue
>  etc/httpd/conf/server-tuning.conf
>  etc/rc.d/init.d/unbound
> +etc/sysctl.conf
>  srv/web/ipfire/cgi-bin/index.cgi
>  srv/web/ipfire/cgi-bin/vpnmain.cgi
>  usr/lib/libssp.so.0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-12 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11  8:10 [PATCH] Disable netfilter on all bridges per default Jonatan Schlag
2017-03-12 14:56 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox