The Point-to-Point Tunneling Protocol (PPTP) is a method for implementing virtual private networks. PPTP uses a control channel over TCP and a GRE tunnel operating to encapsulate PPP packets.
Questions tagged [pptp]
88 questions
0
votes
1 answer
Access web service running on VPN server
I have an ubuntu 12.04 server running pptpd and my own web service that listens locally on port 5000. If I make a vpn connection, how can I access the web service?
The idea being that I only want people with a vpn connection to be able to access…

postelrich
- 3,274
- 5
- 38
- 65
0
votes
1 answer
VPN PPTP Limitations with Azure Virtual Machines
We're evaluating Azure Virtual Machines for a data warehousing project and have found that it doesn't support PPTP VPN connecting from the VM to an on-premise network.
We need to connect to an on-premise source SQL server that's behind an older…

zaunere
- 11
- 1
- 2
0
votes
1 answer
Automatic VPN Creation (Preferrably with VBScript)
I'm looking for a way to create a VPN connection automatically.
The connection should requires a Smartcard, use PPTP and disable using the remote default gateway.
So far all I could find was CMAK (Which does works but forces sort of a welcome window…

Jonathan Shalem
- 23
- 1
- 7
-1
votes
1 answer
PPTP access to lan network
I have a VPN on the ubuntu server. I connect fine but I cannot access the lan network.
Local network: 192.168.2.0/200
VPN: 192.168.3.100/200
I need to access to next address to 192.168.2.55
I try to change iptables -I FORWARD and always show me the…
-1
votes
1 answer
couldn't access internet resource even if successfully connect to pptp vpn
I hire host which locate Tokyo as my vps server, and I follow this article to install pptp server
article about install pptp from digital ocean
and my vps ip >>> 107.191.60.187
in addtion, I install ufw and allow pptpd's port by this way
ufw allow…

L.Jovi
- 1,631
- 4
- 22
- 36
-1
votes
1 answer
Can a website detect which method you are using to connect (LL2P, SSTP and PPTP)
When you connect to a website using a VPN with the same IP however using a different type of connection each time (LL2P, SSTP and PPTP) can the website detect the difference between these connection.
For example lets say you connect using an SSTP…

programming
- 21
- 3
-1
votes
1 answer
My ios device could not connect to my pptpd
Here is the log of pptpd
pptpd-logwtmp: $Version$
using channel 114
Using interface ppp0
Connect: ppp0 <--> /dev/pts/2
sent [LCP ConfReq id=0x1 ]
rcvd [LCP ConfReq id=0x1

yangz
- 1
-1
votes
1 answer
Setup PPTP to access home network transparently
Setup PPTP to access home network transparently
I have Raspberry Pi box connected to home WiFi-router and running pptpd. The local addresses is 192.168.1.32 (eth0) and 192.168.2.1 (ppp0) and local name raspberry.local.
I have iMac connected to the…

ofstudio
- 747
- 1
- 6
- 16
-1
votes
1 answer
L2TP / PPTP server with multi external IP
I have a Debian VPS with 2 IP addresses : example 1.1.1.1 and 2.2.2.2
I've already setup a PPTP service and a L2TP service that work great.
When a VPN client connect to the VPS (IP 1.1.1.1) : his public IP address is 1.1.1.1
But the issue is that…

dev2lead
- 83
- 2
- 5
-2
votes
2 answers
How to restrict the access IP of VPN users
I configured a VPN server(PPTP), and it works well. However, I just want people having IPs of specific address range can access to this server. So, what could I do to control or restrict the access IP address?

Tong
- 83
- 5
-2
votes
1 answer
linux PPTP server relay
I want to create a VPS both has PPTP server and client, and this VPS is used as a relay.
There are two server: VPS1 and VPS2, both install PPTPD, and VPS1 install pptp client.
I want have this:
user ---- PPTP ----> VPS1 ----- PPTP ----> VPS2
user…

linjunhalida
- 4,538
- 6
- 44
- 64
-2
votes
1 answer
PPTP server on archlinux, KVM VPS, client never received packages
I'm trying to set up PPTP server on KVM VPS of DigitalOcean. My configurations are following.
/etc/iptables/iptables.rules:
*nat
-A POSTROUTING -o eth0 -j MASQUERADE
COMMIT
/etc/pptpd.conf (the localip is server IP, 45.55.20.125 or 104.236.158.120…

scturtle
- 17
- 1
- 3
-4
votes
1 answer
Block outgoing traffic for PPTP clients
I have PPTP server that is installed within Ubuntu VM. Ubuntu host is configured to pass-thought VPN traffic to this VM from external clients to internal server resources. Now I need to block access for these VPN clients to specific external IP…

Andrey
- 722
- 2
- 8
- 17