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
- Next message: Richard Amuzu: "Re: kerio or psygate"
- Previous message: Ed Meloan: "Re: Kerio PFW Rule to allow Norton AntiVirus Updates"
- In reply to: Paul Adams: "Is there an SSH client which will tunnel ALL ports (TCP & UDP)?"
- Next in thread: Paul Adams: "Re: Is there an SSH client which will tunnel ALL ports (TCP & UDP)?"
- Reply: Paul Adams: "Re: Is there an SSH client which will tunnel ALL ports (TCP & UDP)?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Richard Amuzu: "Re: kerio or psygate"
- Previous message: Ed Meloan: "Re: Kerio PFW Rule to allow Norton AntiVirus Updates"
- In reply to: Paul Adams: "Is there an SSH client which will tunnel ALL ports (TCP & UDP)?"
- Next in thread: Paul Adams: "Re: Is there an SSH client which will tunnel ALL ports (TCP & UDP)?"
- Reply: Paul Adams: "Re: Is there an SSH client which will tunnel ALL ports (TCP & UDP)?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|