>
> I am having a stange problem with connecting to my ISP. I can connect
> using ppp0, no problems there, however, when i connect, pppd does not
> use the nameserves listed in my reslov.conf file. Instead it assigns the
> primary and secondary to 2 different nameservers. When I go and look at
> the resolv.conf file, the nameservers have been overwriten with those
> that have been assigned when I connect to my ISP. This happens
> everytime with the same IP address for the DNS. I am using Red Hat 6.1.
> The funny thing is that this did NOT happen when I was using RH 5.2. Has
> anyone seen this problem? Does anyone have a solution. I am sure it is
> something that I have not set up correctly. Thanks.
>
> James
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]
>
That is an easy answer,the initscripts that came with RH61 has a section
in ifup-ppp that reads:
if [ "${PEERDNS}" != no ] ; then
opts="$opts usepeerdns"
fi
just add # in front of these three lines and that "feature" will go away.
I had this put into a bugzilla report at RedHat and this "feature" has
been removed from later versions of initscripts.
So fix it by hand or upgrade initscripts.
Henri Schlereth
"The Geezer Geek"
-------------------------------------------------------------
"All data leaves a trail. The search for data leaves a trail.
The erasure of data leaves a trail.The absence of data, under
the right circumstances,can leave the clearest trail of all-
Dr. Kio Masada"
-------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]