Questions tagged [pptp]

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.

88 questions
3
votes
0 answers

How to connect to PPTP server in Android programmatically?

I have set up pptpd on Ubuntu. Unfortunately, I have no idea how to connect to my PPTP server using Android code. My goal is to make a WebView Android application that can connect automatically to my PPTP server that acts as a VPN.
3
votes
2 answers

SSH over VPN connection

We have an AWS EC2 server that we've configured to be only accessible (via SSH) from within our office network. Obviously this isn't ideal for remote arrangements where someone has to connect to the EC2 instance and is working remotely outside the…
turntwo
  • 2,452
  • 19
  • 28
3
votes
1 answer

iOS app with custom VPN connect

i want to create app which can connect to VPN using PPTP, L2TP or OpenVPN, but i cant find any information about this. Only found infortmation about using IPSec and IKEv2 in ios 8 SDK.
Saik0s
  • 437
  • 4
  • 13
3
votes
2 answers

Could not connect to VPN server ( PPTP ) build on a AWS EC2 instance

The turiotul I used to setup my VPN server on a EC2 instace URL Click Here Works environment: local: MAC OS X 10.9.1 EC2: Availability zone: us-west-2a AMI ID: Ubuntu 12.04 LTS with Chef (ami-5f2abc6f) The log file on EC2 instance: …
kkt
  • 81
  • 1
  • 9
2
votes
0 answers

Unable to set property "ctl.start"

I am using this to configure and start PPTP or L2TP protocol programmatically L2tpService l2tpService = new L2tpService(); VpnServiceBinder vpnServiceBinder = new VpnServiceBinder(); L2tpProfile l2tpProfile = new…
user3374675
2
votes
0 answers

How to connect VPN PPTP in MacOS with Mojave?

I need to connect to a VPN network using the PPTP protocol. I know that Apple no longer supports the protocol because it is insecure. But I can not force my client to change the infrastructure. I am using this following setting in my Mojave 10.14.4…
2
votes
0 answers

Connecting to VPN programmatically with PPTP in iOS

I want to connect through vpn using pptp connection programmatically. Is this Possible? So far I have find http://ramezanpour.net/post/2014/08/03/configure-and-manage-vpn-connections-programmatically-in-ios-8/ but here only IPSec and IKEv2 protocol…
Pavel
  • 64
  • 4
2
votes
0 answers

How to programmatically auto connect from Android app to VPN using PPTP protocol (server IP, username and password)

It is all described in the title, that's all i want to do, and i have a lot of problem finding solution So How to programmatically auto connect from Android app to VPN using PPTP protocol (server IP, username and password)
Gavra
  • 51
  • 8
2
votes
1 answer

Implementing PPTP/L2TP Protocols on Android +14

I am working on an Android app using Android Studio v 1.4 and the minimum sdk version is 14 and what I am trying to do is building a simple VPN client that implements PPTP and L2TP protocols. I have googled and searched here in Stack Overflow and I…
Waxren
  • 2,002
  • 4
  • 30
  • 43
2
votes
0 answers

How can connect to L2TP/IPSEC VPN Server?

I have a vpn account from a L2TP/IPSEC VPN Server and use four attributes to connect it from Android or Windows devices: IP Adress, User Name, User Password and PreShared Key. I can connect with these details successfully manually. I also want to…
Faruk KAHRAMAN
  • 69
  • 1
  • 2
  • 11
2
votes
1 answer

use of chap-password and mschap-resposse attributes

With Radius I want to understand if 'chap-password' attribute can be used for authentication for both chap and mschap. Or 'chap-password' is used for chap protocol only and 'mschap-challenge', 'mschap-response' VSA's are used for Mschap based…
Vasu Goud
  • 21
  • 1
2
votes
0 answers

Cannot access some websites over PPTP (VPN)

I cannot load some websites over PPTP but I can load these websites over L2TP. For example, I cannot load http://speedtest.net over PPTP... The MRU and MTU are the same for these two protocols : 1400. The VPN servers are installed on my VPS. Anyone…
dev2lead
  • 83
  • 2
  • 5
2
votes
2 answers

Can I use pptp on a vmware virtual machine in the nat mode?

I installed a Ubuntu 14.10 virtual machine on Windows 8.1 using Vmware. Ubuntu has access to Internet in the NAT mode. But I can't establish a pptp connection to a remote server from Ubuntu. Is this supported?
Nathan
  • 157
  • 1
  • 1
  • 11
2
votes
1 answer

Android development, FileDescriptor from VPNService.buider cannot write and read

I'm trying to use the Android4.x VPN Service to establish a VPN tunnel with inner Ethernet server.the IP address is a globle ip on Internet.Now here is the problems: 1.I use TCP dump to catch packets, after a VPN Service.build established, none of…
axel8888
  • 61
  • 2
  • 7
2
votes
1 answer

Android PPTP VPN client implementation for ICS

I try to create a VPN client for ICS with VpnService, I read articles about ToyVpn and I know what I should create own PPTP tunnel but I can't find any information about how I can create a PPTP tunnel with mschapv2 authentication. After some…
NikedLab
  • 883
  • 4
  • 11
  • 31