LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   DNS nameserver issue - pppsetup (https://www.linuxquestions.org/questions/slackware-14/dns-nameserver-issue-pppsetup-153394/)

the_rydster 03-04-2004 07:42 AM

DNS nameserver issue - pppsetup
 
I can't get my dial up connection working correctly because of a problem with the the DNS address.

Before I re-installed slack it worked fine. I think I entered 0.0.0.0 for the nameserver and that is was assigned dynamically along with my IP number.

Doing the same now and I can't get through to the nameserver.

One thing is that last time I set all this up I am sure that pppsetup asked me for my IP addresss and not just the name of my server. I put 0.0.0.0 in for this also.

I have tried all sorts in the /etc/resolv.conf script, looks like this at the moment:

nameserver v21.co.uk
search 0.0.0.0

I have tried things like 'dynamic', 'dynamicdns' 'use peer dns' as substitutes for 0.0.0.0 but all fail.

Andrew Benton 03-04-2004 08:11 AM

This /etc/resolv.conf works for me on freeserve
Code:

nameserver 195.92.195.94
nameserver 195.92.195.95


the_rydster 03-04-2004 09:09 AM

I manged to get it working with some lateral manouvering!

Used kppp to dial up and selected 'automatic dns'. Kppp puts a temp dns address entry in /etc/resolv.conf. Strangly though, kppp only lets you select 'automatic dns' as root, I changed the permissions on /etc/resolv.conf but this did not help.

Copied the kppp temp address to /etc/resolv.conf and ppp-on now dials up and dns works ok.

Gotta work out how to use pppd as normal user now!

:)


All times are GMT -5. The time now is 07:36 AM.