kcaj
New Member
I've installed CSF on my Debian 7 VPS. Here are a few lines from /etc/csf/csf.conf
###############################################################################
# SECTION:IPv4 Port Settings
###############################################################################
# Lists of ports in the following comma separated lists can be added using a
# colon (e.g. 30000:35000).
# Allow incoming TCP ports
TCP_IN = "22"
# Allow outgoing TCP ports
TCP_OUT = "22,53,80"
# Allow incoming UDP ports
UDP_IN = "53,161"
# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "53"
# Allow incoming PING
ICMP_IN = "1"
# Set the per IP address incoming ICMP packet rate
# To disable rate limiting set to "0"
ICMP_IN_RATE = "1/s"
# Allow outgoing PING
ICMP_OUT = "1"
# Set the per IP address outgoing ICMP packet rate (hits per second allowed),
# e.g. "1/s"
# To disable rate limiting set to "0"
ICMP_OUT_RATE = "1/s"
My problem is a web panel on port 9091 is still accessible. I have configured the port as open in CSF, so why is it open? CSF does seem to be working to an extent, I initially forgot to open port 161 for SNMP access and the Observium poll server reported the server as being down as it couldn't reach SNMP.
Why is 9091 still open?
###############################################################################
# SECTION:IPv4 Port Settings
###############################################################################
# Lists of ports in the following comma separated lists can be added using a
# colon (e.g. 30000:35000).
# Allow incoming TCP ports
TCP_IN = "22"
# Allow outgoing TCP ports
TCP_OUT = "22,53,80"
# Allow incoming UDP ports
UDP_IN = "53,161"
# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "53"
# Allow incoming PING
ICMP_IN = "1"
# Set the per IP address incoming ICMP packet rate
# To disable rate limiting set to "0"
ICMP_IN_RATE = "1/s"
# Allow outgoing PING
ICMP_OUT = "1"
# Set the per IP address outgoing ICMP packet rate (hits per second allowed),
# e.g. "1/s"
# To disable rate limiting set to "0"
ICMP_OUT_RATE = "1/s"
My problem is a web panel on port 9091 is still accessible. I have configured the port as open in CSF, so why is it open? CSF does seem to be working to an extent, I initially forgot to open port 161 for SNMP access and the Observium poll server reported the server as being down as it couldn't reach SNMP.
Why is 9091 still open?
Last edited by a moderator: