Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to be able to use my web server as a Usenet 'proxy', how would I configure iptables to forward the packets correctly?

My Usenet client will connect to my web server and the web server would make the connection to usenet.

Thanks,

Luke.

share|improve this question
There is nothing special required on iptables's behalf with regards to userspace proxies like leafnode (for nntp) or squid (http, for comparison). – user611775 Mar 4 '11 at 15:38

1 Answer

I think what you really should be using is an ssh tunnel, not a proxy. It will do what you want (bounce traffic between your webserver when you want to connect to an nntp server) without installing any special software on your webserver. Iptables isn't really going to help you here.

http://www.rzg.mpg.de/networkservices/ssh-tunnelling-port-forwarding

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.