[Vortex] Telnet & SSH connections

"Robert M. Münch" robert.muench at robertmuench.de
Sat Apr 9 23:55:43 CEST 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA384

Hi, I have a strange problem with a quite complex setup. Here is the setup:

1. I have a BEEP listening server running on remote.com in a VM listening on 192.168.22.100:44000
2. The VM uses NAT network setup. The NAT router is 192.168.22.1
3. There is a port forwarding configured from 192.168.22.1:44000 to 192.168.22.100:44000 so the beep server can be reached.
4. I have a further system mycomputer.com I work on.

Depending on what I do I can reach the BEEP server or not. These are the different approaches:

1. telnet 192.168.22.1 44000 from remote.com: This should connect to the beep server. I get a connection but the beep server doesn't recognize it as a connection.

	s1:~ developer$ telnet 192.168.22.1 44000
	Trying 192.168.22.1...
	Connected to 192.168.22.1.
	Escape character is '^]'.

After a couple of seconds the telnet connection is closed.

2. ssh -L 44000:192.168.22.1:44000 me at remote.com from mycomputer.com: This setup a SSH port forwarding from mycomputer.com:44000 via remote.com:22 to 192.168.22.1:44000

The ssh command ends in that I have a prompt for user me on remote.com. When I now use: telnet localhost 44000 (all run from me at remote.com) I get a connection and the BEEP server recognizes it.

3. Still having the SSH port forwarding from 2. up & running I now try to use: telnet localhost 44000 from mycomputer.com, which should be tunneled through SSH and forwarded to 192.168.22.1:44000 I get the same result as from 1.

I'm wondering why the BEEP server recognizes one connection via telnet but the others not? IMO all attempts should be forwarded to 192.168.22.100:44000 where the BEEP server is running.

Do you have any idea? Or how I can track this down?

- --
Robert M. Münch
http://www.robertmuench.de



-----BEGIN PGP SIGNATURE-----
Version: PGP Desktop 10.1.1 (Build 10)
Charset: iso-8859-1

wsBVAwUBTaDV5HSQa/BbHGLwAQnKQAf9FgCt6Yiq0c6lKf4LhOGC6xO538Y+Gs7p
Lp1lmgFbayAvp7fvz0u4PqtEoTckB6LTFT/5SYx4xTSWzx+wdKGuzn1SJVEZggeX
om5kX08AKhUxZE/Nqv+bGZc7TqI3v4xKYU6NxYWvN8i8Jju81mB5mNF3swBWhC+s
UNQ2VSahr3EiQ4sNKxoAmgZUBScd9ZZaeZUshnivuAW2OS6yq76RXHZuZIwxsAz0
lPXMVMTM4hh+tAEQEU+8Ls5MAzHklcOycNTUNHyvGEW0oBm+idDDWeDz1zY/Vq8n
IjP6tyvei5kikUsdtG/PNv8p/ym6Ku5NfgoceDAdsPljug1Oh+lazQ==
=FL8n
-----END PGP SIGNATURE-----


More information about the Vortex mailing list