From: ratheesh k <ratheesh.ksz@gmail.com>
To: netfilter@vger.kernel.org
Subject: GRE protocol .
Date: Fri, 30 Apr 2010 12:49:22 +0530 [thread overview]
Message-ID: <s2ycfeab66d1004300019ge75963b8vc3243c7d947e850e@mail.gmail.com> (raw)
Router wan interface is eth1 and lan interface is eth0 .
iptables -A INPUT -m state --state ESTABLISHED , RELATED -j ACCEPT .
iptables -A INPUT -i eth1 -j DROP .
iptables -A INPUT -i eth0 -j ACCEPT
iptables -A FORWAR -m state --state ESTABLISHED , RELATED -j ACCEPT
iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT
iptables -A FORWARD -i eth1 -o eth0 -j DROP .
I dont have pptp connection tracking module installed . But i can
see GRE protocol packet comed from wan gets routed and reaches my
client machine connected to eth0 ?.
I can see message id is 0 in GRE packet .
I have only pptp connection .
Any hint is really appreciated ?
Thanks,
Ratheesh
next reply other threads:[~2010-04-30 7:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-30 7:19 ratheesh k [this message]
[not found] <1291704212-1272660052-cardhu_decombobulator_blackberry.rim.net-422468553-@bda240.bisx.produk.on.blackberry>
2010-05-01 4:54 ` GRE protocol ratheesh k
2010-05-01 9:09 ` valerio balbi
2010-05-05 18:24 ` ratheesh k
2010-05-06 15:05 ` Pascal Hambourg
2010-05-06 16:57 ` ratheesh k
2010-05-06 18:35 ` ratheesh k
2010-05-06 22:00 ` Pascal Hambourg
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=s2ycfeab66d1004300019ge75963b8vc3243c7d947e850e@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).