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
0
votes
0 answers

Can't access any website when connected to pptp vpn

Server for test: Server based in China can't access Gooogle,Facebook,Instagram,Twitter, but you can try to use it test connection to stackoverflow ip: 132.232.70.189 account: yunaqi password: qishi What I did on my server: install pptp sudo yum -y…
iwritebug
  • 9
  • 1
0
votes
2 answers

Receive specific multicast message on a client connected over VPN

Case: [ Subnet A , 192.168.2.0/24, Padavan firmware based internet gw ] [ Subnet B , 192.168.1.0/24, Padavan firmware based internet gw ] Host from subnet A (2.155) is connected via VPN (possible options: PPTP, OpenVPN, L2TP w/o ipsec) to subnet B,…
Voronenko
  • 56
  • 7
0
votes
1 answer

Unable to embed styling in aspose ppt which is rendered from html file

I am converting html to ppt using aspose java library. But, I couldn't generate styles like (padding,background-color,etc) whereas styles like(color,font-size) are working just fine,have a look at the code.. public class poi { public…
0
votes
1 answer

I made a firewall script but not working properly

I am so new to iptables, i made this script to my VPN server (openvpn and pptp) but when i start it, i cant connect to it through PPTP. (OpenVPN works) What i missed ? And my question is it "secure"? Thank you ver much!!! #!/bin/sh # description:…
csib
  • 155
  • 1
  • 9
0
votes
1 answer

openbsd npppd pppx0 VPN Client can access wan but cannot access lan

I'm, running OpenBSD 5.8, npppd, mpath and have tried the same on 5.7 and 5.3. npppd is works fine and clients can connect using windows pptp client. Client have the pptp connection set as default gateway and can access the internet trough the vpn…
0
votes
1 answer

How to know PPTP client local IP in a LAN assigned automatically by PPTP server?

I've configured my PPTP server to automatic assign IP's for the clients. I'm interested in know what's the current local IP assigned to an specific user. I actually have an script to determine the remote IP but actually I'm not finding the way to…
Dani Polo
  • 403
  • 2
  • 6
  • 22
0
votes
0 answers

iptables forwarding through pptp

I am creating my own AOSP that contains my own apps and services. One of those services creates ppp0 interface and tries to link specific apps to be forwarded through that interface. I have tried these commands but it was not working as…
Amirali Amirale
  • 111
  • 1
  • 2
  • 12
0
votes
1 answer

How to run pptpd in coreos?

I'm trying to run pptpd container on a CoreOS system. But I cannot load ppp kernel modules. CoreOS doesn't allow me create directory. Is it possible to install the missing modules? # cat…
kev
  • 155,172
  • 47
  • 273
  • 272
0
votes
1 answer

pptpd in docker stop working after container is restarted

I build a docker image via this Dockerfile: # # Dockerfile for pptpd # FROM debian:jessie MAINTAINER kev RUN apt-get update \ && apt-get install -y iptables pptpd \ && rm -rf /var/lib/apt/lists/* COPY pptpd.conf …
kev
  • 155,172
  • 47
  • 273
  • 272
0
votes
1 answer

Asterisks Re-registration timer

I have a freepbx box running freepbx 12.0.43 and asterisk Asterisk 11.15.0. I have two panasonic KX-UT133 ip phones at a remote location connected to the main office (where the freepbx box is ) through pptp vpn. Everything works excellently until…
0
votes
1 answer

pptp connection was terminated after it was started for a while

I tried to set up VPN connection on an ubuntu host. here were my steps. after the connection was terminated, I had to last two steps. Any idea why the connection is not stable? I did this work on AWS EC2 instance. Many thanks! sudo -s apt-get…
ucdream
  • 691
  • 1
  • 7
  • 18
0
votes
2 answers

How to use VPN(pptp) with golang net package?

I've bound several vpn on the server which is ppp0 ~ ppp4. Now comes the problem.I want to start 5 progresses each one use the difference network interface. proc0 -> ppp0 proc1 -> ppp1 proc2 -> ppp2 proc3 -> ppp3 proc4 -> ppp4 I now how to do this…
0
votes
1 answer

How do I find the IP address of a VPN client in PHP

I've been looking around for a while on this issue and after wrestling with my mobile ISP, have finally got a VPN client to test with... ... however ... All the other solutions using the $_SERVER in this code (great article) seem to only return the…
btg_1967
  • 79
  • 1
  • 13
0
votes
1 answer

Routing of pptp clients

I have just configured a PPTP VPN server in an AWS VPC subnet. However, I am unable to ping through to other hosts in the same subnet (as the VPN server). I am not sure whether I am overlooking a general network configuration, a pptp / ppp…
Brett
  • 5,690
  • 6
  • 36
  • 63
0
votes
1 answer

Is it possible connect to a PPTP VPN with just one line?

I have a few VPN servers and I find it quite tedious to create several configurations for each server. In a perfect world I'd love to do something like this: pptp 168.24.15.65 username password And that would connect me right away, is this doable?
CodeOverload
  • 47,274
  • 54
  • 131
  • 219