I encounter a problem when configure the connection. My computer resides in a LAN, I want to assign it a static IP address.
Thus with the help of port mapping on the router, I will be able to access my box from outside.
I modified the configuration file /etc/sysconfig/network-scripts/ifcfg-eth0 and ifconfig shows a static IP 192.168.1.120 has already been bound to my machine. From another computer in the same LAN, I can ping 192.168.1.120 but fail to access the HTTP server on 192.168.1.120(sure the HTTP service is up).
What may be the problem?
