From: "Sven Köhler" <skoehler@upb.de>
To: netfilter@lists.netfilter.org
Subject: PPTP server behind NAT
Date: Tue, 30 Sep 2003 03:35:14 +0200 [thread overview]
Message-ID: <blamm8$bvm$1@sea.gmane.org> (raw)
Hi,
i'm not using the pptp-conntrack patch yet. So i tried to forward port
1723 and protocol 47 to the target machine. That's is what should work -
but it didn't.
A tcpdump revealed that my Linux box rejected the GRE packets with "icmp
protocol 47 unreachable" packets. What did i do wrong?
I turned of my whole firewall and flushed all tables.
The rules
iptables -t nat -A PREROUTING -p tcp --dp 1723 -j DNAT --to <ip>
iptables -t nat -A PREROUTING -p 47 -j DNAT --to <ip>
simply didn't work.
My Linux box keeps sending the icmp packets.
Does anybody know why it does that?
Thx
Sven
reply other threads:[~2003-09-30 1:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='blamm8$bvm$1@sea.gmane.org' \
--to=skoehler@upb.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.