Description of problem: A new wired NIC (ethernet network interface card) which is inserted after original Fedora software install, gets an automatic connection at boot (activated with DHCP, etc.) The old wired NIC which was present during the original Fedora software install waits for the desktop user to choose network connection (does not get activated automatically at boot using DHCP, etc.) This inconsistent treatment of interfaces is confusing. Version-Release number of selected component (if applicable): NetworkManager-0.7.0.99-5.git20090326.fc11.i586 NetworkManager-glib-0.7.0.99-5.git20090326.fc11.i586 NetworkManager-gnome-0.7.0.99-5.git20090326.fc11.i586 How reproducible: always Steps to Reproduce: 1. Fresh install Fedora 11 Beta i386 DVD with only one wired NIC in box. 2. Observe network connection management. 3. Install a second wired NIC (and switch the single network cable to use it) and observe network connection management. Actual results: Wired NIC that is present at original Fedora software install does not get an active network connection until desktop user chooses which connection to activate. Wired NIC that is added after original software install, gets activated automatically at desktop boot without requiring user action. Expected results: Same treatment by software regardless of when wired NIC is detected (during original software OS install, or after later hardware addition): if cable is connected, then offer that interface for user selection; but do not activate until the desktop user chooses to do so. Additional info:
I am experiencing the same problem. Updated rawhide as of 2009-04-08. I have to manually select the 'System eth0' connection before it will connect. I have a .bash_profile script that I run to make an SSH tunnel, and this will no longer work as there's no connection whenever I login.
This is because the DVD install did not use a network device, and anaconda will not mark devices *not* used for install to be automatically activated. However, new devices will be automatically activated when plugged in. I bet, if you look in your /etc/sysconfig/network-scripts/ifcfg-eth0 file, you'll find "ONBOOT=no", which was written by anaconda during install-time. If you change that to "yes", it will work.
Yes, I found "ONBOOT=no". Changing to "ONBOOT=yes" and rebooting made it connect immediately without waiting for me to login and choose.
Thanks for filling this bug. I seams that the problem could be solved during a change of the config file. Therefore I will setting this report to CLOSED:NOTABUG. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
*** Bug 492812 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 498207 ***