Ports? (all)

  • Hello,


    Can i receive a list for Ports TCP / UDP that will be used by I-MSCP? (all)


    Because i want to configure my OVH Firewall ? :)


    is that all?
    Bildschirmfoto vom 2017-04-30 07-24-55.png


    EDIT: With that config i have troube sending emails and also the cron spamassasin makes an error, what have i forgotten here? :)


    Thanks

    Edited 2 times, last by Goodpeace ().

  • To resume:
    1. Your server should be able to connect everywhere with every protocol
    2. Traffic on the loopback interface should be allowed with every protocol


    3. Traffic to your server:
    Panel:
    - Panel HTTP Port TCP
    - Panel HTTPS Port TCP


    Mail:
    - Port 25 TCP (SMTP)
    - Port 110 TCP (POP3)
    - Port 143 TCP (IMAP)
    - Port 465 TCP (SMTPs)
    - Port 587 TCP (SMTP-Submission)
    - Port 993 TCP (IMAPs)
    - Port 995 TCP (POP3s)


    FTP:
    - Port 20 TCP
    - Port 21 TCP
    - Passive Port range you can find in FTP Server config file (ProFTPD or VSFTPD)


    DNS:
    - Port 53 (TCP and UDP)


    Web:
    - Port 80 TCP (HTTP)
    - Port 443 TCP (HTTPS)


    If you need to connect to MySQL externally:
    - Port 3306 TCP


    Than you should also open your ssh port in order to manage your box, or whatever other port/protocol used to perform this kind of tasts. Generally Port 22 TCP.
    I think it's all you need. Perhaps I missed something, but it should be OK.

  • Thank you for that :)
    But this is generally what i have done in the screenshot or what is missing there?


    EDIT: Installed UFW Firewall because its very simple to work with, i have now activated all needed and seems to run perfectly. Need to add github port too.


    Edited once, last by Goodpeace ().