Author Topic: CSF Port Closing Problem  (Read 4701 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CSF Port Closing Problem
« on: December 13, 2019, 04:31:22 PM »
Hello Everyone,

i have on my csf.conf following ports as allowed

Code: [Select]
# Allow incoming TCP ports
TCP_IN = "20,21,31,25,53,80,110,143,443,465,587,993,995,2030,2031,2082,2083,2086,2087,2095,2096,25565,10011,25565,29988,9990,9991,8193"

# Allow outgoing TCP ports
TCP_OUT = "20,21,31,25,53,80,110,113,443,465,2030,2031,2082,2083,2086,2087,2095,2096,587,993,995,2080,2443,25565,10011,25565,29988,9990,9991,8193"

# Allow incoming UDP ports
UDP_IN = "20,21,53,25565,29988,9990,9991,8193"

# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "20,21,53,113,123,25565,29988,9990,9991,8193"

but when i do a port scan i see that port 111 (portmapper) is still open.

I have already completely reinstalled cwp 2 times, unfortunately no success.

does anyone have an idea why this can be and I can close the port?

Re: CSF Port Closing Problem
« Reply #1 on: December 14, 2019, 02:48:21 PM »
Code: [Select]
grep 111 /etc/csf/csf.conf
DROP_NOLOG = "23,67,68,111,113,135:139,445,500,513,520"
Suggest reading up on CSF and DROP_NOLOG ;)