[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PPP and DNS Problem in OpenBSD 2.7 beta
This has got to be a permission issue of some kind. When I start PPP as
root, it connects fine. If I try to start PPP as a regular user, I get
a
memory fault.
As root, I can successfully ping all day long and lynx works fine,
bringing up the OpenBSD site as soon as it starts. If I switch to
another
console and try as a regular user, I can't get any domain resolution
but
I can ping known IP addresses and when I issue the
"nslookup www.OpenBSD.org 207.69.188.185"
command, I do get a response.
>> Are you saying that resolv.conf is being updated but name resolution
>> doesn't seem to work ? If so, what happens if you ask the
nameserver
>> directly - so if your dns is 1.2.3.4, try
>>
>> nslookup www.OpenBSD.org 1.2.3.4
>>
>> Does that work ?
ls /etc
- - - - - w - - w - resolv.conf
ls /etc/ppp
- r w - r - - r - - ppp.conf
> Are you trying this as root or as some user? In the latter case,
> is resolv.conf readable by hat user?
Jeff