Mailinglist Archive: opensuse-bugs (5382 mails)

< Previous Next >
[Bug 617743] New: NetworkManager / DHCP: default route and resolve.conf are not updated on 11.3 RC1
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 27 Jun 2010 16:19:04 +0000
  • Message-id: <bug-617743-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=617743

http://bugzilla.novell.com/show_bug.cgi?id=617743#c0


Summary: NetworkManager / DHCP: default route and resolve.conf
are not updated on 11.3 RC1
Classification: openSUSE
Product: openSUSE 11.3
Version: RC 1
Platform: 64bit
OS/Version: openSUSE 11.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: fruehbeck@xxxxxx
QAContact: qa@xxxxxxx
Found By: ---
Blocker: ---


User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.4)
Gecko/20100527 SUSE/3.6.4-2.2 Firefox/3.6.4

I am using NetworkManager and DHCP at home
Everythings fine when working with 11.2!

Now I installed 11.3 RC1 on separate partition.
When connecting to local lan via NetworkManager the default route is not set.

I tried the following:

- unplug eth0-connector
- rm /etc/resolve.conf
- rm /var/adm/netconfig/md5/etc/*
- plugin eth0-connector

Unfortunately no success..

dhcpdcd-test:
happy:~ # dhcpcd-test eth0
info, eth0: hardware address = 00:25:b3:5a:0c:9b
info, eth0: broadcasting for a lease
debug, eth0: sending DHCP_DISCOVER with xid 0x61ccfb90
debug, eth0: waiting for 10 seconds
debug, eth0: got a packet with xid 0x61ccfb90
info, eth0: offered 10.0.0.3 from 10.0.0.138
DHCPGIADDR='10.0.0.138'
IPADDR='10.0.0.3'
NETMASK='255.255.255.0'
NETWORK='10.0.0.0'
BROADCAST='10.0.0.255'
ROUTES=''
GATEWAYS='10.0.0.138'
DNSDOMAIN='fruehbeck.at'
DNSSERVERS='10.0.0.138 195.3.96.67 195.3.96.68'
DHCPSID='10.0.0.138'
LEASETIME='4294967295'
RENEWALTIME='0'
REBINDTIME='0'
INTERFACE='eth0'
CLASSID='dhcpcd 3.2.3'
CLIENTID='01:00:25:b3:5a:0c:9b'
DHCPCHADDR='00:25:b3:5a:0c:9b'
NETBIOSNAMESERVER='10.0.0.138'
info, eth0: exiting


The following logs are created:
Jun 27 17:56:09 happy dhclient: Internet Systems Consortium DHCP Client
4.1.1-P1
Jun 27 17:56:09 happy dhclient: Copyright 2004-2010 Internet Systems
Consortium.
Jun 27 17:56:09 happy dhclient: All rights reserved.
Jun 27 17:56:09 happy dhclient: For info, please visit
https://www.isc.org/software/dhcp/
Jun 27 17:56:09 happy dhclient:
Jun 27 17:56:09 happy dhclient: parse_option_param: Bad format a
Jun 27 17:56:09 happy dhclient: Listening on LPF/eth0/00:25:b3:5a:0c:9b
Jun 27 17:56:09 happy dhclient: Sending on LPF/eth0/00:25:b3:5a:0c:9b
Jun 27 17:56:09 happy dhclient: Sending on Socket/fallback
Jun 27 17:56:11 happy dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jun 27 17:56:13 happy dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jun 27 17:56:18 happy dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jun 27 17:56:18 happy dhclient: DHCPACK from 10.0.0.138
Jun 27 17:56:18 happy dhclient: bound to 10.0.0.3 -- renewal in 2147483648
seconds.
Jun 27 17:56:18 happy avahi-daemon[1816]: Joining mDNS multicast group on
interface eth0.IPv4 with address 10.0.0.3.
Jun 27 17:56:18 happy avahi-daemon[1816]: New relevant interface eth0.IPv4 for
mDNS.
Jun 27 17:56:18 happy avahi-daemon[1816]: Registering new address record for
10.0.0.3 on eth0.IPv4.
Jun 27 17:56:19 happy dns-resolver: ATTENTION: You have modified
/etc/resolv.conf. Leaving it untouched...
Jun 27 17:56:19 happy dns-resolver: You can find my version in
/etc/resolv.conf.netconfig
Jun 27 17:56:19 happy if-up.d/21-dhcpcd-hook-samba: No dhcpcd info nor dhclient
leases file found for eth0.
Jun 27 17:56:19 happy SuSEfirewall2: Setting up rules from
/etc/sysconfig/SuSEfirewall2 ...
Jun 27 17:56:19 happy SuSEfirewall2: using default zone 'ext' for interface
eth1
Jun 27 17:56:19 happy SuSEfirewall2: batch committing...
Jun 27 17:56:19 happy SuSEfirewall2: Firewall rules successfully set



Reproducible: Always

Steps to Reproduce:
1. unplug network connector
2. replug network connector
3.
Actual Results:
no default route is set:
happy:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 * 255.255.255.0 U 1 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo


Expected Results:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 * 255.255.255.0 U 1 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 10.0.0.138 0.0.0.0 UG 0 0 0 eth0

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

< Previous Next >