NetXMS Support Forum

English Support => General Support => Topic started by: TICK_TEL on June 06, 2018, 01:34:59 PM

Title: Unable to add a second node (same IP)
Post by: TICK_TEL on June 06, 2018, 01:34:59 PM
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?
Title: Re: Unable to add a second node (same IP)
Post by: Tursiops on June 07, 2018, 04:38:50 PM
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:

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