July 18, 201115 yr Hello all, I've been spending time trying to get to know my new ubuntu 11.04 server set up a bit more in depth recently and have started adding packages to it with the view of running ISPconfig, allowing friends to host their sites on my server, and Firefly as a home media server. The problem is I cant seem to access the front end of any of these services, despite them seemingly having been installed correctly. I've ran an lsof to check if the ports were available and nothing. Researching on google has pointed me to including 'Listen 3689' etc in my httpd file or my ports.conf file, however when I do this, apache2 fails and wont restart with the lines added. Im hoping someone can help or at least point me in the direction of what I need to research to find a solution! Cheers
July 18, 201115 yr Author what netstat -a shows? Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:https *:* LISTEN tcp 0 0 localhost:4700 *:* LISTEN tcp 0 0 *:49152 *:* LISTEN tcp 0 0 *:afpovertcp *:* LISTEN tcp 0 0 localhost:10025 *:* LISTEN tcp 0 0 *:mysql *:* LISTEN tcp 0 0 *:http-alt *:* LISTEN tcp 0 0 *:www *:* LISTEN tcp 0 0 *:tproxy *:* LISTEN tcp 0 0 192.168.1.6:domain *:* LISTEN tcp 0 0 localhost:domain *:* LISTEN tcp 0 0 *:ftp *:* LISTEN tcp 0 0 *:ssh *:* LISTEN tcp 0 0 localhost:953 *:* LISTEN tcp 0 0 *:smtp *:* LISTEN tcp 0 0 192.168.1.6:ssh host81-139-154-28:61325 ESTABLISHED tcp6 0 0 [::]:imaps [::]:* LISTEN tcp6 0 0 [::]:pop3s [::]:* LISTEN tcp6 0 0 [::]:pop3 [::]:* LISTEN tcp6 0 0 [::]:imap2 [::]:* LISTEN tcp6 0 0 [::]:domain [::]:* LISTEN tcp6 0 0 [::]:ftp [::]:* LISTEN tcp6 0 0 [::]:ssh [::]:* LISTEN tcp6 0 0 ip6-localhost:953 [::]:* LISTEN udp 0 0 *:mdns *:* udp 0 0 localhost:37184 *:* udp 0 0 *:1900 *:* udp 0 0 192.168.1.6:domain *:* udp 0 0 localhost:domain *:* udp 0 0 *:bootpc *:* udp 0 0 192.168.1.6:ntp *:* udp 0 0 localhost:ntp *:* udp 0 0 *:ntp *:* udp 0 0 *:37002 *:* udp6 0 0 [::]:mdns [::]:* udp6 0 0 [::]:domain [::]:* udp6 0 0 ip6-localhost:ntp [::]:* udp6 0 0 fe80::216:ecff:fea6:ntp [::]:* udp6 0 0 [::]:ntp [::]:* udp6 0 0 [::]:46248 [::]:* Nothing about the ports in question I believe ISPconfig is 8080 and Firefly is 3689, and squirrelmail is 3333.
July 18, 201115 yr it says that you have both, https (443) and www (80) ports open and listening, and a few more anyway try to connect the that server from the inside (localhost), if it works check if you have any firewall up and running, you may try /etc/init.d/iptables stop
July 18, 201115 yr Author it says that you have both, https (443) and www (80) ports open and listening, and a few more anyway try to connect the that server from the inside (localhost), if it works check if you have any firewall up and running, you may try /etc/init.d/iptables stop I've tried 192.168.1.6 (servers local address) and I can access my website fine, still no interfaces though. I dont appear to have an /etc/init.d/iptables to stop either :\
Create an account or sign in to comment