S
S
sn00p2013-04-15 07:41:18
linux
sn00p, 2013-04-15 07:41:18

Local socket - network socket using external linux utility?

I remember I met a utility that took someone else's local socket and made it a network socket, address: port. Now I can't find it.
What are the tools for such functionality, please tell me?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Slipeer, 2013-04-15
@sn00p

Or socat :

socat TCP-LISTEN:1234,reuseaddr,fork UNIX-CLIENT:/tmp/localsocket

Or netcat :
nc -lk 1234 | nc -U /tmp/localsocket

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question