Ok, I installed Ubuntu. Set it up as a server with apache and all that. Now When I go to ubuntu’s IP (http://192.168.216.128) on the machine VMWare server is installed on it works fine. But when I try it on a PC without the VMWare server installed it doesnt work…?
Uups, just noticed that ubuntu doesnt have system-config-securitylevel. Its a Fedora/RedHat/CentOS exclusive app. At work we use RedHat/CentOS so I thought that you could configure the firewall using it…
In Ubuntu you’ve to forward the ports configuring IPtables directly…
In a terminal:
sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT
or if you want a graphical interface for your firewall u can installl FIRESTARTER
It seems to be all ok, your eth0 interface is up and working. Are you sure that this PC’s is in the same LAN? If you make a ping from the other PC, to the Server Machine IP (192.168.216.128)… do you have response?