PDA

View Full Version : [ubuntu] setting up proxy



adamogardner
July 14th, 2008, 02:52 PM
system>preferences>network_proxy I'm going to select "auto configuration" and so I'm going to input the "autoconfiguration url." but what is that? is that the url of the proxy server I want to use or what?

Vivaldi Gloria
July 14th, 2008, 05:09 PM
system>preferences>network_proxy I'm going to select "auto configuration" and so I'm going to input the "autoconfiguration url." but what is that? is that the url of the proxy server I want to use or what?

No, you need to fill the above parts for proxy settings. So find out the adresses and the ports that the proxy you want to connect use and fill them in.

Some proxies actually have "auto configuration" adress which passes on all the adress & port info automatically and this saves you from entering them manually. But hardly any of them have one.

sayakb
July 14th, 2008, 05:12 PM
Google for IP addresses of proxy servers. I have some names, but I'm not too sure whether I should post it here. You have to enter the IP address and port of the proxy server.

adamogardner
August 8th, 2008, 03:06 PM
when choosing a proxie, how do I avoid a honeypot, or other ineffective proxy?
I need a role model or two to emulate during questions like this. Are there any computer superstars that everyone admires? What do they use?

mssever
August 9th, 2008, 01:22 AM
when choosing a proxie, how do I avoid a honeypot, or other ineffective proxy?
I need a role model or two to emulate during questions like this. Are there any computer superstars that everyone admires? What do they use?
Many people use squid.
sudo aptitude install squid tinyproxy is another option if your needs are basic.

adamogardner
August 9th, 2008, 04:37 AM
Many people use squid.
sudo aptitude install squid tinyproxy is another option if your needs are basic.

doesn't a proxy serve as an agent of anonymity? how can it work if I install it? isn't it a server somewhere?

hansdown
August 9th, 2008, 05:30 AM
This tread may help. http://ubuntuforums.org/showthread.php?t=884388

mssever
August 9th, 2008, 05:37 AM
doesn't a proxy serve as an agent of anonymity?
Some can, to an extent. Of course, the proxy has to know your IP. But there are many uses for proxies. You can use them on your network for caching, to speed up browsing. You can use them for filtering. You can use a reverse proxy to present multiple machines to the world seamlessly as a single machine.

If you ask for a proxy without specifying what you want to do with it, it's reasonable to assume that you want to set up a proxy to use on your machine or network for some purpose, not that you're looking for some pre-existing proxy server.

adamogardner
August 9th, 2008, 01:42 PM
.If you ask for a proxy without specifying what you want to do with it, it's reasonable to assume that you want to set up a proxy to use on your machine or network for some purpose, not that you're looking for some pre-existing proxy server.

Oh well to be quite clear, I just want to hide my IP address and never need to think about it again. Those other uses you described sound interesting but out of my realm of operations right now.