How do you enter the two nameserver addresses into pppd config? I have just entered them one after the other, on the pppd config entry line box. One blank space between the two addresses.
They should be on separate lines.
Before connecting to the internet, using the Root Text Editor, open the file /etc/ppp/options. Add the line:
usepeerdns
After adding this line, when you connect to the internet, the computer will get the IP addresses of the domain name servers, and write them in the file /etc/ppp/resolv.conf.
Connect to the Internet.
Copy the file /etc/ppp/resolv.conf to /etc/, replacing the existing file. Using the Root Terminal, type:
cp -p /etc/ppp/resolv.conf /etc/
You can now use the internet.
[removed due to policy violation]/dial.html
Another option is to type, or copy and paste, them to /etc/resolv.conf
It should look like this, using the numbers of your dns.
nameserver xx.xx.xx.xx
nameserver xx.xx.xx.xx