Bug 3012

Summary: dhcpcd/pump overwrites /etc/resolv.conf
Product: [Retired] Red Hat Linux Reporter: magill
Component: dhcpcdAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.0CC: opoplawski
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-05-29 15:35:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description magill 1999-05-24 19:35:49 UTC
I have a linux box with two interfaces and a ppp
connection.  I routinely connect to a commercial intranet
via ppp.  I have a local net for which I have a static
(private) IP address.  I am also connected to RoadRunner
which requires DHCP nic configuration.  Roadrunner and the
ppp intranet both use split DNS configurations, i.e. DNS
resolution from the root down will not yield correct
information for inside these intranets.  In addition, I have
a private network.  To handle this I configure a local
nameserver which is a secondary to the ppp intranet servers,
and forwards to the Roadrunner servers.

  dhcpcd and pump both overwrite /etc/resolv.conf directly
from the binaries which prevents me from disabling the
behavior.  dhcpcd at least uses /etc/dhcpcd/resolv.conf
whereas pump does not.  They should allow this behavior to
be suppressed.

Comment 1 Bill Nottingham 1999-05-24 19:44:59 UTC
chattr +i /etc/resolv.conf. :)

Comment 2 Jeff Johnson 1999-05-29 15:35:59 UTC
*** This bug has been marked as a duplicate of 2790 ***