From 3c63cc7c989dc461b2ffb9e4142dd3f3c781d6f9 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sat, 29 Nov 2008 05:36:29 +0000 Subject: [PATCH] I think mpd 4.x doesn't like "set pptp self 127.0.0.1" - removing this allows my iphone to connect to my pfsense box just like it does on 1.2.1 --- etc/inc/vpn.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 57702f1128..27dd62e2cf 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -1047,7 +1047,6 @@ pt{$i}: set pptp enable incoming set pptp disable originate set pptp disable windowing - set pptp self 127.0.0.1 EOD; }