A Proxy IP is?
a proxy ip is.. well for me its i connect thru the internet under someone elses computer. that person computer is set up for the sole purpose of being a proxy. then when im browsing the web their ip is tracked and not mine. making it secure for me to browse the web.
there are 2 types of proxys one is a web proxy where u find a site put it in the adress bar and change the settings.
another is a manual proxy where u change the settings of ur security for instance in firefox you can asign urself to be behind a proxy. its just a safe way of doing things and no it doesnt change ur ip around at all.
A "proxy IP" is just the IP address for a proxy server. You don't get a proxy IP like you get a dynamic or static IP address. You would find a working proxy server, get it's IP address and open port, and connect your computer to it. Look at it like this:
You —> Proxy Server —> Internet
There are 3 kinds of proxies:
Transparent - Used for 'easy browsing' free from adware, spyware, or simply just a cache. Offers zero anonymity. Your actual IP address is sent with the proxy to the website, so you're not hidden.
Anonymous - This is a proxy that DOESN'T carry your original IP address around to the websites you visit, but it DOES tell the other sites that you are using a proxy. Offer some anonymity.
High Anonymous - aka 'Elite'; These proxies are what you want. They don't carry your original IP address with them AND they don't let others know that you are using a proxy. Offer good anonymity.
So why would you want to use a proxy? Say you're hacking a website. If the webmaster is smart, he'd check his logs and (unless you cleared all the logs) there listed is the IP address of who was connecting to him that did the hacking. If you weren't using a proxy, you're screwed. He's just traced you like that. If you used a proxy, he'd trace the IP address to a computer that could possibly be in a foreign country. Then he'd have to get some kind of legal warrant to see the proxy logs which would show your home IP address.
Understand?
Frozen Flame wrote: a proxy ip is.. well for me its i connect thru the internet under someone elses computer. that person computer is set up for the sole purpose of being a proxy. then when im browsing the web their ip is tracked and not mine. making it secure for me to browse the web.
there are 2 types of proxys one is a web proxy where u find a site put it in the adress bar and change the settings.
another is a manual proxy where u change the settings of ur security for instance in firefox you can asign urself to be behind a proxy. its just a safe way of doing things and no it doesnt change ur ip around at all.
How do I set up a Proxy IP from Firefox?
Cynoxx_ wrote: Oh yeah gotta love that Tor & Privoxy combo + that firefox plugin that switches ure Proxy! But how can I put a proxy on my whole computer ( some proggies that i would like to use a proxy on ).
Okay, lets say you wanna proxy an SSH connection to 192.168.1.100. You'd open up a shell and type:
$ torify ssh -vv -l root 192.168.1.100
Of course, you replace the options i gave with whats needed.
Or, to say that simpler, just type torify and then the commands you wish to proxy (BTW, run tor before you try to use torify) ;)