PDA

View Full Version : [ubuntu] Can't connect to fresh Hardy Server install


hise0001
May 2nd, 2008, 11:46 AM
I have made a fresh install of Hardy Server with LAMP and SAMBA settings.

From my Hardy Desktop I can successfully ping the Hardy Server; but, if I open a Hardy Desktop browser and enter http://<ip address to Hardy Desktop>, I receive a Unable to Connect (site unavailable) message.

Looking at "ps" on HardyDesktop, it appears apache2 is running.

Does Hardy Desktop default to all ports closed or something?

Any insight would be greatly appreciated.

ghostknife
May 3rd, 2008, 04:33 PM
Can you access it by browsing http://127.0.0.1/ on the server itself (inside Firefox)?

If you can, paste the output of the following command:

sudo iptables -nL

Also, try configuring your firewall on the server. Add inbound port 80 TCP and restart the firewall to be sure changes take effect, if that fixes the problem let me know and I'll give you the port numbers for SAMBA.