ptc_d on linux is identifying wrong host id
I'm attempting to deploy lmgrd and ptc_d on a linux (Centos 7) machine, and have provided my server's host id to PTC for a license. The host id in this case is the MAC address: 70-85-...redacted....
the license file came to me with some parts missing, specifically __HOSTNAME__ and __PTCD_PATH__
I have replaced __HOSTNAME__ with my server's correct name, and I have replaced __PTCD_PATH__ with a simple period (.) to indicate "current directory", and located all the files including the license all together in one place under /usr/local/mathcad.
When I attempt to start the licence manager: ./lmgrd -c mathcad.lic it will not start, the error given from ptc_d is that the host id is incorrect. The license SERVER line has my correct MAC 70-85-...redacted.... but ptc_d is complaining it has "detected" a host id 06-00-00-00-00-00.
None of the server's ethernet interfaces have a MAC address like this. I would be grateful for any assistance here!
Precise error shown:
10:41:22 (ptc_d) Wrong hostid on SERVER line for license file:
10:41:22 (ptc_d) mathcad.lic
10:41:22 (ptc_d) SERVER line says PTC_HOSTID=70-85-...redacted...., hostid is PTC_HOSTID=06-00-00-00-00-00
10:41:22 (ptc_d) Invalid hostid on SERVER line

