hiddenknight821 wrote: » Are you sure you are doing it properly? When I edit the ifcfg-ethX script files directly in /etc/sysconfig/network-scripts/ directory, I was able to set it as DHCP client or use the static IP without a problem. You may need to set BOOTPROTO to none. You are required to have at least IPADDR, NETMASK, and GATEWAY option to make static IP works. You'd need to restart the network service by issuing `/etc/init.d/network restart`. You can't access the website with this script file configured alone. You'd also have to change the /etc/resolv.conf file. Perhaps you didn't point to the correct name servers, but make sure you configured it correctly. If you are still having problems, then I don't know how or why it became problematic in the first place. You might want to test on your clean RHEL instance and see if the problem is still there.