NetWorker: Management Console (NMC) is not accessible on dual-NIC NMC server

Summary: The NetWorker Management Console (NMC) server is configured with multiple Network Adapters.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

The NetWorker Management Console (NMC) server is deployed or upgraded to one of the following versions (or later):

  • 19.11.0.4
  • 19.12.0.1

The NMC server has multiple Network Adapters. The adapters have different IP addresses, and in some scenarios, different DNS/hostnames associated with the unique IPs.
The NetWorker Runtime Environment (NRE) NMC launcher uses a specific hostname/IP address to connect to the NMC server, for example:

Specifying address in NRE NMC launcher 

The NMC connection ignores the address specified and connects with another hostname/IP:

Connection goes to another hostname instead

The NMC client (host launching the console) does not have network access to the address it is forcing the connection to.
The connection to the NMC fails. 
One, or both of the following symptoms may apply.

  • The hostname shown in the "Security Warning" window does not resolve from the host launching the NMC.
  • The IP address shown (or associated with the hostname) is not reachable from the host launching the NMC.

Cause

This issue appeared due to code change NETWORKER-105298 which resolves a security concern regarding HTTP host header injection. The symptoms outlined appear on NMC servers with multiple Network Adapters. The NMC connection is enforced through the hosts primary address and does not allow connection from another network, such as a management or external address.

 

The NMC server's gconsole.jnlp file forces the connection to the address associated with the NMC server gstd daemon.

  • Linux: /opt/lgtonmc/web/gconsole.jnlp
  • Windows (Default): C:\Program Files\EMC NetWorker\Management\GST\web\gconsole.jnlp
<jnlp
        spec="1.0+"
        codebase="https://IPADDR_REPLACE_AT_RUNTIME(192.168.9.100):9000/"
        href="gconsole.jnlp">
        <resources arch="amd64">
...
<application-desc main-class="COM.legato.gwt.framework.LMainWindow">
                <argument>-g</argument>
                <argument>IPADDR_REPLACE_AT_RUNTIME(192.168.9.100)</argument>

The address forced upon launching the NMC is not accessible from the host launching the NMC.

Resolution

This issue has been raised to NetWorker engineering.

Workaround:

  1. On the NMC server, open the gconsole.jnlp with a text editor. Use sudo or root shell on Linux hosts.
    • Linux: /opt/lgtonmc/web/gconsole.jnlp
    • Windows (Default): C:\Program Files\EMC NetWorker\Management\GST\web\gconsole.jnlp
  1. Modify the file to force the connection through an address that is reachable from all hosts launching the NMC. For example:

Change:

<jnlp
        spec="1.0+"
        codebase="https://IPADDR_REPLACE_AT_RUNTIME(192.168.9.100):9000/"
        href="gconsole.jnlp">
        <resources arch="amd64">
...
<application-desc main-class="COM.legato.gwt.framework.LMainWindow">
                <argument>-g</argument>
                <argument>IPADDR_REPLACE_AT_RUNTIME(192.168.9.100)</argument>
To the IP address you would like to use for connections, example:
<jnlp
        spec="1.0+"
        codebase="https://192.168.7.100:9000/"
        href="gconsole.jnlp">
        <resources arch="amd64">
...
<application-desc main-class="COM.legato.gwt.framework.LMainWindow">
                <argument>-g</argument>
                <argument>192.168.7.100</argument>
NOTE: This change does not require a service restart.
  1. If you are using the NetWorker Runtime Environment (NRE) to launch the NMC, delete the gconsole.jnlp from the Temp folder on the host launching the NMC.
Default path: C:\Program Files\NRE\temp\gconsole.jnlp
Additional instructions for clearing the cache can be found in: NRE 8.x: How to clear Java Cache, enable Java Console and Debugging.
  1. Relaunch the NMC.

Additional Information

Affected Products

NetWorker Management Console

Products

NetWorker Family, NetWorker
Article Properties
Article Number: 000403207
Article Type: Solution
Last Modified: 15 Dec 2025
Version:  2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.