Hi,
So I have CSF installed on QuickBox Pro and seems to be all working fine.
But do have a question about the following ports that are listed in: I got the below info from: https://github.com/QuickBox/QB/blob/master/setup/templates/csf.conf.template
Does anyone know what the below Ports are used for?
3000, 3443, 5050, 8888
Full list of ports from github link above
# Allow incoming TCP ports
TCP_IN = "22,25,53,80,110,143,443,465,587,993,995,3000,3443,4040,4242,4747,5757,5050,8000,8081,8181,8384,8888,8989,9117,20000:61000,65080"
# Allow outgoing TCP ports
TCP_OUT = "22,25,53,80,110,113,443,587,993,995,3000,3443,4040,4242,4747,5757,5050,8000,8081,8181,8384,8888,8989,9117,20000:61000,65080"
# Allow incoming UDP ports
UDP_IN = "22,53,3000,3443,4040,4242,4747,5757,5050,8000,8081,8181,8384,8888,8989,9117,20000:61000,65080"
# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "22,53,113,123,3000,3443,4040,4242,4747,5757,5050,8000,8081,8181,8384,8888,8989,9117,20000:61000,65080"
I have been able to workout most of the ports from doing a Googling, which I have listed below:
22 = SSH
25 = SMTP
53 = DNS
80 = HTTP
110 = POP3
113 = Ident / Auth
123 = NTP
143 = IMAP
443 = HTTPS
465 = SMTP over TLS/SSL
587 = SMTP
993 = IMAP over TLS/SSL
995 = POP3 over TLS/SSL
4040 = Subsonic
4242 = Quassel
4747 = SSH
5757 = FTP
8000 = pyLoad
8081 = SickGear, SickChill, Medusa
8181 = Tautulli, Headphones
8384 = Syncthing
8989 = Sonarr
9117 = Jackett
Regards,
Garry