Hello, I've got a quick question: I want to make a proxy that works back and forth, so I can connect to the port on my linux system and have a tunnel of sorts. I see something like: $ nc -l -p 12345 | nc www.google.com 80 | nc -l -p 12346 but that means that I have to connect to two connections to send and receive data. Is there a better way to do this? Thanks, Tyler Littlefield Web: tysdomain.com email: tyler at tysdomain.com My programs don't have bugs, they're called randomly added features.