hi
sounds like i have a similar problem, just installed fc3, went fine, activated my one nic card and got on net just fine, but upon reboot it doesn't reconnect to internet. this will be important as it'll be a remote server rebooted remotely, LOL! I checked the network setup and it IS set to activate upon reboot.
I have one nic, one network device named eth0:1 and it is set to activate when computer starts, but it doesn't. When I manually activate it, my net connection is fine.
How do I troubleshoot this to determine why it doesn't activate upon reboot?
Here is my ifconfig info, before and after manual activation
[root@localhost ~]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2620 errors:0 dropped:0 overruns:0 frame:0
TX packets:2620 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3039384 (2.8 MiB) TX bytes:3039384 (2.8 MiB)
[root@localhost ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:BA:B0:0C:60
inet6 addr: fe80::250:baff:feb0:c60/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:120 (120.0 b) TX bytes:2931 (2.8 KiB)
Interrupt:193 Base address:0x2000
eth0:1 Link encap:Ethernet HWaddr 00:50:BA:B0:0C:60
inet addr:216.153.214.234 Bcast:216.153.214.255 Mask:255.255.255.192 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:193 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2620 errors:0 dropped:0 overruns:0 frame:0
TX packets:2620 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3039384 (2.8 MiB) TX bytes:3039384 (2.8 MiB)
Thx all