0
votes
0answers
86 views

Problem setting up PPTPD

I'm attempting to set up a VPN from my Android phone to my home computer using pptpd on Ubuntu 12.10. I have so far done the following. Setup a virtual NIC like this... cat /etc/network/interfaces ...
0
votes
0answers
176 views

How to establish VPN Connection using Vodafone K3773 HSPA USB Stick?

I am using Ubuntu 12.04 Desktop. I am trying to establish VPN PPTP connection to Ubuntu 12.04 Server. VPN connection available when PC is connected to LAN -> ADSL modem -> Internet -> VPN Server. No ...
1
vote
0answers
610 views

PPTP VPN can't connect

I am trying to connect to a PPTP VPN server. The same config works fine in Windows but fails in Ubuntu 12.10. It must be some configuration issue. sudo pptpsetup --create MYVPN --server ...
1
vote
2answers
228 views

Connection to PPTP server drops continually

I am using Ubuntu 12.04 VPS to host a PPTP server for my own personal use. I have set it up using a script I have written myself which is drawn from various different tutorials I have come across ...
0
votes
0answers
595 views

Ubuntu vpn server setup

I followed the instructions that the answer on this thread gave, Easiest way to setup Ubuntu as a VPN server But I can't seem to get it to work. When I try to connect to my network, it just says ...
0
votes
1answer
495 views

How to allow my vpn client access to remote LAN(eth1)?

My ubuntu server has two if: eth0, eth1. eth0: Public IP eth1: 192.168.0.2 I've configure down eth0 for a vpn server using pptpd. The vpn ip_range is 192.168.100.234-248 #/etc/pptpd.conf ...
0
votes
0answers
120 views

VPN dnsmasq name resolution

I have a VPN setup using pptpd on my linode box runing Ubuntu 12.10. I also have dnsmasq configured to intercept requests for a few select domain names. My intention is to redirect for those few ...
0
votes
0answers
201 views

resolve vpn network's DNS in pptp

I've installed VPN server on a computer (pptpd) and i'm connecting through the internet by VPN client configured by network-manager. I chose "Use this connection only for resources on its network" so ...
2
votes
2answers
2k views

PPTP connection disconnect

My pptp connection wont stay connected, it will disconnect in less than a minute here are some relevant log entries May 31 13:32:31 localhost NetworkManager[931]: <info> Starting VPN service ...
1
vote
1answer
1k views

PPTP VPN SERVER

I have followed This guide and also the documentation for pptp vpn and my vpn connects. It even allows me to go on the web and search it. However, when I go to cmyip.com; it displays my personal ip ...
0
votes
1answer
191 views

Access VPN from home is fine but not outside via 3G

I'm a real Ubuntu newbie but at the school where I work I managed to install Ubuntu then install pptpd. I was feeling very pleased with myself when last evening from home with my Apple iPhone through ...
2
votes
1answer
2k views

Easy way to setup vpn server/client?

I have root access on a server and I can access my server through ssh and my server and my laptop run ubuntu. What's the easiest way to setup vpn server/client such that when I connect the vpn all of ...