Finding the IP of the DMXEthergate or Datagate
Problem:
Finding the IP of the DMXEthergate or DatagateSolution:
The default IP of all our Ethernet enabled products (DMXEthergate, Datagate ..) is based on the MAC address / serial number. A MAC address is typically formated as: 0050C20750C2 The MAC address is in hexadecimal format. The IP is based on 10.x.y.z network where x,y and z are based on last digit couples of the MAC converted to decimal. First we need to convert from hexadecimal to decimal. 07 -> 07 50 -> 80 C2 -> 194 So, in this case the IP would be 10.7.80.194 You can also try and poll the network with Gateconfig to display the IP address of the box.Keywords: IP address Datagate DMXEthergate
