From: Maxim.Savrilov@socenter.ru To: community@altlinux.ru Subject: [Comm] ssh tunnel and iptables combination Date: Fri, 17 Sep 2004 18:22:55 +0700 Message-ID: <20040917182255.5ae471ca.Maxim.Savrilov@socenter.ru> (raw) [-- Attachment #1: Type: text/plain, Size: 1688 bytes --] Здравствуйте! Поднял ssh туннель для порт 3389 через инет. С уделенного (я на него по ssh тоже захожу) компа говорю ssh -L 3389:firewall:3389 -l user firewall потом там же во второй консоли rdesktop 127.0.0.1 и молчание на консоли, с которой делал туннель, такие сообщения channel 2: open failed: connect failed: Connection refused channel 2: open failed: connect failed: Connection refused channel 2: open failed: connect failed: Connection refused на firewall вижу # tcpdump -i lo -n port 3389 tcpdump: listening on lo 18:09:37.834235 ip_addr.58814 > ip_addr.3389: S 2017681863:2017681863(0) win 32767 <mss 16396,nop,nop,sackOK,nop,wscale 0> (DF) 18:09:37.834262 ip_addr.3389 > ip_addr.58814: R 0:0(0) ack 2017681864 win 0 (DF) 18:14:36.819518 ip_addr.58820 > ip_addr.3389: S 2342201453:2342201453(0) win 32767 <mss 16396,nop,nop,sackOK,nop,wscale 0> (DF) 18:14:36.819545 ip_addr.3389 > ip_addr.58820: R 0:0(0) ack 2342201454 win 0 (DF) где ip_addr - _внешний_ адрес файрволла. Проблема в том, что на нем конечно нет такого сервиса, и теперь требуется пробросить этот порт с него в локальную сетку. Попробовал так iptables -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to-destination 192.168.0.7 молчание, и счетчики не увеличиваются Может lo интерфейс не участвует в этих цепочках? Как сделать, чтобы по $telnet localhost 3389 на файрволле я на самом деле подсоединялся к 192.168.0.7 ? Спасибо. -- Linuxоиды больше всего не любят Windowsятников. BSDшники, напротив, не любят Linuxоидов. На основании этого можно заключить, что Windowsятники не любят BSDшников, но это не верно - Windowsяники больше всего не любят Microsoft. [-- Attachment #2: Type: application/pgp-signature, Size: 307 bytes --]
next reply other threads:[~2004-09-17 11:22 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-09-17 11:22 Maxim.Savrilov [this message] 2004-09-20 18:55 ` Sergey Ivanov
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=20040917182255.5ae471ca.Maxim.Savrilov@socenter.ru \ --to=maxim.savrilov@socenter.ru \ --cc=community@altlinux.ru \ /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
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git