NetworkManager assigns wrong IP address to wireless interface

Bug #45360 reported by Mark Craig
14
Affects Status Importance Assigned to Milestone
network-manager (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: network-manager

NetworkManager hasn't yet worked for me. The furthest I've gotten is to have it assign an erroneous IP for my wireless connection.

NetworkManager assigns IP address 169.254.200.231, broadcast 169.254.255.255 to my wireless interface, despite my router responding to the DHCP request with 192.168.1.104.

[4294689.348000] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.1.4
[4294689.348000] ipw2100: Copyright(c) 2003-2005 Intel Corporation
...
[4294690.572000] ipw2100: Detected Intel PRO/Wireless 2100 Network Connection

The network is unencrypted. Here's what I had in /etc/network/interfaces for my wireless connection -- which has worked for me for a long time -- before commenting it out so I could try NetworkManager:

iface eth1 inet dhcp
        wireless-essid craig

auto eth1

From the latest updates to Dapper this morning (May 18)...

Setting up network-manager (0.6.2-0ubuntu7) ...
...
Setting up network-manager-gnome (0.6.2-0ubuntu7) ...

Also have wpasupplicant installed, as I found that suggested in ubuntuforums, even though I have no encryption on the wireless network.

Here's all of what I'm seeing in /var/log/syslog.

May 18 08:30:49 localhost NetworkManager: <information>^Istarting...
May 18 08:30:49 localhost NetworkManager: <WARNING>^I main (): nm_data_new: Setting up dbus filter
May 18 08:30:49 localhost NetworkManager: <information>^Ieth0: Device is fully-supported using driver 'e1000'.
May 18 08:30:49 localhost NetworkManager: <information>^Inm_device_init(): waiting for device's worker thread to start
May 18 08:30:49 localhost NetworkManager: <information>^Inm_device_init(): device's worker thread started, continuing.
May 18 08:30:49 localhost NetworkManager: <information>^INow managing wired Ethernet (802.3) device 'eth0'.
May 18 08:30:49 localhost NetworkManager: <information>^Ieth1: Device is fully-supported using driver 'ipw2100'.
May 18 08:30:49 localhost NetworkManager: <information>^Inm_device_init(): waiting for device's worker thread to start
May 18 08:30:49 localhost NetworkManager: <information>^Inm_device_init(): device's worker thread started, continuing.
May 18 08:30:49 localhost NetworkManager: <information>^INow managing wireless (802.11) device 'eth1'.
May 18 08:30:49 localhost NetworkManager: <information>^IUpdating allowed wireless network lists.
May 18 08:30:49 localhost NetworkManager: <information>^Imatch
May 18 08:30:49 localhost NetworkManager: <information>^ISWITCH: no current connection, found better connection 'eth1'.
May 18 08:30:49 localhost NetworkManager: <information>^IWill activate connection 'eth1/craig'.
May 18 08:30:49 localhost NetworkManager: <information>^IDevice eth1 activation scheduled...
May 18 08:30:49 localhost NetworkManager: <information>^Imatch
May 18 08:30:49 localhost NetworkManager: <information>^IActivation (eth1) started...
May 18 08:30:49 localhost NetworkManager: <information>^IActivation (eth1) Stage 1 of 5 (Device Prepare) scheduled...
May 18 08:30:49 localhost NetworkManager: <information>^IActivation (eth1) Stage 1 of 5 (Device Prepare) started...
May 18 08:30:49 localhost NetworkManager: <information>^IActivation (eth1) Stage 2 of 5 (Device Configure) scheduled...
May 18 08:30:49 localhost NetworkManager: <information>^IActivation (eth1) Stage 1 of 5 (Device Prepare) complete.
May 18 08:30:49 localhost NetworkManager: <information>^IActivation (eth1) Stage 2 of 5 (Device Configure) starting...
May 18 08:30:49 localhost NetworkManager: <information>^IActivation (eth1/wireless): access point 'craig' is unencrypted, no key needed.
May 18 08:30:49 localhost NetworkManager: <information>^Imatch
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: sending command 'INTERFACE_ADD eth1^I^Iwext^I/var/run/wpa_supplicant^I'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: response was 'OK'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: sending command 'AP_SCAN 1'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: response was 'OK'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: sending command 'ADD_NETWORK'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: response was '0'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: sending command 'SET_NETWORK 0 ssid 6372616967'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: response was 'OK'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: sending command 'SET_NETWORK 0 key_mgmt NONE'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: response was 'OK'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: sending command 'ENABLE_NETWORK 0'
May 18 08:30:50 localhost NetworkManager: <information>^ISUP: response was 'OK'
May 18 08:30:50 localhost NetworkManager: <information>^IActivation (eth1) Stage 2 of 5 (Device Configure) complete.
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Global control interface '/var/run/wpa_supplicant-global'
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): RX global ctrl_iface - hexdump_ascii(len=49):
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 49 4e 54 45 52 46 41 43 45 5f 41 44 44 20 65 74 INTERFACE_ADD et
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 68 31 09 09 77 65 78 74 09 2f 76 61 72 2f 72 75 h1__wext_/var/ru
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 6e 2f 77 70 61 5f 73 75 70 70 6c 69 63 61 6e 74 n/wpa_supplicant
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 09 _
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): CTRL_IFACE GLOBAL INTERFACE_ADD 'eth1^I^Iwext^I/var/run/wpa_supplicant^I'
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Initializing interface 'eth1' conf 'N/A' driver 'wext' ctrl_interface '/var/run/wpa_supplicant'
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Initializing interface (2) 'eth1'
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAPOL: SUPP_PAE entering state DISCONNECTED
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAPOL: SUPP_BE entering state INITIALIZE
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAP: EAP entering state DISABLED
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAPOL: External notification - portEnabled=0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAPOL: External notification - portValid=0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): SIOCGIWRANGE: WE(compiled)=19 WE(source)=18 enc_capa=0xf
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): capabilities: key_mgmt 0xf enc 0xf
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Own MAC address: 00:04:23:60:39:e2
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): wpa_driver_wext_set_wpa
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): =0 key_idx=0 set_tx=0 seq_len=0 key_len=0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): wpa_driver_wext_set_countermeasures
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): wpa_driver_wext_set_drop_unencrypted
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Setting scan request: 0 sec 100000 usec
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Added interface eth1
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Wireless event: cmd=0x8b06 len=8
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): RX ctrl_iface - hexdump_ascii(len=9):
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 41 50 5f 53 43 41 4e 20 31 AP_SCAN 1
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): RX ctrl_iface - hexdump_ascii(len=11):
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 41 44 44 5f 4e 45 54 57 4f 52 4b ADD_NETWORK
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): CTRL_IFACE: ADD_NETWORK
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): RX ctrl_iface - hexdump_ascii(len=29):
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 53 45 54 5f 4e 45 54 57 4f 52 4b 20 30 20 73 73 SET_NETWORK 0 ss
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 69 64 20 36 33 37 32 36 31 36 39 36 37 id 6372616967
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): CTRL_IFACE: SET_NETWORK id=0 name='ssid' value='6372616967'
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): ssid - hexdump_ascii(len=5):
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 63 72 61 69 67 craig
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): hexdump_ascii(len=27):
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 53 45 54 5f 4e 45 54 57 4f 52 4b 20 30 20 6b 65 SET_NETWORK 0 ke
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 79 5f 6d 67 6d 74 20 4e 4f 4e 45 y_mgmt NONE
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): CTRL_IFACE: SET_NETWORK id=0 name='key_mgmt' value='NONE'
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): key_mgmt: 0x4
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): RX ctrl_iface - hexdump_ascii(len=16):
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 45 4e 41 42 4c 45 5f 4e 45 54 57 4f 52 4b 20 30 ENABLE_NETWORK 0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): CTRL_IFACE: ENABLE_NETWORK id=0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Setting scan request: 0 sec 0 usec
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): State: DISCONNECTED -> SCANNING
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Starting AP scan (broadcast SSID)
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): RX ctrl_iface - hexdump_ascii(len=6):
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 41 54 54 41 43 48 ATTACH
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): CTRL_IFACE monitor attached - hexdump(len=42): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 36 33 34 36 2d 31 00 00 00
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Scan timeout - try to get results
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Received 189 bytes of scan results (1 BSSes)
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Scan results: 1
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Selecting BSS from priority group 0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): 0: 00:14:bf:bf:ea:d6 ssid='craig' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): skip - no WPA/RSN IE
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): bf:ea:d6 ssid='craig'
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Trying to associate with 00:14:bf:bf:ea:d6 (SSID='craig' freq=0 MHz)
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): CTRL_IFACE monitor send - hexdump(len=42): 2f 76 61 72 2f 72 75 6e 2f 4e 65 74 77 6f 72 6b 4d 61 6e 61 67 65 72 2f 77 70 61 5f 63 74 72 6c 5f 36 33 34 36 2d 31 00 00 00
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Cancelling scan request
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): WPA: clearing own WPA/RSN IE
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Automatic auth_alg selection: 0x1
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): WPA: clearing AP WPA IE
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): WPA: clearing AP RSN IE
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): WPA: clearing own WPA/RSN IE
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): No keys have been configured - skip key clearing
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): wpa_driver_wext_set_drop_unencrypted
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): State: SCANNING -> ASSOCIATING
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): wpa_driver_wext_associate
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Setting authentication timeout: 10 sec 0 usec
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAPOL: External notification - portControl=ForceAuthorized
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Wireless event: cmd=0x8b06 len=8
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Wireless event: cmd=0x8b15 len=20
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Wireless event: new AP: 00:00:00:00:00:00
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): Added BSSID 00:00:00:00:00:00 into blacklist
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): State: ASSOCIATING -> DISCONNECTED
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAPOL: External notification - portEnabled=0
May 18 08:30:53 localhost NetworkManager: <information>^Iwpa_supplicant(6369): EAPOL: External notification - portValid=0
May 18 08:30:54 localhost NetworkManager: <information>^IActivation (eth1/wireless) Stage 2 of 5 (Device Configure) successful. Connected to access point 'craig'.
May 18 08:30:54 localhost NetworkManager: <information>^IActivation (eth1) Stage 3 of 5 (IP Configure Start) scheduled.
May 18 08:30:54 localhost NetworkManager: <information>^IActivation (eth1) Stage 3 of 5 (IP Configure Start) started...
May 18 08:30:54 localhost NetworkManager: <information>^Imatch
May 18 08:30:55 localhost NetworkManager: <information>^IActivation (eth1) Beginning DHCP transaction.
May 18 08:30:55 localhost NetworkManager: <information>^IDHCP daemon state is now 12 (successfully started) for interface eth1
May 18 08:30:55 localhost NetworkManager: <information>^IActivation (eth1) Stage 3 of 5 (IP Configure Start) complete.
May 18 08:31:40 localhost NetworkManager: <information>^IDevice 'eth1' DHCP transaction took too long (>45s), stopping it.
May 18 08:31:41 localhost NetworkManager: <information>^IActivation (eth1) Stage 4 of 5 (IP Configure Timeout) scheduled...
May 18 08:31:41 localhost NetworkManager: <information>^IDHCP daemon state is now 14 (normal exit) for interface eth1
May 18 08:31:41 localhost NetworkManager: <information>^IDHCP daemon state is now 14 (normal exit) for interface eth1
May 18 08:31:41 localhost NetworkManager: <information>^IActivation (eth1) Stage 4 of 5 (IP Configure Timeout) started...
May 18 08:31:41 localhost NetworkManager: <information>^INo DHCP reply received. Automatically obtaining IP via Zeroconf.
May 18 08:31:41 localhost NetworkManager: <information>^Iautoip: Sending probe #0 for IP address 169.254.200.231.
May 18 08:31:41 localhost NetworkManager: <information>^Iautoip: Waiting for reply...
May 18 08:31:42 localhost NetworkManager: <information>^Iautoip: Got some data to check for reply packet.
May 18 08:31:42 localhost NetworkManager: <WARNING>^I get_autoip (): autoip: (eth1) recv arp type=2054, op=1,
May 18 08:31:42 localhost NetworkManager: <WARNING>^I get_autoip (): source = 192.168.1.1 00:14:BF:BF:EA:D4,
May 18 08:31:42 localhost NetworkManager: <WARNING>^I get_autoip (): target = 192.168.1.104 00:00:00:00:00:00
May 18 08:31:42 localhost NetworkManager: <information>^Iautoip: Sending probe #1 for IP address 169.254.200.231.
May 18 08:31:42 localhost NetworkManager: <information>^Iautoip: Waiting for reply...
May 18 08:31:43 localhost NetworkManager: <information>^Iautoip: Got some data to check for reply packet.
May 18 08:31:43 localhost NetworkManager: <WARNING>^I get_autoip (): autoip: (eth1) recv arp type=2054, op=1,
May 18 08:31:43 localhost NetworkManager: <WARNING>^I get_autoip (): source = 192.168.1.1 00:14:BF:BF:EA:D4,
May 18 08:31:43 localhost NetworkManager: <WARNING>^I get_autoip (): target = 192.168.1.104 00:00:00:00:00:00
May 18 08:31:43 localhost NetworkManager: <information>^Iautoip: Sending probe #2 for IP address 169.254.200.231.
May 18 08:31:43 localhost NetworkManager: <information>^Iautoip: Waiting for reply...
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Got some data to check for reply packet.
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): autoip: (eth1) recv arp type=2048, op=16384,
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): source = 226.19.192.168 36:06:88:B3:D4:3A,
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): target = 72.118.240.23 01:68:00:50:8B:0C
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Sending announce #0 for IP address 169.254.200.231.
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Waiting for reply...
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Got some data to check for reply packet.
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): autoip: (eth1) recv arp type=2054, op=1,
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): source = 192.168.1.1 00:14:BF:BF:EA:D4,
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): target = 192.168.1.104 00:00:00:00:00:00
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Sending announce #1 for IP address 169.254.200.231.
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Waiting for reply...
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Got some data to check for reply packet.
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): autoip: (eth1) recv arp type=2048, op=16384,
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): source = 226.19.192.168 36:06:88:B2:D4:3A,
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): target = 72.118.240.23 01:68:00:50:8B:0C
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Sending announce #2 for IP address 169.254.200.231.
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Waiting for reply...
May 18 08:31:44 localhost NetworkManager: <information>^Iautoip: Got some data to check for reply packet.
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): autoip: (eth1) recv arp type=2048, op=16384,
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): source = 226.19.192.168 36:06:88:B1:D4:3A,
May 18 08:31:44 localhost NetworkManager: <WARNING>^I get_autoip (): target = 72.118.240.23 01:68:00:50:8B:0C
May 18 08:31:44 localhost NetworkManager: <information>^IActivation (eth1) Stage 5 of 5 (IP Configure Commit) scheduled...
May 18 08:31:44 localhost NetworkManager: <information>^IActivation (eth1) Stage 4 of 5 (IP Configure Timeout) complete.
May 18 08:31:44 localhost NetworkManager: <information>^IActivation (eth1) Stage 5 of 5 (IP Configure Commit) started...
May 18 08:31:45 localhost NetworkManager: <information>^IDHCP returned name servers but system has disabled dynamic modification!
May 18 08:31:45 localhost NetworkManager: <information>^IActivation (eth1) Finish handler scheduled.
May 18 08:31:45 localhost NetworkManager: <information>^IActivation (eth1) Stage 5 of 5 (IP Configure Commit) complete.
May 18 08:31:45 localhost NetworkManager: <information>^IActivation (eth1) successful, device activated.
May 18 08:31:45 localhost NetworkManager: <information>^Imatch

Manually configuring the network interface to log this bug...

Revision history for this message
Mark Craig (mark-craig) wrote :

Same behavior, with the wrong inet addr on the wired interface when at work. It's giving me 169.254.195.54.

eth0 Link encap:Ethernet HWaddr 00:08:0D:78:E6:61
          inet addr:169.254.195.54 Bcast:169.254.255.255 Mask:255.255.0.0
          inet6 addr: 2002:819d:aefe:9dd3:208:dff:fe78:e661/64 Scope:Global
          inet6 addr: fe80::208:dff:fe78:e661/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:45 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:5374 (5.2 KiB) TX bytes:3448 (3.3 KiB)
          Base address:0xcf40 Memory:dfde0000-dfe00000

Revision history for this message
Dennis Kaarsemaker (dennis) wrote : Re: [Bug 45360] NetworkManager assigns wrong IP address to wireless interface

 status Rejected

You manually configured eth1's essid so n-m won't use that interface.

Changed in network-manager:
status: Unconfirmed → Rejected
Revision history for this message
Jonathan Anderson (jonathan-anderson) wrote :

I don't think the reporter's ESSID was manually configured... of that setting, he said "before commenting it out so I could try NetworkManager".

Mark: is this working for you now?

Changed in network-manager:
status: Rejected → Unconfirmed
Changed in network-manager:
status: Unconfirmed → Needs Info
Revision history for this message
Mark Craig (mark-craig) wrote :

Sorry, but I cannot afford to test right now (am on a long business trip without an alternative system and lacking space).

Revision history for this message
Mark Craig (mark-craig) wrote :

Well, I got another machine to try, but it's a fresh install of 7.04. NetworkManager from the start. Works fine, even handling VPN connections, which is nice.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for network-manager (Ubuntu) because there has been no activity for 60 days.]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.