View Single Post
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: