public inbox for gentoo-user-ru@lists.gentoo.org
 help / color / mirror / Atom feed
From: Edward Hades <edward.hades@gmail.com>
To: gentoo-user-ru@lists.gentoo.org
Subject: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Перенаправление портов в телнете
Date: Sat, 11 Apr 2009 20:34:25 +0400	[thread overview]
Message-ID: <1237d2d70904110934w2eac8c2gb0595a66d17905a2@mail.gmail.com> (raw)
In-Reply-To: <45f5309b0904110840n32bc38bajb0eff009ade77d8d@mail.gmail.com>

2009/4/11 Sergej Beresteckij <ua6atg@gmail.com>:
> А нельзя ли Все таки чуть поподробней о "быстром и неправильном" способе?

Ставим inetd (я использовал xinetd, конфиги соответственно для него;
если у тебя классический inetd или какая-то другая реализация,
придётся их поправить).
Ставим netcat.

Пишем в /etc/xinetd.d/telnet:

service telnet
{
        socket_type             = stream
        wait                    = no
        user                    = nobody
        server                  = /usr/bin/nc
        server_args             = -q 0 localhost 7300
}

(я предполагаю, что действие происходит на той же машине, где слушает
сервер, в противном случае следует соответственно изменить localhost).
Для более новых версий netcat может потребоваться заменить "-q 0" на "-c".
Кроме того, в /etc/xinetd.conf должна быть строка includedir
/etc/xinetd.d (у меня есть, не знаю как там в ваших дебианах).

Запускаем xinetd или (если он уже запущен) посылаем ему SIGHUP: sudo
killall -HUP xinetd

Я проверял -- у меня работает.

-- 
Edward "Hades" Toroshchin,
Aides on irc.freenode.org

  reply	other threads:[~2009-04-11 16:34 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             ` Edward Hades [this message]
2009-04-12 11:36               ` [gentoo-user-ru] Re: [gentoo-user-ru] " Ящик на гугле
2009-04-09 10:08         ` Konstantin Astafjev
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=1237d2d70904110934w2eac8c2gb0595a66d17905a2@mail.gmail.com \
    --to=edward.hades@gmail.com \
    --cc=gentoo-user-ru@lists.gentoo.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