Point-To-Point Tunnelling Protocol is an insecure, obsolete networking protocol which exposes a layer 2 tunnel. It uses a TCP connection for control communications and a GRE tunnel for the actual data. It was historically used to create VPNs.
Questions tagged [pptp]
341 questions
4
votes
4 answers
How can I force all internet traffic over a PPTP VPN but still allow local lan access?
I have a server running Linux Mint 12 that I want to keep connected to a PPTP VPN all the time. The VPN server is pretty reliable, but it drops on occasion so I just want to make it so all internet activity is disabled if the VPN connection is…

user126715
- 163
- 1
- 1
- 4
4
votes
3 answers
How can I ensure home VPN users don't save connection password?
We are using a PPTP VPN, on Windows RAS/Server 2003.
We have users verify anti-virus patching, and then after verification grant access to the VPN. We don't use a CMAK applet, we just provide users with instructions on configuring their home device…

Quinten
- 1,076
- 1
- 11
- 25
4
votes
2 answers
ProCurve 1800 switch issue
I recently deployed ProCurve 1800-24G switches in place of some older ProCurve 2424M switches in my network. However, I'm having a serious problem with the switch connected to the router. It seems, every night when our Windows 2008 R2 server (off…

user98651
- 95
- 1
- 2
- 11
4
votes
2 answers
PFSense 2.0 RC 3 - Routing problem with PPTP VPN
I have configured a PPTP VPN on my PFSense 2.0 RC3 router. The internet traffic comes to my modem (10.0.0.0/24) and then through my router (192.168.100.0/24).
My PPTP subnet is 192.168.101.0/24. I am able to connect to it from my IPad but then,…

Steve
- 41
- 1
- 2
4
votes
3 answers
Is a PPTP VPN too insecure to consider using?
I need to set up a VPN for our small office. There will only be one person using it, and they will be transmitting private financial information in many cases.
I know that PPTP has a number of security vulnerabilities, but are any of them critical…

DWilliams
- 953
- 2
- 20
- 29
4
votes
2 answers
PPTP VPN Problem
I am using Debian OS with pptpd. My clients (both Windows and Mac) cannot complete the connection.
The following shows in syslog:
Jun 2 12:52:37 vpn pptpd[891]: MGR: Maximum of 6 connections available
Jun 2 12:52:48 vpn pptpd[892]: MGR: Launching…

Bigmyx
- 97
- 1
- 1
- 9
4
votes
3 answers
What is difference between L2TP and PPTP?
I need a high performance VPN server, who can tell me the difference between L2TP and PPTP ?

larry
- 4,037
- 9
- 36
- 42
4
votes
2 answers
Mac OS X PPTP VPN issue ping: sendto: No buffer space available
The VPN connects successfully but after some time the connection is unusable (VPN is used as primary gateway). Ping would reveal:
ping: sendto: No buffer space available
This looks like the same issue discussed here:…

f01
- 406
- 1
- 4
- 9
4
votes
2 answers
PPTP/GRE Multi-forwarding NAT IPTables Example
Google is showing me some returns on PPTP/GRE NAT through iptables/netfilter that will allow multiple connections.
However, I am not finding an example of using this pptp helper module that allows for this. Anyone done this before?

Kyle Brandt
- 83,619
- 74
- 305
- 448
4
votes
2 answers
Linux PPTP VPN server using local account passwords?
Is there a way to configure the PPTP server under Ubuntu 10.04 to allow users to log in with their username/password from the local machine (the Ubuntu server, that is, not where they are connecting from)? I don't want to have to add a new username…

bck
- 41
- 2
3
votes
2 answers
Windows pptp VPN at startup
I'd like to connect windows pptp client at startup.
Is it possible?
because I need a vpn link between two windows server and so (because it's a server) I don't want to let a logged user to the system....
Even if you have a comment on what I want to…

Dragouf
- 251
- 5
- 13
3
votes
1 answer
No ping on IPSec tunnel with Strongswan
I have the following situation.
The home network is on 192.168.1.0/24 and uses a Zyxel USG50 which is able to handle IPSec tunnels.
The remote VPS runs Ubuntu 16.04 and hosts a PPTP server (10.0.0.1) which assigns addresses 10.0.0.100-200 to the…

Michele Scuttari
- 61
- 2
- 10
3
votes
1 answer
VPN error 619 - "A connection to the remote computer could not be established."
Have been trying to get this PPTP VPN working on a CentOS 6 x64 VPS for a few days but im getting:
"Error 619 - A connection to the remote computer could not be established."
I did research on Google and most of the time it was due to routers not…

phantoms
- 41
- 1
- 2
3
votes
1 answer
Error with a vpn client (PPTP protocole) over ssh
I have some errors when I use PPTP over ssh :
sudo ssh -L 1723:127.0.0.1:1723 vpn-server@$192.168.1.1
192.168.1.1 is the vpn server ip.
When I start pppd (client) whith the following command :
sudo pppd call tun nomagic logfd 2 nodetach debug…

Benjamin
- 33
- 2
3
votes
1 answer
PPTP disconnects when peers disconnect
Just setup a Ubuntu 13.10 on a server, and configured PPTP VPN. Everything works just fine, until another peer disconnects his VPN connection.
I was able to consistently simulate this by connecting my iPhone to the VPN, and whenever I disconnect…

Thilak Rao
- 133
- 1
- 4