Unable to add a second node (same IP)

Started by TICK_TEL, June 06, 2018, 01:34:59 PM

Previous topic - Next topic

TICK_TEL

Hello,

I am currently trying to monitor both a Terminal Server and Domain Controller. I have the Terminal Server added as a node using the hostname remote.exmaple.com which uses port 4701 (translates to 4700). I've then also tried to add the Domain Controller which sits on the same network using the hostname and IP which uses port 4702 and translates to 4700 but I get the error;

'Create new node' has encountered a problem.

Cannot create node object "DC1": IP conflict with node TS1

Any ideas on how I can resolve this or get around it?

Tursiops

Hi,

NetXMS requires unique IPs per zone. As you are using the same IP twice (the public IP), you are seeing that error.

You probably want to either:

  • use a proxy node in the network (e.g. only your DC or RDS) and configure other hosts in the network to talk to the proxy/allow the proxy to talk to them. If you search the forum you should be able to find some help on how to set this up. Documentation can be found here
  • use Agent Tunnels to have each node talk back to the server instead. This is a bit more involved to set up, but means you are not depending on a single proxy node for all agents behind some NAT device. Documentation can be found here. There is also an older forum post here back from when I first struggled with setting this up.  ;D

Some not so great (read: "terrible, don't do this") options for the sake of completeness:
- If you have plenty of public IPs, you can create each port forward with a separate public IP
- You can create a separate zone for each server. IPs only have to be unique across zones.

Cheers