Bug 165699

Summary: NM can not connect if dhcp does not offer a default route
Product: [Fedora] Fedora Reporter: Ralf Ertzinger <redhat-bugzilla>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-11 13:15:25 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 Ralf Ertzinger 2005-08-11 12:57:29 UTC
Description of problem:
NM seems to expect the dhcp server to deliver a default route when connecting to
a wireless access point. If no default route is offered, the following appears
in the syslog and connecting fails:

dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1
for sub-path eth1.dbus.get.routers
NetworkManager: <WARNING>    (): get_ip4_uint32(): error calling 'routers', DHCP
daemon returned error 'org.freedesktop.DBus.Error.UnknownMethod', message
'Method "routers" with signature "" on interface "com.redhat.dhcp.dbus.get"
doesn't exist '.

The connection is then torn down.
The dhcp server offers an IP address, a netmask, a broadcast address and a DNS
server, which is enough for the case in question.

Version-Release number of selected component (if applicable):
NetworkManager-0.4-34.cvs20050729


How reproducible:
Always

Steps to Reproduce:
1. Set up dhcp server without "option routers"
2. try to connect with NM
3.
  
Actual results:
Connect fails

Expected results:
connect succeeds

Additional info:

Comment 1 Dan Williams 2005-08-11 13:15:25 UTC

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