From: Konstantin Astafjev <konstantin@astafjev.com>
To: "Ящик на гугле" <ua6atg@gmail.com>
Cc: gentoo-user-ru@lists.gentoo.org
Subject: [gentoo-user-ru] Re: [gentoo-user-ru] Перенаправление портов в телнете
Date: Thu, 9 Apr 2009 13:08:57 +0300 [thread overview]
Message-ID: <12110251155.20090409130857@astafjev.com> (raw)
In-Reply-To: <17515030672.20090409135149@gmail.com>
Hello Ящик,
Thursday, April 9, 2009, 12:51:49, you wrote:
> Есть некая программа на Perl.
> Отвечает по телнету:
> пример: telnet://62.109.9.76:7300
> а надо чтобы отвечало на стандартном порту 23
> telnet://62.109.9.76
> В самой программе это сделать нельзя.
Если подходит на уровне firewall, то возможно поможет:
iptables -t nat -A PREROUTING -d 62.109.9.76 -p tcp --dport 7300 -j DNAT --to 62.109.9.76:23
--
Konstantin Astafjev
next prev parent reply other threads:[~2009-04-09 10:08 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-07 23:00 [gentoo-user-ru] тормоза Alex Efros
2009-04-08 4:10 ` Anton Kvashin
2009-04-08 4:42 ` Alex Efros
2009-04-08 6:31 ` [gentoo-user-ru] " Edward Hades
2009-04-09 9:51 ` [gentoo-user-ru] Перенаправление портов в телнете Ящик на гугле
2009-04-09 9:59 ` [gentoo-user-ru] " Илья Красильников
2009-04-09 10:09 ` [gentoo-user-ru] " Игорь
2009-04-09 10:17 ` [gentoo-user-ru] " Илья Красильников
2009-04-09 10:05 ` Edward Hades
2009-04-09 10:06 ` Edward Hades
2009-04-11 15:40 ` [gentoo-user-ru] " Sergej Beresteckij
2009-04-11 16:34 ` [gentoo-user-ru] " Edward Hades
2009-04-12 11:36 ` [gentoo-user-ru] " Ящик на гугле
2009-04-09 10:08 ` Konstantin Astafjev [this message]
2009-04-08 4:16 ` [gentoo-user-ru] тормоза Alex Efros
2009-04-08 4:40 ` Alex Efros
2009-04-08 19:31 ` Alex Efros
2009-04-11 20:30 ` [gentoo-user-ru] " Михаил Молчанов
2009-04-08 6:29 ` spirit
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=12110251155.20090409130857@astafjev.com \
--to=konstantin@astafjev.com \
--cc=gentoo-user-ru@lists.gentoo.org \
--cc=ua6atg@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox