public inbox for gentoo-user-ru@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ящик на гугле" <ua6atg@gmail.com>
To: Edward Hades <gentoo-user-ru@lists.gentoo.org>
Subject: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Перенаправление портов в телнете
Date: Sun, 12 Apr 2009 15:36:23 +0400	[thread overview]
Message-ID: <12213106031.20090412153623@gmail.com> (raw)
In-Reply-To: <1237d2d70904110934w2eac8c2gb0595a66d17905a2@mail.gmail.com>

Здравствуйте, Edward.

Вы писали 11 апреля 2009 г., 20:34:25:

За идею спасибо, у меня получилось, только вот реализация иная.
Также использован   xinetd
Но файл другой
service my
  {
       type                    = UNLISTED
       flags                   = REUSE
       socket_type             = stream
       wait                    = no
       server                  = /bin/false
       protocol                = tcp
       interface               = 192.168.0.1
       port                    = 80
       user                    = nobody
       disable                 = no
       redirect                = 192.168.0.10 80
       log_type                = FILE /var/log/redirect.log
       log_on_success          += HOST DURATION USERID TRAFFIC USERID
       log_on_failure          = HOST ATTEMPT USERID
       only_from               = 192.168.0.0/24
  }

  IP и порт не мои, но это не столь важно.
  Далее делаем:  sudo
                      killall -HUP xinetd

                      и все работает.

                      Возможно несколько тупо (Я понимаю, iptables
                      несколько эстетичней) НО РАБОТАЕТ.
  

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

> Ставим inetd (я использовал , конфиги соответственно для него;
> если у тебя классический 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

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




-- 
С уважением,
 Ящик                          mailto:ua6atg@gmail.com




  reply	other threads:[~2009-04-12 11:36 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               ` Ящик на гугле [this message]
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=12213106031.20090412153623@gmail.com \
    --to=ua6atg@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