MAC Address 'unknown'
Thomas Hayes
Posts: 1,164
I just noticed that the MAC address of a controller is 'known' and displayed on RMS as long as you do not engage the security on the Master. Once engaged the MAC becomes 'unknown' Does anyone know of a fix, as I would like to view the MAC address of the Masters in RMS so I can match them to my UTK info.
0
Comments
From what I understand, the RMS modules on the master attempts to telnet into itself after a reboot to obtain the MAC address (probably by parsing the result of a SHOW SYSTEM or GET IP 0 command). If your security settings are not the default settings the introspective telnet login fails. I've heard that in future versions of RMS (presumably RMS2020) the modules will be duet, which will allow the module to get such information from the master "natively" without having to telnet into itself. Not being a duet programmer, I don't know how possible this is.
As for a fix, you would probably have to write your own "introspective telnet" module which somehow knows the correct credentials for your system. (I'll leave that to your imagination!) You should then be able to register an additional parameter with RMS which is used to store the real MAC address.
Roger McLean
Swinburne University
If you log into your master when it is booting up and 'msg on' you will see the RMS socket attempt to open a Telnet session to address 127.0.0.1. This is what I was talking about regarding the introspective telent session. I'm not willing to trade off security against such a feature, as useful as MAC address info would be. I guess while the RMS code is non-duet they have no other option for obtaining the MAC.
Roger McLean
Swinburne University
Setting up rolling keys works well is you want to go that route. There's a few crypto libraries around for Java as well so you can implement a pretty solid system when it comes to your comms between whatever is doing you key generation and the AMX box's.
Sorry to threadjack, but don't suppose anyone has had an luck integrating with any of the RSA gear?