...would be nice
Type: Posts; User: _cato_; Keyword(s):
...would be nice
OK - so seeing how nobodys answered this I think I may have found an answer taken from stearns .org website
mknod backpipe p
nc -l -p 80 0<backpipe | tee -a inflow | nc localhost 81 | tee -a...
I've been having a look at port redirection with netcat and am having some problem getting duplex communication accross the link. What I have so far done is outlined below:
source box nc -nvv...