Hello i was installing ispconfig and now works but ive got some `problems : 1 i 've got a domain xxx.com wiht godaddy, and work perfect with ispconfig , if ou go to ispconfig with https:// xxxx.com:81 go to ispconfig panel but if i go to xxx.com or www.xxx.com the error say : Can't access web page. 2- i'm using nat with my router and port 80 is open. 3- i was scanning ports with ispconfig and say taht is open. Thanks Till
Do the DNS records for xxx.com and www.xxx.com point to your router's public IP address? You can check that with Code: dig xxx.com dig www.xxx.com Also, make sure that your ISP doesn't block port 80.
Hello Falko i do a dig xxxx.com and resolst is this : ; <<>> DiG 9.5.1-P3 <<>> www.awiyem.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6657 ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;www.awiyem.com. IN A ;; ANSWER SECTION: www.awiyem.com. 3600 IN CNAME awiyem.com. awiyem.com. 1800 IN A 80.32.42.66 ;; Query time: 366 msec ;; SERVER: 80.58.61.250#53(80.58.61.250) ;; WHEN: Fri Nov 20 14:10:15 2009 ;; MSG SIZE rcvd: 62 ; <<>> DiG 9.5.1-P3 <<>> awiyem.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45237 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;awiyem.com. IN A ;; ANSWER SECTION: awiyem.com. 1800 IN A 80.32.42.66 ;; Query time: 81 msec ;; SERVER: 80.58.61.250#53(80.58.61.250) ;; WHEN: Fri Nov 20 14:10:00 2009 ;; MSG SIZE rcvd: 44 I've check port 80 and it's open. thanks