How do I find my server's MAC Address?
Posted by Victor Lee on 07 February 2014 05:00 PM
|
From the web interface:
- Go to the RLM server's web interface.
- From the server machine go to http://localhost:5054 or from another machine use http://servername:5054, replacing server name as appropriate.
- On the left side, click on "System Info".
- Look for the "Ethernet" line below "Hostids".
Or
From the command line on the server:
- On Windows: "c:\Program Files(x86)\GenArts\rlm\rlmutil.exe" rlmhostid ether
- On Mac: "/Library/Application Support/GenArts/rlm/rlmutil" rlmhostid ether
- On Linux: "/usr/genarts/SapphireOFX/rlm/rlmutil" rlmhostid ether
|
(1 vote(s))
Helpful Not helpful
|