Can IPSec (or any other VPN tunnel) hide your IP address while browsing?

1

Is there a VPN/tunnelling method which you can use to browse the web, but will also prevent somebody from seeing your IP address if they were sniffing the network?

I wasn't sure if the IP address always has to be visible, as the IP address is needed for delivery.

Darren

Posted 2012-01-09T21:17:35.967

Reputation: 11

what exactly do you mean? No one will be able to see what goes through your tunnel and where to (except the other end of the tunnel, aka proxy server), excepted naturally someone who sniffs after/on the proxy server. But in most cases one can detect that you are using a tunnel, and detect the ip adress which uses the tunnel. – joni – 2012-01-09T21:39:49.227

Answers

1

Your IP address will remain visible to anyone in the same network as you, because yes, it is needed for communication with the VPN server.

In most configurations, though, users in the same network will only see packets going from/to the VPN server, while the final destination will only see the VPN server's address. In other words, the VPN will hide where the packets go. With encryption, it also hides what you are sending, so in the end it does not really matter; after all, the same network probably has tens or hundreds of other users with similar IP addresses. Ditching the IP protocol completely would make you more suspicious.

      you                vpnserver              webserver
[10.142.257.16]    ↔    [8.613.50.9]    ↔    [193.419.61.11]

                   ▲
          other users here see
          only "you↔vpnserver"

user1686

Posted 2012-01-09T21:17:35.967

Reputation: 283 655

hey grawity, could the VPN server actually be on my client if i was using like a CISCO Client software, installed on my machine? – Darren – 2012-01-09T23:52:13.397

1@Darren: Unlikely. I mean, it's technically possible, but when it comes to VPNs it makes absolutely no sense for the client and server to be on the same PC. Besides, it is called "Cisco Client"; it connects somewhere else. – user1686 – 2012-01-09T23:56:28.913