From: "Sven Köhler" <sven.koehler@gmail.com>
To: Anton 'EvilMan' Danilov <littlesmilingcloud@gmail.com>
Cc: netfilter@vger.kernel.org
Subject: Re: how to ignore forwarded traffic?
Date: Mon, 21 Apr 2014 18:45:36 +0300 [thread overview]
Message-ID: <53553D20.5040401@gmail.com> (raw)
In-Reply-To: <535531A6.6090602@gmail.com>
Am 21.04.2014 17:56, schrieb Sven Köhler:
> I know have the following three rules:
>
> iptables -t raw -A PREROUTING -d <router-ip> -j CT
> iptables -t raw -A PREROUTING -s <router-ip> -j CT
> iptables -t raw -A PREROUTING -j CT --notrack
Correction:
iptables -t raw -A PREROUTING -d <router-ip1> -j CT
iptables -t raw -A PREROUTING -d <router-ip2> -j CT
iptables -t raw -A PREROUTING -j CT --notrack
(again no rules in the OUTPUT chain of the raw table)
next prev parent reply other threads:[~2014-04-21 15:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-21 1:22 how to ignore forwarded traffic? Sven Köhler
2014-04-21 8:38 ` Anton 'EvilMan' Danilov
2014-04-21 14:56 ` Sven Köhler
2014-04-21 15:45 ` Sven Köhler [this message]
2014-04-22 6:45 ` Anton 'EvilMan' Danilov
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=53553D20.5040401@gmail.com \
--to=sven.koehler@gmail.com \
--cc=littlesmilingcloud@gmail.com \
--cc=netfilter@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.