How to install an anonymous proxy in Ubuntu 9.10 server which listens on every public network ethernet interfaces?

I have other service like Nginx, MySQL running on that server so I hope the proxy server wont conflict with them.

EDIT

I just wanted to browse web pages via the proxy I setup on my server while hide my origining ip addresses. It's not for public use but i connect to the proxy from my home computer, etc.

Anonymous mean it does not carry a "HTTP_FORWARDED_FOR" field in HTTP request header.

link|improve this question

What exactly do you mean by anonymous, and are the people you want to serve on your local network or coming from the outside. – Zoredache Mar 13 '10 at 19:38
feedback

2 Answers

up vote 1 down vote accepted

You want Squid. There should be an Ubuntu package for it, and it's not hard to set up. You can configure it to not send headers with your original IP.

link|improve this answer
feedback

it is nothing do with mysql as well nginx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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