Talz
Cadet
- Joined
 - Apr 25, 2016
 
- Messages
 - 8
 
Goal is to listen on my FreeNAS box to 5999 for a "remote" port forward from a client and tunnel it back to said client.  When I connect from the client with:
... I can see various message about it succeeding
However if I check on FreeNAS...
I don't see my port listed. Also (of course) my forward is not working.
I have the "Allow TCP port forwarding" box checked and tried adding "GatewayPorts yes" under extra options. Also of note is that all sorts of "local" forwards work fine. (Poor man's VPN I have setup here.)
Ideas?
	
		
			
		
		
	
			
			ssh -v -R 5999:localhost:5900 (other auth stuff)... I can see various message about it succeeding
debug1: Remote connections from LOCALHOST:5999 forwarded to local address localh                                                                                                                                                             ost:5900
debug1: Remote: Forwarding listen address "localhost" overridden by server Gatew                                                                                                                                                             ayPorts
debug1: remote forward success for: listen 5999, connect localhost:5900
debug1: All remote forwarding requests processedHowever if I check on FreeNAS...
netstat -a | grep 5999
netstat -a | grep LISTENI don't see my port listed. Also (of course) my forward is not working.
I have the "Allow TCP port forwarding" box checked and tried adding "GatewayPorts yes" under extra options. Also of note is that all sorts of "local" forwards work fine. (Poor man's VPN I have setup here.)
Ideas?