Results 1 to 5 of 5

Thread: Finding MAC addresses

  1. #1
    Join Date
    Dec 2009
    Location
    Texas
    Beans
    22

    Finding MAC addresses

    I am attempting to setup a cluster, and I need to find the MAC addresses of the nodes I'm attempting to put on the cluster's network.

    I do not have a way to view the node information locally, and my cluster setup is diskless/server centric.

    I was curious if any of you gurus knew of a way to view MACs without having to sit at each node and find them through the BIOS or something.


    Just a note, I will at some point have to go in and make sure the boot priority in the BIOS is set to network/LAN as the primary. I was just hoping to get around to setting up the server before I did the node BIOS setup.

    Thanks
    Doug

  2. #2
    Join Date
    Jan 2010
    Location
    Manhattan
    Beans
    200
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Finding MAC addresses

    I'm probably misunderstanding your question, and am surely no network administrator, but you can find the MACs using something like

    dmesg | fgrep eth

    You still need to go to the nodes - as said, no network expert at all, but how could you avoid that if the nodes aren't linked yet? Gl.

  3. #3
    Join Date
    Oct 2009
    Location
    Denver, CO, USA
    Beans
    139
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Finding MAC addresses

    Unless you already have them hooked and connected to the node, you're not going to be able to see each MAC address without physically sitting at each one. Do you have phone connectivity to each site? Perhaps you can guide somebody who is local at each site.

  4. #4
    Join Date
    Mar 2007
    Location
    Promiseland
    Beans
    1,549
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Finding MAC addresses

    a way to view MACs
    From a terminal:
    Code:
    $ ifconfig
    eth0      Link encap:Ethernet  HWaddr 00:30:1b:bc:51:b8  
    ....
    HWaddr is the MAC
    Cheers,


    The Linux Command Line at http://linuxcommand.org/

  5. #5
    Join Date
    Dec 2009
    Location
    Texas
    Beans
    22

    Re: Finding MAC addresses

    Quote Originally Posted by JackRock View Post
    Unless you already have them hooked and connected to the node, you're not going to be able to see each MAC address without physically sitting at each one. Do you have phone connectivity to each site? Perhaps you can guide somebody who is local at each site.
    These nodes are in the same room as I am. They are linked through a switch to a tower I am attempting to setup as a server. I simply did not wish to have to connect a monitor/keyboard to each one in turn in order to find out the MAC address. Is there even a method to finding the MAC address through the BIOS?

    From a terminal:
    Code:
    $ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:30:1b:bc:51:b8
    ....
    HWaddr is the MAC
    I do know how to find the MAC locally. But is there a way to find the address through a remotely linked node ? Like list the connections of say... a switch for example (And I do realize that I have to be able to tele into said switch in order to find out the configuration tables) But perhaps something like a broadcast through the network that might return said MAC addresses?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •