diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/content/Smartphone/pptp-vpn.md	Fri Jun 28 08:48:58 2013 +0200
@@ -0,0 +1,9 @@
+Title: PPTP VPN
+Date: 2011-08-13
+Lang: en
+
+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.
+
+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.
+
+As an added bonus, the PPTP setup also works with my wife's iPhone :-)