Mailinglist Archive: opensuse-bugs (11133 mails)

< Previous Next >
[Bug 443788] resolv.conf not updated with the right naming server addresses
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 1 Dec 2008 19:04:39 -0700 (MST)
  • Message-id: <20081202020439.0C4DECC7D2@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=443788

User alext@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=443788#c16


Alex Tsariounov <alext@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |




--- Comment #16 from Alex Tsariounov <alext@xxxxxxxxxx> 2008-12-01 19:04:38
MST ---
Confirm that resolv.conf gets updated with os11.1-RC1; however, it seems that
the new dhcp-client software does not recognize the "network-number" option for
the request line in /etc/dhclient.conf. Thus, on reboot eth0 does not get an
IP from the dhcp server. If I comment out "network-number" in the request
line in /etc/dhclient.conf, the interface gets an IP from the server.
Repopening bug.


This gets installed by default and does not work in /etc/dhclient.conf:

request subnet-mask, network-number, broadcast-address,
routers, interface-mtu, host-name, domain-name,
domain-name-servers, nis-domain, nis-servers,
nds-context, nds-servers, nds-tree-name,
netbios-name-servers, netbios-dd-server,
netbios-node-type, netbios-scope, ntp-servers;

Modifying the above to:

request subnet-mask, broadcast-address,
routers, interface-mtu, host-name, domain-name,
domain-name-servers, nis-domain, nis-servers,
nds-context, nds-servers, nds-tree-name,
netbios-name-servers, netbios-dd-server,
netbios-node-type, netbios-scope, ntp-servers;

Fixes the problem and allows IP lease from dhcp server.


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >