← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #79165]: How to use static dns with pppoe?

 

Question #79165 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/79165

    Status: Open => Answered

actionparsnip proposed the following answer:
you could add the name servers as you expect then run:

sudo cp /etc/ppp/resolv.conf /etc/ppp/resolv.conf_old; sudo cp
/etc/resolv.conf /etc/resolv.conf_old

you can then mark the file as read only which may stop any changes
happening.

sudo chmod 550 /etc/ppp/resolv.conf; sudo chmod 550 /etc/resolv.conf

If this doesnt help then simply rename the files back. This will restore
the original access rights.

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.