Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm using Xubuntu 12.10. I want to switch to wicd and remove Network Manager. So, I have to setup the VPN connection via pptp. I corrected my options.pptp, provider and chap-secrets files according to some tutorials. When I try sudo pppd call provider command it creates connection but it looks slower than Network Manager's variant. (It stacks about 3 seconds when I try to access any web page first time). I noticed that pppd puts VPN provider's DNS at the second place in resolv.conf file.

nameserver "My default DNS"
nameserver "VPN provider's DNS"
nameserver 127.0.1.1

Network Manager doesn't change /etc/resolv.conf. (Does it use /etc/ppp/resolv.conf for VPN?)

Does DNS order in resolv.conf affect on the access speed? How to solve this issue correctly?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.