Description of problem: nm-tool lists static routes correctly as entered in nm-connection-editor but the actual routes are added with a gateway of 0.0.0.0 rather than the gateway specified. This is for a wired interface btw. but it probably doesn't matter. Version-Release number of selected component (if applicable): NetworkManager-glib-0.7.0-0.9.4.svn3675.fc9.i386 NetworkManager-0.7.0-0.9.4.svn3675.fc9.i386 NetworkManager-gnome-0.7.0-0.9.4.svn3675.fc9.i386 How reproducible: Add some static routes in nm-connection-editor. Check that they are correct with nm-tool. Then run /sbin/route and you'll see the gateway entry is wrong. Actual results: 0.0.0.0 for gateway Expected results: Correct gateway IP in route
Can you try svn3930 from f9-updates-testing? That will (a) add a route to the gateway specified via the interface, and (b) add the static route you specify via that gateway.
Hi Dan Thanks for the quick response. Do you have a url handy where I can grab that from please? All the normal methods (yum, directly hitting downloads.fedora and looking in koji which seems to be down) have have failed. I'm guessing this is still part of the 'infrastructure issues' sitation... Thanks!
Should be able to pull it from koji now: NM: http://koji.fedoraproject.org/koji/buildinfo?buildID=59304 NM-vpnc: http://koji.fedoraproject.org/koji/buildinfo?buildID=59325 NM-openvpn: http://koji.fedoraproject.org/koji/buildinfo?buildID=59329
Seems to work now ... Yay! Thank you. I've changed the status to CLOSED/ERRATA ... hope that's right.