From: Christiaan den Besten <chris@scorpion.nl>
To: linux-kernel@vger.kernel.org
Subject: IPSEC traffic duplicated on interface.
Date: Sun, 26 Dec 2004 15:32:17 +0100 [thread overview]
Message-ID: <41CECB71.1050601@scorpion.nl> (raw)
Hi all !
Not really sure this is a kernel, or a netfilter issue, but posting anyway.
After trying to determine the 'overhead' of my ipsec traffic, I hit a
rather annoying 'feature'.
(Using racoon ipsec with default debian-kernels 2.6.x kernels, but issue
was with 2.4 as well if i remember correctly.)
Traffic on the outgoing interface (eth0) shows both the encapsulated as
well as the non-encapsulated packets.
--- (tcpdump -i eth0 -n ) ---
15:24:20.003088 IP 172.20.40.45.45707 > 10.136.100.1.48193: .
297216:298592(1376) ack 1 win 5792 <nop,nop,timestamp 920412777 2654747912>
15:24:20.005095 IP 130.161.82.9 > 84.35.71.36:
ESP(spi=0x080d4f70,seq=0x1de7c)
15:24:20.005095 IP 172.20.40.45.45707 > 10.136.100.1.48193: .
298592:299968(1376) ack 1 win 5792 <nop,nop,timestamp 920412777 2654747912>
15:24:20.005223 IP 84.35.71.36 > 130.161.82.9:
ESP(spi=0x0451e539,seq=0xee8e)
---
Using default tools a la 'iptraf' count them both, so it would look like
my adsl-line is doing 11Mbit :)
Is there any way to prevent the kernel from showing the data inside the
tunnel ? (172.20.40.45 <> 10.136.100.1 is the tunneled traffic).
bye,
Chris
reply other threads:[~2004-12-26 14:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41CECB71.1050601@scorpion.nl \
--to=chris@scorpion.nl \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.