Mercurial > hg > Blog
comparison content/Smartphone/pptp-vpn.md @ 0:4cd9b65e10e4
initial import of the pelican based blog
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 28 Jun 2013 08:48:58 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4cd9b65e10e4 |
---|---|
1 Title: PPTP VPN | |
2 Date: 2011-08-13 | |
3 Lang: en | |
4 | |
5 I'm a big fan of [OpenVPN](http://www.openvpn.net/) - I use it to tunnel traffic between my home net and the office. I also have an OpenVPN set with a customer site. Since I recently flushed an Android update and rooted the device at the same time I thought about installing OpenVPN on the Android. Searching for "openvpn" in the market comes up with a few search results but investigating a bit more into the use of OpenVPN on an Android is not very encouraging. | |
6 | |
7 So I had a look at a different approach: Android by default allows to create a VPN via PPTP. On the Gentoo forums someone already did an excellent [HOWTO on setting up a PPTP server](http://forums.gentoo.org/viewtopic-t-470858-start-0-postdays-0-postorder-asc-highlight-.html?sid=a5146c2e062b36474e6f1e1083e4acfa) on Gentoo. I tried it and it worked like a charm. The only little annoyance on the Android side is that the name server is lost as soon as I turn on the VPN. I need to dig deeper into the config to see if this is something that can be turned off in the pppd. | |
8 | |
9 As an added bonus, the PPTP setup also works with my wife's iPhone :-) |