ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] ssh tunnel and iptables combination
@ 2004-09-17 11:22 Maxim.Savrilov
  2004-09-20 18:55 ` Sergey Ivanov
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim.Savrilov @ 2004-09-17 11:22 UTC (permalink / raw)
  To: community

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Comm] ssh tunnel and iptables combination
  2004-09-17 11:22 [Comm] ssh tunnel and iptables combination Maxim.Savrilov
@ 2004-09-20 18:55 ` Sergey Ivanov
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Ivanov @ 2004-09-20 18:55 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

Maxim.Savrilov@socenter.ru wrote:

> Здравствуйте!
> 
> Поднял ssh туннель для порт 3389 через инет.
> С уделенного (я на него по ssh тоже захожу) компа говорю
> ssh -L 3389:firewall:3389 -l user firewall
Вот тут вместо firewall нужно писать IP адрес или имя виндузовского 
компьютера.
	Сергей

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 2551 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-20 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-17 11:22 [Comm] ssh tunnel and iptables combination Maxim.Savrilov
2004-09-20 18:55 ` Sergey Ivanov

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