...
To configure monitored device / specific domain please follow instructions on Adding Monitored Devices
...
Warning |
---|
We recommend using the script described in the previous section. |
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 |