multi interface netxms server polling problem

Started by Amin, March 13, 2013, 06:32:35 AM

Previous topic - Next topic

Amin

Dear All,

I installed netxms server in my freebsd server with mysql option.
my netxms server have several interface:
1- em1: 10.0.0.1
2- em2: 172.30.0.1
3- em3: 192.168.0.2  this is have default gateway to 192.168.0.1 for internet
now I added several devices to netxms
one of device have this ip 10.0.0.4, but netxms can not poll configuration
this server can't recognize two subnet network( 10.0.0.1/24 and 172.30.0.1/24 )
so what can I do to fix this?
------------
I dissabled firewall ( ipfw ) , it is working.
so I added two ports 4701 and 4747, after enableing ipfw , it is working.
is there any port to be open for netxms server?

Victor Kirhenshtein

Hi!

NetXMS uses the following ports:

server: 4701 (client connections), 4702 (inter-server communications), 4747 (mobile agent connections)
agent: 4700 (server connections)

Best regards,
Victor