#492163 network-manager fails to respect /etc/dhcp3/dhclient.conf

Package:
network-manager
Source:
network-manager
Description:
network management framework (daemon and userspace tools)
Submitter:
Yves-Alexis Perez
Date:
2022-06-18 19:15:03 UTC
Severity:
normal
Tags:
#492163#5
Date:
2008-07-24 06:52:59 UTC
From:
To:
Hi,

I'd like to add some options in my /etc/resolv.conf, currently managed by
network-manager (btw the header is wrong, it says:

# Modified_by:  NetworkManager
# Process:      /usr/bin/NetworkManager

While there is no NetworkManager in /usr/bin (it's in /usr/sbin)

The option I added is:

prepend domain-search "corsac.net";

But it does *not* appear in the final resolv.conf.

n-m should respect options from dhclient.conf (I guess it uses dhclient) or at
least provide a way to add options.

Cheers,

#492163#10
Date:
2008-07-29 06:28:03 UTC
From:
To:
Hey? Is there any news on this issue?

Cheers,

#492163#15
Date:
2008-08-27 01:16:15 UTC
From:
To:
Yves-Alexis Perez wrote:

The upcoming 0.7 release will allow to specifiy custom DNS settings on a
per connection basis, like dns server, dns search domains etc.

Cheers,
Michael

#492163#20
Date:
2008-09-09 08:09:40 UTC
From:
To:
  Hi,

  I just saw your bug report. Did you try to install the resolvconf
package ? It seems to me a better solution than asking each program
that can manage /etc/resolv.conf to do the same work with the same
workarounds...

  Regards,
    Vincent

#492163#25
Date:
2008-09-12 05:39:34 UTC
From:
To:
Hmh ok. Installing resolvconf fixes the problem. Cheers,
#492163#30
Date:
2008-10-01 11:32:50 UTC
From:
To:
Hi,

I think this issue is solved, but to close the bug it'd be nice if that
solution could be presented to the user, for example by adding
resolvconf to Suggests: and adding a note in README.Debian.

Cheers,

#492163#35
Date:
2011-04-18 17:44:20 UTC
From:
To:
Along the same line, network-manager has a hard-wired DHCP timeout in
src/dhcp-manager/nm-dhcp-manager.c (currently 45 seconds) which overrides
whatever entry set in /etc/dhcp3/dhclient.conf