Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does a VPN client work under the hood?

I'm wondering how L2TP works internally to provide transparent IP connectivity. I understand that L2TP tunnels IP packets via UDP port 1721. However I don't see how this provides transparent access. For example let's say I have a VPN connection and my browser connects to google.com. It would normally make a TCP connection to google's IP address over port 80. However something has to intercept this request and route it through L2TP's mechanism.

like image 320
seand Avatar asked Aug 31 '11 17:08

seand


People also ask

How does a VPN client work?

Data is transmitted from your client machine to a point in your VPN network. The VPN point encrypts your data and sends it through the internet. Another point in your VPN network decrypts your data and sends it to the appropriate internet resource, such as a web server, an email server, or your company's intranet.

How does a VPN work internally?

How a VPN works. A VPN works by routing your device's internet connection through your chosen VPN's private server rather than your internet service provider (ISP) so that when your data is transmitted to the internet, it comes from the VPN rather than your computer.

Can you be tracked down with a VPN?

Can I be tracked if I use a VPN? No, your web traffic and IP can't be tracked anymore. However, if you use a poor quality VPN, you could still be tracked.


1 Answers

In the Security Now podcast they did a 4 part series VPNs is great detail. The best part is that there are transcripts online so you don't have to listen to the whole thing if you know what to search for. here's a link to the main page http://www.grc.com/vpn/vpn.htm

like image 54
Charlie Avatar answered Sep 27 '22 22:09

Charlie