Hello,
it is possible to read ip address from a database?
I have an MySQL database with a table where i match mac address to ip address.
The mac address is static but the ip address is dynamic and can change.
So it is possible befor i start for example an RDP session the the RDM is looking in to the database which ip matches at this time to the mac address?
Hi felix,
Unfortunately it's not possible that RDM can do. I don't see how we could do that with the current architecture that we have.
David Hervieux
Is it generally possible to read the ip dynamic from an external source?
I could also provide the ip in a HTTP response like this.
i call url like this http://server/showip.php?mac=00:00:00:01:02:03
and the reponse would be just
192.168.1.1
for example
That's something that we have now. We don't have any way of setting a variable from an external source for now. I will enter a feature request for that.
David Hervieux
That would be nice.
Thanks for that.
I will try to solve my problme maybe with dns records or something like that.