Bug 456905

Summary: No DNS with NetworkManager DHCP
Product: [openSUSE] openSUSE 11.1 Reporter: Michael McCarthy <sysop>
Component: NetworkAssignee: Tambet Ingo <tambet>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: i686   
OS: Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs
boot.msg file

Description Michael McCarthy 2008-12-05 19:08:14 UTC
It appears that DNS is broken on RC1 when NetworkManager is enabled with DHCP.  I get an IP address from DHCP and can ping hard IP addresses but get no DNS resolution.  If I revert to "traditional ifup", DNS and networking works correctly.  All worked fine with Beta 5.

Hardware is a Dell D600 notebook with Dell wireless (disabled) and ethernet (enabled).  Logs to follow.
Comment 1 Michael McCarthy 2008-12-05 19:12:34 UTC
Created attachment 258357 [details]
y2logs

Here is the output of save_y2logs
Comment 2 Michael McCarthy 2008-12-05 19:13:43 UTC
Created attachment 258358 [details]
boot.msg file

Here is boot.msg.  Let me know what other logs/files you need.
Comment 3 Michael McCarthy 2008-12-05 19:16:56 UTC
It should also be noted that the network test and release notes download failed during the installation process with "Network Failure" pop-ups.
Comment 4 Peng Wu 2008-12-08 03:35:59 UTC
I have the same problem with the wireless card of Dell D620.

I can get ip address from AP, but can't get the dns server address.

When I run dhclient on card, I get the following message:

Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
/etc/dhclient.conf line 28: no option named network-number in space dhcp
request subnet-mask, network-number,
                     ^
/etc/dhclient.conf line 33: ntp-servers: expected option name.
	netbios-node-type, netbios-scope, ntp-servers;
                                                      ^
wmaster0: unknown hardware address type 801

I made some changes to dhclient.conf, and the dns server address is obtained. I don't know why.

My changes to dhclient.conf:

epico@linux:/etc> diff dhclient.conf.bak dhclient.conf
28c28
< request subnet-mask, network-number, broadcast-address,
---
> request subnet-mask, broadcast-address,
33c33
< 	netbios-node-type, netbios-scope, ntp-servers;
---
> 	netbios-node-type, netbios-scope, ntp-servers ;
Comment 5 Tambet Ingo 2008-12-08 07:08:01 UTC

*** This bug has been marked as a duplicate of bug 443788 ***