Something's wrong

Discussion in 'Installation/Configuration' started by m u r, Jul 28, 2005.

  1. m u r

    m u r Member

    I set up ISPConfig, and everything went smoothly, but I still can't pull anything up online. Based on the install documentation, I should be able to access it by entering "http://www.archsupply.de:81" but I can't get anything to come up.

    I am behind a firewall -- do I need to open port 81?

    Thanks.
     
  2. mcp_dk

    mcp_dk New Member

    yes you need to forward port 81 to your server!
    For normal http you should forward port 80
    Also if you want to use https you should forward port 443
    If you need to use FTP you must forward port 21
    Of you use SSH you need port 22 as well

    did i miss anything?
     
  3. peter

    peter New Member

    Code:
    yes you need to forward port 81 to your server!
    For normal http you should forward port 80
    Also if you want to use https you should forward port 443
    If you need to use FTP you must forward port 21
    Of you use SSH you need port 22 as well
    
    did i miss anything?
    Yes, port 25 for SMTP,
    port 110 for POP3,
    port 995 for POP3s,
    port 143 for IMAP,
    port 993 for IMAPs.
    Maybe port 53 for DNS.

    p.
     

Share This Page