Suse firewall blocking vnc over ssh

I’ve setup vnc over ssh tunnelling however the Suse firewall seems to be blocking it. On the local host I have this in ~/.ssh/config:
LocalForward localhost:5900 remotehost.com:5900

The problem is that this only works when I either disable the firewall or add an exception for VNC. Both of these actions defeat the whole purpose of ssh tunnelling since they leave my VNC port open to the outside world (very insecure).

This worked fine in 11.2, anyone have any ideas?

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

Try localhost on both sides and see if it works. Also, doe sit work if
you do this from the command line when SSH-ing vs. in a config file?

Good luck.

On 09/08/2010 03:36 AM, tk83 wrote:
>
> I’ve setup vnc over ssh tunnelling however the Suse firewall seems to be
> blocking it. On the local host I have this in ~/.ssh/config:
> LocalForward localhost:5900 remotehost.com:5900
>
> The problem is that this only works when I either disable the firewall
> or add an exception for VNC. Both of these actions defeat the whole
> purpose of ssh tunnelling since they leave my VNC port open to the
> outside world (very insecure).
>
> This worked fine in 11.2, anyone have any ideas?
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJMh5aQAAoJEF+XTK08PnB5OzEP/2k9yak4zQjqwiPSNQjQf/wf
esJvyJad6fftWwALutqOFBCc3jHeicOdY1MVCfro4vYE1UhOa/GatFUCxHM930V8
NkF4yau74pK6IdevCWTyb6kG8Qa1cOe/F6ajuJ7IyzX81AZWsEEFwtlGb58KA5Qj
47x/iKbgXpzqDuoKKLBTGHtb4jfIWADkRUGP2673XYntbJffezxTR/itoG0W5q1o
+ZWCF3OvoHC38zl6PIvpTpwcEC52hn8nEBUjgFsJNBbOjyo0NAHHARvI5ZJtokh5
ORFMrX32rLtHiMIx+8oA8gmeGEk0Q9Wa6xNf8k8uG1HIpos6E7jtdbmd2ozxCf5U
AMT8jWC2eoRaALMgjOHWvcYnFdx2GdAaNWfFX12PiufcuQLWfT52ha7JymJqZcAL
ggZrX1+cmpu7s8Vw5F3VG8+Wd/0PkG5QY6RybTktCmnIQwbRHzkXbWwcqvVaZzRB
Xwd21kakHukatmYA+z459Cirw3RN6AWp0yvnGcSxENv/DpXDwfor1opp7NxRmFR5
pJgXbkFHWJC1WitzbPm/V+uO8EvphShInOMgkE+D/WLkcKBheMn4K2H8R4JNw7tT
Ryz5X1KTQfjf4ES8HTvpNiLTEzssSpoHckUQGnnbKHIIb1D4o68STkEL+OvPuQWU
qzddz44c8mod3HtaXO+m
=J26y
-----END PGP SIGNATURE-----

continued and solved here: SuSEfirewall blocking all connections tunnelled over ssh