Re: Is there an SSH client which will tunnel ALL ports (TCP & UDP)?

From: those who know me have no need of my name (not-a-real-address@usa.net)
Date: 07/01/02


From: those who know me have no need of my name <not-a-real-address@usa.net>
Date: 01 Jul 2002 02:26:52 GMT

in comp.security.firewalls i read:

>Is there any SSH client which, on running and connecting to an SSH
>server, will actually tunnel ANY traffic bound out of the client
>through the SSH connection?

no, and it's not even possible the way that sshd's are currently written,
e.g., port 22 can't be tunneled because the other end-point already has it
open. (your end might too.)

it's time for you to move beyond ssh, to a vpn. perhaps ipsec is available
for both ends. since you are posting to a firewall group i'll assume that
you have such a thing (at both ends?), and say that the documentation for
it/them is the right place to start.

>>From what I've read, UDP cannot normally be tunnelled through SSH, though?

it could, but nobody has written any code to handle it, except for x11.
the trickiest part is that since the ssh tunnel is, in effect, a nat you
will probably also need code to handle upper level protocol messages which
have lower level protocol data embedded.

>And I can't find any client which will intercept *outbound* traffic
>and route it through an SSH tunnel.

that's because that's not what ssh was designed to handle.

-- 
bringing you boring signatures for 17 years



Relevant Pages

  • Re: What is The SSH?
    ... Building and Using SSH Tunnels ... What is an SSH tunnel? ... how to use it to make a connection to a server. ... You will need a working SSH client and server installation to build and test ...
    (microsoft.public.windows.server.networking)
  • Re: "reverse" SOCKS with Putty
    ... I wish to make a tunnel in order to "forward" the LAN to my home ... there are no SSH servers on the network used to play at school. ... by the server to unilaterally set up forwarded connections, ... tunnels for your application in your SSH client. ...
    (comp.security.ssh)
  • RE: HOWTO Ping LAN???
    ... SSH to the box, and tunnel to other internal machines ... > network is by tunneling. ...
    (freebsd-questions)
  • SSH TCP forwarding: works with v1, not with v2 ssh
    ... that they're setting up the tunnels with no problem, ... I can get to the work ssh daemon: ... debug1: Connections to remote port 65002 forwarded to local address palimpsest:22 ... something answers (if I get "connection refused" there's no listener); ...
    (FreeBSD-Security)
  • Re: Help with VNC Please....
    ... I don't use VNC through a SSH tunnel but I have used Remote Desktop through a SSH tunnel in the past. ... Al Jarvi (MS-MVP Windows Networking) ...
    (microsoft.public.windowsxp.work_remotely)