Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To configure monitored device / specific domain please follow instructions on Adding Monitored Devices

...

Warning

We recommend using the script described in the previous section.
There is no need to take any manual steps if you already run the script.

The following communication and ports are used in a remote collector deployment scenario (table 1). Perform the following commands to accomplish this task on each DPOD local firewall:

Run in Local Node -
Change the XXXX to the IP of the Remote Collector

Code Block
iptables -I INPUT -p tcp -s XXXX/24 --dport 9300:9309 -j ACCEPT
service iptables save
service iptables restart

After running the commands, run the following command and search the output for two entries showing port 9300 (shown in red in the below screenshot)

Code Block
iptables -L -n

Image Removed