netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* l2tp , pptp pass thru mode .
@ 2010-04-27 16:07 ratheesh k
  0 siblings, 0 replies; only message in thread
From: ratheesh k @ 2010-04-27 16:07 UTC (permalink / raw)
  To: netfilter

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-27 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 16:07 l2tp , pptp pass thru mode 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).