All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brent Clark <bclark@eccotours.co.za>
To: netfilter@lists.netfilter.org
Subject: Re: 8080 to 22
Date: Mon, 20 Feb 2006 13:39:03 +0200	[thread overview]
Message-ID: <43F9AA57.1030109@eccotours.co.za> (raw)
In-Reply-To: <43F9A730.1040907@eccotours.co.za>

Brent Clark wrote:
> Hi all
> 
> I am in need of connecting to a machine with SSH, but via port 8080.
> 
> I tried the following
> 
> $IPT -t nat -A PREROUTING -i eth0 -p tcp --dport 8080 -j DNAT --to 
> 10.0.0.10:22
> $IPT -t filter -A FORWARD -i eth0 -p tcp --dport 8080 -d 10.0.0.10 -j 
> ACCEPT

Sorry Never Mind

Would help if I allow 8080 on my own personal fw.

Thanks anyway.

Kind Regards
Brent Clark


      reply	other threads:[~2006-02-20 11:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-20 11:25 8080 to 22 Brent Clark
2006-02-20 11:39 ` Brent Clark [this message]

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=43F9AA57.1030109@eccotours.co.za \
    --to=bclark@eccotours.co.za \
    --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.