When on the command line with multiple interfaces it can be a bit tricky nailing down the info.
Is a good solution. I should know all interface names but sometimes I get confused.
Sure you can hone into a particular interface itself to minimize clutter but you have to know the name first.
What do you say? Many times I use the universal "ifconfig_DEFAULT=DHCP" setting on multiple interface boxes until I get things ironed out.
I am noticing on some Denverton Atom boxes they have interfaces show up as X553 Backplane that are not addressable. So I use device.hints to hide them.
Am I missing anything? ifconfig|grepping helps sometimes.
What is your ifconfig magic?
Sometimes I use
ifconfig|more
Is a good solution. I should know all interface names but sometimes I get confused.
ifconfig -l
does not give me enough information but ifconfig -a
can be overwhelming.Sure you can hone into a particular interface itself to minimize clutter but you have to know the name first.
ifconfig wlan0
What do you say? Many times I use the universal "ifconfig_DEFAULT=DHCP" setting on multiple interface boxes until I get things ironed out.
I am noticing on some Denverton Atom boxes they have interfaces show up as X553 Backplane that are not addressable. So I use device.hints to hide them.
Am I missing anything? ifconfig|grepping helps sometimes.
What is your ifconfig magic?
Sometimes I use
pciconf -lv
to see if an interface is copper or fiber.