Bug 546840 (networkmanager_route) - Networkmanager don't import/configure/use "System EthX" connection custom routes
Summary: Networkmanager don't import/configure/use "System EthX" connection custom routes
Keywords:
Status: CLOSED DUPLICATE of bug 507307
Alias: networkmanager_route
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Dan Williams
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-12 07:51 UTC by Avalone
Modified: 2010-01-04 23:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-01-04 23:09:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Avalone 2009-12-12 07:51:46 UTC
Description of problem:
NM don't add custom routes from system-ethx config, custom created network connection work (add additional routes).


Version-Release number of selected component (if applicable):
System-config-network - 1.5.99
Networkmanager        - 0.7.996

How reproducible:
Always

Steps to Reproduce:
1. Config netwok interface through System-config-network as:
    adapter - ethX
    static ip - 10.10.5.2, mask 255.255.255.0, gw - 10.10.5.10, routes - 10.0.0.0/8,gw - 10.10.5.20; 192.168.0.0/16, gw - 10.10.5.20
   No ipv6
   with checked - use networkmanager at this connection
2. Configure Networkmanager to use this "System ethX" 
3. Run "route" out in console (see result 1)
4. Disable networkmanager usage for this connection in system-config-netwok
5. Run "route" out in console (see result 2)
6. Enable networkmanager usage for this connection in system-config-netwok
7. Create custom wired connection at network manager with data from step 1. )with metric 1 at additional routes)
8. Activate this connection in networkmanager.
9. Run "route" out in console (see result 3)
  
Actual results:

1. output at step 3
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.10.5.0       *               255.255.255.0   U     1      0        0 eth1
default         10.10.5.10      0.0.0.0         UG    0      0        0 eth1

2. Output at step 5
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.10.5.0       *               255.255.255.0   U     0      0        0 eth1
link-local      *               255.255.0.0     U     1002   0        0 eth1
192.168.0.0     10.10.5.20      255.255.0.0     UG    0      0        0 eth1
10.0.0.0        10.10.5.20      255.0.0.0       UG    0      0        0 eth1
default         10.10.5.10      0.0.0.0         UG    0      0        0 eth1

3. Output at step 9
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.10.5.0       *               255.255.255.0   U     1      0        0 eth1
192.168.0.0     10.10.5.20      255.255.0.0     UG    1      0        0 eth1
10.0.0.0        10.10.5.20      255.0.0.0       UG    1      0        0 eth1
default         10.10.5.10      0.0.0.0         UG    0      0        0 eth1


Expected results:

output of route

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.10.5.0       *               255.255.255.0   U     1      0        0 eth1
192.168.0.0     10.10.5.20      255.255.0.0     UG    1      0        0 eth1
10.0.0.0        10.10.5.20      255.0.0.0       UG    1      0        0 eth1
default         10.10.5.10      0.0.0.0         UG    0      0        0 eth1

(don't look at metric column)

at all steps.

Additional info:
Only 1 eth adapter in system.
Updated to current state with fedora and fedora-update repository.

Comment 1 Dan Williams 2010-01-04 23:09:02 UTC

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


Note You need to log in before you can comment on or make changes to this bug.