PPTP Won't work after 4.3 Upgrade
iPad 16gb WiFi 1st Gen, iOS 4, iOS 4.3
iPad 16gb WiFi 1st Gen, iOS 4, iOS 4.3
Syrex wrote:
The iOS 4.3 and 4.3.1 devices simply stop sending traffic back after the PPTP server offers it's Configuration Request. Adding either 'nopcomp', 'noaccomp'
or both to /etc/ppp/options.pptpd results in the connections working every time.
In Other Words:
iOS 4.3 and 4.3.1 immediately stop trying to establish a VPN connection
when they are offered both pcomp (protocol field compression negotiation)
and accomp (address/control compression). This is the default behaviour
in PPP and presumably why allot of Linux based routers are subsequently unable
to establish connections with iOS 4.3+.
I would try adding this to /tmp/pptpd/options.pptpd by writing this into the script window at 'Administration > Commands > Startup':
echo 'mtu 1482' >> /tmp/pptpd/options.pptpd
echo 'mru 1482' >> /tmp/pptpd/options.pptpd
If that didn't work, I would add
echo 'default-asyncmap' >> /tmp/pptpd/options.pptpd
echo 'default-asyncmap' >> /tmp/pptpd/options.pptpd
I confirm that Cosworth's startup command does work (after 2nd connection attempt). Thank you Cosworth!
iOS 4.3.2
DD-WRT build 15943M
PPTP Won't work after 4.3 Upgrade