|
From: mohm senad on 7 Feb 2005 13:45 the Question is how to get the mac adress of NOT plumbed network interfaces. It is easy to get mac addr. of plumbed interfaces (ifconfig -a) but what about not plumbed interfaces. the local-mac-address? is set to true. Thx potros
From: PM on 7 Feb 2005 14:00 mohm senad wrote: > the Question is how to get the mac adress of NOT plumbed network > interfaces. > > It is easy to get mac addr. of plumbed interfaces (ifconfig -a) but > what about not plumbed interfaces. > May be 'arp' is your friend
From: mohm senad on 7 Feb 2005 14:56 On Mon, 07 Feb 2005 20:00:43 +0100, PM <pm(a)gmx.de> wrote: >mohm senad wrote: >> the Question is how to get the mac adress of NOT plumbed network >> interfaces. >> >> It is easy to get mac addr. of plumbed interfaces (ifconfig -a) but >> what about not plumbed interfaces. >> >May be 'arp' is your friend as I wrote the interface is not plumbed! it has no IP-addr. It is used for heart-beat, without IP.
From: Chris Lawson on 7 Feb 2005 15:24 mohm senad wrote: > the Question is how to get the mac adress of NOT plumbed network > interfaces. > > It is easy to get mac addr. of plumbed interfaces (ifconfig -a) but > what about not plumbed interfaces. > > the local-mac-address? is set to true. > > Thx > potros > # prtconf -pv | grep local-mac-address will give you some, but sadly not all the info. -- Chris
From: brandysimon@gmail.com on 7 Feb 2005 23:22
`prtpicl -v` may work |