netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* GRE protocol .
@ 2010-04-30  7:19 ratheesh k
  0 siblings, 0 replies; 8+ messages in thread
From: ratheesh k @ 2010-04-30  7:19 UTC (permalink / raw)
  To: netfilter

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-05-06 22:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2010-04-30  7:19 ratheesh k

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).