Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Jochen Vogel <jvogel@it-sec.de>
To: netfilter@lists.netfilter.org
Subject: GRE/PPTP and modules
Date: Thu, 29 Apr 2004 16:47:01 +0200	[thread overview]
Message-ID: <D3DD55FDB74AD511BA5100500416368053E88A@ORION> (raw)

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


             reply	other threads:[~2004-04-29 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-29 14:47 Jochen Vogel [this message]
2004-04-29 15:11 ` GRE/PPTP and modules Cedric Blancher

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=D3DD55FDB74AD511BA5100500416368053E88A@ORION \
    --to=jvogel@it-sec.de \
    --cc=netfilter@lists.netfilter.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