Re: Port Forwarding -- Checking to be sure I understand it




There's a lot of convoluted stuff in your post, including
misunderstandings that I'm not going to unravel just now. I'll just
suggest:

- Your friend runs the VNC server on his computer.

- If his firewall does not allow outbound connections on the normal SSH
port, but you think he can use port 443, then you configure your SSH
server to listen on 443.

- He does: "ssh -R 590<x>:localhost:5900 -p 443 <your SSH server>"

- You point your VNC client (on the SSH server machine) to display
localhost:<x>.

--
Richard Silverman
res@xxxxxxxx

.



Relevant Pages

  • Re: Mac `owned in hacking competition
    ... the router's port forwarding rules. ... The firewall or a NAT router only stops connections initiated from ... ssh will let you set up forwarded ports in both ... You start an ssh session from the target machine (this is ...
    (uk.comp.sys.mac)
  • RE: ssh attempts
    ... Change the port to something different than port 22. ... Subject: Re: ssh attempts ... > forget the excellent iptables firewall you probably already have on ... >>> Computer Emergency Response Teams, ...
    (Security-Basics)
  • Re: Reverse Shell?
    ... >> behind a firewall so I can't ssh into their computer. ... > follow the tunnel back to their machine and then help them. ... Connections to that port will be forwarded through the ...
    (Debian-User)
  • Re: need help for setting SSH Server for Windows XP
    ... In my windows firewall proper ports are opened. ... Changing from port 22 to ports 80, 443 also doesn't give any results. ... static LAN IP of the server PC. ... It is *NOT* a valid test to call the SSH server PC from another ...
    (microsoft.public.windowsxp.work_remotely)
  • RE: Tunneling over ssh with termination by the FW
    ... I would use something like Putty (ssh client software) to open a secure ... tunnel with the firewall. ... If the firewall has the sshd running on port ...
    (SSH)