Commit Graph

9 Commits

Author SHA1 Message Date
Michael Tremer
80fbd89949 ipsec: Add block rules to avoid conntrack entries
If an IPsec VPN connections is not established, there are
rare cases when packets are supposed to be sent through
that said tunnel and incorrectly handled.

Those packets are sent to the default gateway an entry
for this connection is created in the connection tracking
table (usually only happens to UDP). All following packets
are sent the same route even after the tunnel has been
brought up. That leads to SIP phones not being able to
register among other things.

This patch adds firewall rules that these packets are
rejected. That will sent a notification to the client
that the tunnel is not up and avoid the connection to
be added to the connection tracking table.

Apart from a small performance penalty there should
be no other side-effects.

Fixes: #10908

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Cc: tomvend@rymes.com
Cc: daniel.weismueller@ipfire.org
Cc: morlix@morlix.de
Reviewed-by: Timo Eissler <timo.eissler@ipfire.org>
2015-10-15 22:44:47 +01:00
Michael Tremer
26e91280ea Rootfile update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-09-28 20:14:42 +01:00
Arne Fitzenreiter
c9f0174979 kernel: update to 3.14.53
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2015-09-27 12:58:22 +02:00
Arne Fitzenreiter
9890333ecb linux: rootfile update.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2015-09-17 12:56:48 +02:00
Michael Tremer
4ff2679978 x86_64: Add more architecture-dependent rootfiles
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-09-11 15:37:20 +02:00
Michael Tremer
ba58389215 kernel: Add a preliminary kernel from the i586 PAE configuration
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-09-11 00:20:08 +02:00
Michael Tremer
ebf9683b4d grub: Build for x86_64
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-09-11 00:18:41 +02:00
Michael Tremer
7c111f7d49 acpid: Build for x86_64
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-09-11 00:16:41 +02:00
Michael Tremer
f38841ea0b Rootfile update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-08-26 12:17:22 +02:00