Bill Shannon <[EMAIL PROTECTED]> writes:
> Anyone know if it's possible to use stunnel without the "s" part?
> That is, I just want a tunnel, no SSL.  Can I configure stunnel to
> just tunnel traffic on port X to a remote machine's port X, without
> injecting SSL?

Sounds like you want netcat (nc(1))[1] or (my preference) socat[2]

socat TCP-LISTEN:1234,reuseaddr,fork TCP:otherbox:2345

HTH,

Boyd

[1] Not sure when it went into SXCE, but it wasn't all that long ago
[2] http://www.dest-unreach.org/socat
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to