netfilter.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* GRE/PPTP and modules
@ 2004-04-29 14:47 Jochen Vogel
  2004-04-29 15:11 ` Cedric Blancher
  0 siblings, 1 reply; 2+ messages in thread
From: Jochen Vogel @ 2004-04-29 14:47 UTC (permalink / raw)
  To: netfilter

Hi,

I did the following
$IPT -t nat -A PREROUTING -d <firewall> -p tcp --dport 1723 -i $EXT -j DNAT
--to-destination <vpn>:1723
$IPT -t nat -A PREROUTING -d <firewall> -p gre              -i $EXT -j DNAT
--to-destination <vpn>
$IPT -A FORWARD -i $EXT -o $RAS -d <vpn> -p TCP --dport 1723 -m state
--state NEW -j ACCEPT
$IPT -A FORWARD -i $EXT -o $RAS -d <vpn> -p GRE              -m state
--state NEW -j ACCEPT

Do i need any modules?

Thx for infos
jo


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

end of thread, other threads:[~2004-04-29 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-29 14:47 GRE/PPTP and modules Jochen Vogel
2004-04-29 15:11 ` Cedric Blancher

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