Skip to main content
Skip table of contents

General connection issues

This check list covers issues that may occur when you are unable to connect to your MRU using the MRU configurator.

Check list

  1. Check power: Is the power status lights green?

  2. Physical connection: Check the physical connection of the wiring. Have you got the correct cable and wiring connections?

  3. Ethernet connector: Is there a light in the ethernet connector on your side?

  4. Ping: Can you ping the MRU?

  5. Subnet: The MRU and the host PC should be on the same subnet. The default IP of the MRU is 10.0.0.50. and subnetmask 255.255.0.0. For more details, see here.

  6. Firewall: Communication with the configuration software is blocked by a firewall. Please check the firewall settings. For more details, see here.

  7. TCP port: A connection to TCP port 8090 is already open on your host PC. You can check this by using the terminal command:

    CODE
    netstat -ano | findstr :8090

If there is an active network connection on port 8090, the status will show as “ESTABLISHED”. This indicates that your TCP connection is active and currently in use. The application using this port must be closed if you want to free it.

connection__issues_tcp_port_labeled.png

Sometimes, you may see the status “TIME_WAIT”, which means the TCP connection has been closed. Windows keeps the socket in this state in a short period to ensure that any delayed packets do not interfere with new connections. However, the MRU IP/TCP port (10.0.0.50:8090) is still available and can accept new connections.

connection__issues_tcp_port_time_wait_labeled.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.