I've been trying to do this for some time. I have installed Hamachi and used in correlation with privoxy. This is all well and good except I'd like to accomplish this without the use of a proxy service since it dramatically slows my connection and is not very secure. I only have one computer in my network. Is it possible to hide my ip with SSH in Win7 or somehow make my Hamachi address the one websites will see?
3 Answers
Depending on the protocol, you may be able to modify a string or similar to change the IP, however, this is highly unlikely it will work everywhere and if there is any sort of firewall/monitoring software used at the target, they will most likely be able to see the originating IP anyway.
You are basically saying, I want to connect to a target. Connecting will always say where you are as a target needs a way to pass the information back to you - originating information is part of a data packet. The only way to connect and to pass a different address is to connect from a different place and this is a proxy.
If your connection was very slow, perhaps consider using a VPN/Proxy from somewhere with a faster upload speed.
- 117,648
A proxy is necessary because you let the proxy know your real IP, and the proxy fetches pages on your behalf.
If the Internet doesn't know your IP, how can they send you any data?
- 777
Privoxy seems to be more of a firewall or content filtering service. You are looking for an onion router. An onion router will act as your proxy and should not release your ip address unless the system is somehow compromised.
You do need a proxy service because the Internet Protocol needs to know where to send the traffic: your IP address. If you use a proxy, the proxy will act as your agent and send you the traffic it receives on your behalf. But the proxy must know where to send it to, so the proxy will need to know your ip address. Tor is one of the more popular proxy services people use for privacy (I'm told - never used it myself). You can get better throughput if you pay for a proxy instead of using a free one.
- 2,737