drjavab
New member
- Joined
- Nov 16, 2024
- Messages
- 2
as you seen in the picture the ports 8080 and 8081 are open but I don't open these ports at all.
here is my csf port config:
how can I block these ports?
here is my csf port config:
# Allow incoming TCP ports
TCP_IN = "35000:35999,20,21,22,25,53,853,80,110,143,443,465,587,993,995,2222,3306,2424,5432,2424"
# Allow outgoing TCP ports
TCP_OUT = "465,143,20,21,22,25,53,853,80,110,113,443,587,993,995,2222,3306,2424,5432"
# Allow incoming UDP ports
UDP_IN = "20,21,53,853,80,443"
# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "11335,443,20,21,53,853,113,123"
# Allow incoming TCP ports
TCP_IN = "35000:35999,20,21,22,25,53,853,80,110,143,443,465,587,993,995,2222,3306,2424,5432,2424"
# Allow outgoing TCP ports
TCP_OUT = "465,143,20,21,22,25,53,853,80,110,113,443,587,993,995,2222,3306,2424,5432"
# Allow incoming UDP ports
UDP_IN = "20,21,53,853,80,443"
# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "11335,443,20,21,53,853,113,123"
how can I block these ports?