Hi Guys, I'm tryng to use ISPCONFIG 3 on my home webserver follow what I did: 1. I buyed a domain qaligo.com on godaddy 2. I buyed a DNS Service on no-ip.com 3. I configured my home webserver with Debian 6.0 and Ispconfig 3 4. Create a website 'qaligo.com' 5. Create a Client called 'ciccio' 6. replace the DNS server of godaddy with DNS NO-IP server 7. turn on my hme webserver 8. enabled the noip client with the command: /usr/local/bin/noip2 NOTE: I buyed the DNS service 'cause I have a dynamic ip **ISSUE** my home webserver is turn on but when I digit http://www.qaligo.com or http://qaligo.com I always receive the follow mssage: "CONNECTION TIMED OUT" IS IT A PROBLEM OF 'MY CONFIGURATION HOME WEBSERVER' OR 'ISPCONFIG CONFIGURATION' PROBLEM? thank you in advance S
Did you configure your router to forward all necessary ports to your ISPconfig server (like 80, 443, 25, 110, 143, 8080)?
Hi Falco, I hust set only the following port on my router FIREWALL LIST Rule App Protocol Door 1 Door 2 Local IP Port 1 Port 2 1 HTTP_Server TCP 80 80 192.168.X.XXX 80 80 2 SSH All 22 22 192.168.X.XXX 22 22 3 HTTP_Server All 8080 8080 192.168.X.XXX 8080 8080 I have to set also the other ports? thank you in advance S
That depends on what other services you need. If you want to use https, you must forward port 443 as well. For SMTP, it's port 25, for POP3 110, for IMAP 143, etc.