DA + CFS default ports

KingEZFLOW

Verified User
Joined
Aug 2, 2024
Messages
6
Sorry if I posted this in the wrong thread.
Does anyone know the default CSF ports for ipv4 that are set for a fresh installation of DA? I accidentally set a profile and now the ports are scuffed
 
If you let DA install the firewall then it will add some ports, like the FTP passive port range.

If I'm not mistaken this is what DA sets open by default when installation is finished:
Code:
# Allow incoming TCP ports
TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,853,993,995,2222,2703,35000:35999"

# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,53,80,110,113,143,443,587,853,993,995,2222,2703,24441,35000:35999"

The last range 35000:35999 is the pasv port range for FTP.
Feel free to add to your own firewall what you think is required for your needs.
 
Back
Top