# Rules to open port 19999 for netdata web UI.
# They are meant to be loaded when the netdata service starts.
# You can modify them. If you do so, then be aware that this file
# will not receive updates when the netdata-ui RPM is updated anymore.
# An /etc/sysconfig/ip6tables_netdata.rpmnew file will be created instead
# in case of changes in the default configuration.
*filter
-N NETDATA
# Add rule at position 11. This is kind of fragile and could need to
# be adapted if the contents of the RH-Firewall-1-INPUT chain changes
# (defined in /etc/sysconfig/ip6tables).
-I RH-Firewall-1-INPUT 11 -j NETDATA
-A NETDATA -m state --state NEW -m tcp -p tcp --dport 19999 -j ACCEPT
COMMIT
