netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: ratheesh k <ratheesh.ksz@gmail.com>
To: netfilter@vger.kernel.org
Subject: l2tp , pptp pass thru mode .
Date: Tue, 27 Apr 2010 21:37:42 +0530	[thread overview]
Message-ID: <t2xcfeab66d1004270907x520eb9a0r325a2b8829d9a366@mail.gmail.com> (raw)

My home Router has following iptables rules

iptables -A INPUT -m state --state ESTABLISHED,RELATED  -j ACCEPT
iptables -A INPUT -i  lan-interface   -j  ACCEPT
iptables -A INPUT -i wan-input  -j DROP


iptables -A FORWARD -m --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -i lan-interface -o wan-interface -j ACCEPT
iptables -A FORWARD -i wan-interface -o lan-interface -j DROP


pptp pass thru  and l2tp pass thru  works fine  without adding any
extra rule . why ?'

Is it because of ALGs ?

Thanks,
Ratheesh

                 reply	other threads:[~2010-04-27 16:07 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=t2xcfeab66d1004270907x520eb9a0r325a2b8829d9a366@mail.gmail.com \
    --to=ratheesh.ksz@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).