Active Topics

 



Notices


Reply
Thread Tools
Posts: 306 | Thanked: 106 times | Joined on Feb 2010
#1
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?
 
Posts: 306 | Thanked: 106 times | Joined on Feb 2010
#2
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.
 

The Following 7 Users Say Thank You to rajil.s For This Useful Post:
Posts: 3 | Thanked: 1 time | Joined on Jun 2010 @ Netherlands
#3
WOW great. This was very helpfull.
 
Posts: 26 | Thanked: 2 times | Joined on Oct 2010 @ Vietnam
#4
I need to use pptp vpn. Can you tell me a bit more detail how to do this?

Thank you very much.
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:59.