maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   PPTP MPPE over 3g (https://talk.maemo.org/showthread.php?t=52986)

rajil.s 2010-05-18 16:42

PPTP MPPE over 3g
 
I have pptp running very well under wifi with the excellent instructions posted in this thread. However, I have routing when trying to use under 3g. I suspect it might be related to this bug.

Anybody got vpn working with 3g?

rajil.s 2010-05-18 18:07

Re: PPTP MPPE over 3g
 
ok, i got it working. Posting this incase somebody else faces this issue.

Create these files :
Code:

~cat /etc/ppp/ip-up.d/dns

route del default dev gprs0
mv /etc/resolv.conf /etc/resolv.conf.prevpn
echo "nameserver 208.67.220.220" >> /etc/resolv.conf

and

Code:

~ $ cat /etc/ppp/ip-down.d/dns

mv /etc/resolv.conf.prevpn /etc/resolv.conf

Dont forget to make these scripts as executable.

Replace the dns server name provided by your organisation instead of "208.67.220.220".

And that is all.

thorstone 2010-06-25 22:00

Re: PPTP MPPE over 3g
 
WOW great. This was very helpfull.

midflow 2010-10-05 08:36

Re: PPTP MPPE over 3g
 
I need to use pptp vpn. Can you tell me a bit more detail how to do this?

Thank you very much.


All times are GMT. The time now is 16:58.

vBulletin® Version 3.8.8