Debian with pptpd - windows ok, android and ipad - fail.
I've used several guides and forum threads:
# 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
2 Replies
mtu 1400
and also check out for gre protocol and 1723 port are open.