Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Jan 05, 2011 8:40 pm 
Offline
Senior Newbie

Joined: Wed Jan 05, 2011 8:26 pm
Posts: 10
I've installed pptpd and trying to connect my devices to internet through VPN on Linode VPS.

I've used several guides and forum threads:
viewtopic.php?t=4474&highlight=pptpd
viewtopic.php?t=3096&highlight=pptpd

Code:
# apt-get install pptpd
# vi /etc/pptpd.conf
localip 10.60.60.1
remoteip 10.60.60.50-150
# vi /etc/ppp/pptpd-options
ms-dns [DNS1 IP]
ms-dns [DNS2 IP]
# vi /etc/ppp/chap-secrets
myusername pptpd mypasswd *
# mknod /dev/ppp c 108 0
# /etc/init.d/pptpd restart
# vi /etc/sysctl.conf
net.ipv4.ip_forward=1
# sysctl net.ipv4.ip_forward=1
# iptables -t nat -A POSTROUTING -s 10.60.60.0/24 -o eth0 -j MASQUERADE


Windows XP connection - ok.
Android (HTC Desire) - connects, works for a few minutes and then floods /var/log/messages on the VPN server with "Protocol-Reject for unsupported protocol ..." errors. No disconnect, but no internet.
iPAD - connects, successfully pings sites with zTools, but Safari does not opens sites.

Could you please help me if you have any ideas on how to troubleshooting the connectivity issues on Android and iPAD.

Thanks,
Alex


Last edited by alexvn on Thu Jan 06, 2011 6:24 pm, edited 2 times in total.

Top
   
 Post subject:
PostPosted: Wed Jan 05, 2011 9:31 pm 
Offline
Senior Newbie

Joined: Wed Jan 05, 2011 8:26 pm
Posts: 10
Updated original post with new question.


Top
   
 Post subject:
PostPosted: Fri Feb 04, 2011 3:44 am 
Offline

Joined: Fri Feb 04, 2011 3:37 am
Posts: 1
Put this line in your options.pptpd file :

mtu 1400

and also check out for gre protocol and 1723 port are open.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group