10-03-04 10:55 PM
On Sun, 03 Oct 2004 16:14:23 +0200, Heiko wrote:
> luc wastiaux wrote:
>
>
> See if "netcat" (or "nc") is installed.
> The actual program is usually called "nc", and "netcat" being a symlink
> to it.
>
> $ nc -l -p 19368 | hexdump
>
> -l listen
> -p 19368 port number to listen on
>
> (see "man nc" or "man netcat")
Exactly the answer I was going to give, with the addition that this only
works on unprivileged ports. Otherwise you simply need root access.
As to forwarding to another machine, again netcat. If you need to make a
bi-directional pipe, some simple PERL is in order, stfw.
M4
--
Redundancy is a great way to introduce more single points of failure.
[ Post a follow-up to this message ]
|