In article <[EMAIL PROTECTED]> you wrote: >> use nameif. > > This has been suggested before but AIUI nameif has problems/limitations > renaming eth0.
Well, you just cant use existing names (this could be fixed, however i am not sure if this is needed) I am currently not sure which limitation that is which makes eth0 special. We could enhance the ifup interfaces file format to use MACs as interface identifiers and have an additional labeling statement. (i know it can be done with other means right now but I think it sould be introduced as first class citizen - AIUI just like suse does): iface 00:00:C0:A1:E7:CD inet static name lan0 address 10.0.0.3 network 10.0.0.0 netmask 255.255.255.0 broadcast 10.0.0.255 gateway 10.0.0.1 up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.0.0.1 || true We could even "just" change the kernel to asign a name ethXXXXXXXXXXXX, then most likely no new features are needed. Gruss Bernd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]