*BSD News Article 90060


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!lucy.swin.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.erols.net!gatech!news-relay.ncren.net!newsgate.duke.edu!usenet
From: reese@chem.duke.edu (Charles Reese)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: ppp not using nameserver
Date: Mon, 24 Feb 1997 18:13:27 GMT
Organization: Duke University, Durham, NC, USA
Lines: 51
Message-ID: <3311d7d7.1335564@news.duke.edu>
NNTP-Posting-Host: async251-28.async.duke.edu
X-Newsreader: Forte Free Agent 1.1/16.230
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:36072

 I have setup some dial-in lines using ppp, but when I dial in and
start ppp it refuses to use the nameservers.    All works well for
connecting to our site with the ppp, but if you try to telnet to some
other site directly from the connecting PC you get a 'no DNS entry for
...'

However, if I telnet to our site then the nameserver will work and let
me telnet, ftp etc. on to some other site. (I hope that not too
confusing)


        Here is the ppp.conf file I am using.  


------------------------------

default:
 disable lqr
 set debug phase lcp chat
 set timeout 0
 set ns 204.91.99.128 164.109.0.23

ttyd1:
 set ifaddr 207.86.0.130 207.86.0.145 netmask 255.255.255.224
 enable proxy


ttyc0:
 set ifaddr 207.86.0.130 207.86.0.146 netmask 255.255.255.224
 enable proxy

ttyc1:
 set ifaddr 207.86.0.130 207.86.0.147 netmask 255.255.255.224
 enable proxy


-----------------------------

# /etc/resolv.conf
# Domain name
domain  ourway.com
#
# These are the Digex nameservers
#
nameserver 204.91.99.128
nameserver 164.109.0.23
nameserver 106.109.1.3

TIA
Charlie Reese