From: "Taylor, Grant" <gtaylor@riverviewtech.net>
To: Jason Opperisano <opie@817west.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: Local Port Forwarding.
Date: Fri, 22 Apr 2005 17:02:04 -0500 [thread overview]
Message-ID: <4269745C.70305@riverviewtech.net> (raw)
In-Reply-To: <20050422215756.GA5739@bender.817west.com>
> iptables -t nat -A OUTPUT -p tcp -d $HostX --dport $PortY \
> -j DNAT --to-destination $LocalHost:$PortY
Slight typo
iptables -t nat -A OUTPUT -p tcp -d $HostX --dport $PortX -j DNAT --to-destination $LocalHost:$PortY
Grant. . . .
next prev parent reply other threads:[~2005-04-22 22:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-22 21:41 Local Port Forwarding Alejandro Villarroel
2005-04-22 21:57 ` Jason Opperisano
2005-04-22 22:02 ` Taylor, Grant [this message]
2005-04-22 22:07 ` Jason Opperisano
2005-04-27 20:48 ` Nick Drage
2005-04-27 21:00 ` Jason Opperisano
2005-04-26 12:59 ` Alejandro Villarroel
2005-04-22 21:59 ` Taylor, Grant
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=4269745C.70305@riverviewtech.net \
--to=gtaylor@riverviewtech.net \
--cc=netfilter@lists.netfilter.org \
--cc=opie@817west.com \
/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.