-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thiago,

On 10/21/2011 1:37 PM, Thiago Moreira (timba) wrote:
> On my host machine I fired the tunneling with: ssh -v 
> -L10.226.2.212/8849/localhost/8849
> -L10.226.2.212/8850/localhost/8850 192.168.56.101

Is it possible that ssh is confused by your use of IPv6-style
forwarding syntax while using IPv4 addresses? Also, -L expects a space
between it and the forwarding specifier.

How about this:

ssh -L 10.226.2.212:8850:localhost:8850 \
    -L 10.226.2.212:8850:localhost:8850

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6h31QACgkQ9CaO5/Lv0PDNjQCeMLN901blBs4zDVUeZoCGQLVh
wlQAoJBV9nTl2fqRy5Bgv0YK57/Pa7m6
=bAqT
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to