http://bugzilla.novell.com/show_bug.cgi?id=552587 Summary: Routing table not updated by KNetworkManager when using static IP Classification: openSUSE Product: openSUSE 11.2 Version: RC 2 Platform: i586 OS/Version: openSUSE 11.2 Status: NEW Severity: Major Priority: P5 - None Component: KDE4 Applications AssignedTo: kde-maintainers@suse.de ReportedBy: cedric@solucionjava.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4) Gecko/20091016 SUSE/3.5.4-1.1.2 Firefox/3.5.4 The routing table is not updated adequately when using a connection with static IP. Was clean install of 11.2RC2. When I connect using DHCP, it's fine. route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.16.0.0 0.0.0.0 255.255.252.0 U 1 0 0 eth0 0.0.0.0 172.16.0.6 0.0.0.0 UG 0 0 0 eth0 When I connect using a static address, routing is incomplete: route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.16.0.0 0.0.0.0 255.255.252.0 U 1 0 0 eth0 Note: gateway IS defined on my static connection. Reproducible: Always Steps to Reproduce: 1.Configure connection with static IP in KNetworkManager 2.Select the connection defined with static IP 3. Ping LAN IP's is OK, WAN Ip not. 4. Confirm problem executing sudo route -n Actual Results: route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.16.0.0 0.0.0.0 255.255.252.0 U 1 0 0 eth0 Expected Results: route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.16.0.0 0.0.0.0 255.255.252.0 U 1 0 0 eth0 0.0.0.0 172.16.0.6 0.0.0.0 UG 0 0 0 eth0 Tested with clean and updated openSuse 11.2 RC2 32bits, cable connection eth0. Problem is NOT present on my laptop with upgraded 11.1 to 11.2RC2 64 bits. If you need additional info, please let me know (how to extract the logs you need). -- 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.