I installed FC3 today and am working on getting it configured. I did just run into one slight issue which I could probably solve if I had consumed fewer "configuration beers" or were a bit less senile.
Anyway, to get to the point... I like to set my ethernet card up so that users can bring it up or down as needed. In the past, I have (as far as I can remember anyway) just set my ifcfg-eth0 script to include the line "USRCTL=yes" and "ONBOOT=no"
I have done that and get a message telling me that users cannot control the device. I can use the "neat" utility and bring the interface up or down, but have used the simple aliases "net" and "nonet" for this in the past. Below I will post my ifcfg-eth0 and the results of trying to bring it up from the command line:
- Code: Select all
[dishawjp@localhost ~]$ more /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=no
TYPE=Ethernet
USRCTL=yes
[dishawjp@localhost ~]$ net
Users cannot control this device.
[dishawjp@localhost ~]$
I still have a lot more setup to do, but would appreciate any input on this.
Otherwise, I am happy with FC3 so far. It is a bit different, but not too different to get along with. My tune on that may change once I try to get my nVIDIA 3D driver installed though. I've read about a lot of people having difficulties there.
As always, thanks in advance for any pointers,
Jim


