AFAICT, on-board NICs have sequential MAC Adresses, with the one labeled "Port 1" has the smallest MAC Address. So far, *all* Linux distros I've used on a server will reliably name "Port X" as "eth$((X-1))". So it's never a puzzle as to which port bears which "ethX" moniker.
The new naming scheme, however, is much less intuitive. Where originally I just immediately use eth0, now I have to enumerate the monikers first, because even between servers of the same model (let's say, HP's DL360 G7), the PCI attachment point might differ.
Granted, Linux SysAdmins *are* expected to understand the vagaries of Linux, but it's still a great inconvenience.
Rgds,
--
On Apr 7, 2013 8:13 AM, "William Kenworthy" <bi...@iinet.net.au> wrote:
>
> On 07/04/13 01:10, Alan Mackenzie wrote:
> > 'Evening, Alan.
> >
> > On Sat, Apr 06, 2013 at 06:36:07PM +0200, Alan McKinnon wrote:
> >> On 06/04/2013 17:57, Alan Mackenzie wrote:
> >>>> Please excuse me, I am running back and forth from the servers and
> >>>>> typing the error message here. Did our configuration get switched to
> >>>>> IP6? These are our DB servers and why me!!! Why ME!!!!!
> >>> No, it's not just you, it's happened to pretty much everybody. udev-200
> >>> now renames eth0, eth1, ....
> >
> >> Please please PLEASE, for the love of god joseph mary and every other
> >> $DEITY on the planet
> >
> >> STOP SPREADING THIS FUD
> >
> >> It did not happen to pretty much everybody. It happened to people who
> >> blindly updated thignsd and walked away, who did not read the news
> >> announcement, who did not read the CLEARLY WORDED wiki article at
> >> freedesktop.org or alternatively went into mod-induced panic and started
> >> making shit up in their heads.
> >
> > Steady on, old chap! By "it" I was meaning the general inconvenience
> > all round occasioned by the changes between udev-{197,200}. Not
> > everybody encountered this. For example Dale, and Walt D. didn't have
> > to do anything. But pretty much everybody else did.
> >
> >
>
> I didnt get hit either either, but ("STRONG" hint") ... I use eudev, so
> dies Dale and I believe Walt uses mdev. Time for those in server
> environments to jump ship?
>
> It may hit us eventually, but at the moment its :)
>
> BillK
Well, *my* Gentoo servers are already running mdev...
Hmm... doesn't anyone think it's weird that we haven't heard any complaints / horror stories from the Gentoo-server mailing list?
Rgds,
--
On Apr 9, 2013 12:32 AM, "Jarry" <mr.j...@gmail.com> wrote:
>
> On 08-Apr-13 19:19, Michael Mol wrote:
>>
>> On 04/08/2013 12:28 PM, Bruce Hill wrote:
>>>
>>> On Sat, Apr 06, 2013 at 10:58:38PM -0400, Randy Barlow wrote:
>>>>
>>>> On Sat, 6 Apr 2013 22:35:22 -0400
>>>> Nick Khamis <sym...@gmail.com> wrote:
>>>>>
>>>>> As for /sbin/ip. I have no such command.
>>>>
>>>>
>>>> I'd recommend installing and becoming familiar with the iproute2
>>>> package. I personally find the tools it delivers to be more intuitive
>>>> than the older tools, and I *think* they are considered to obsolote some
>>>> tools, such as ifconfig.
>>>
>>>
>>> Ack to Randy's. FWIW: http://inai.de/2008/02/19
>>
>>
>> That page has a handy list at the end. I've gone back to the page twice
>> today...bookmarked.
>
>
> Maybe time to update our Gentoo Handbook to use "ip" instead
> of "ifconfig/route" so that users could get used to it right
> during installation...
>
>
> Jarry
> --
>
TBH, the first time I learnt about iproute2 -- about 3 or 4 years ago -- I no longer use ifconfig.
It's so similar to Cisco IOS commands structure that I immediately took a liking to it. (Less cognitive dissonance going back and forth between Linux and Cisco routers).
Rgds,
--
Personally, I always try to install *any* Linux server on top of Xen (in my case, XenServer). That way, I got a remote "console" always.
Rgds,
--