I installed Red Hat 9 in a virtual machine running under VMware Player according to the article, "HOW TO: Run Other OSes On Your PC" (can't link to it yet--newbie). Works great except that I lose network connectivity when I restart RH9! Maybe VMware is overwriting my settings somehow? Maybe this is just an RH9 networking issue. Please help.
This how to reproduce my problem:
- Restart RH9 to start with a clean slate.
- ping 192.168.1.1; says, "connect: Network is unreachable."
- From GUI Network Configuration tool, set and select static IP address, subnet mask, and default gateway to 192.168.1.105, 255.255.255.0, and 192.168.1.1, respectively. Click OK. Save configuration; click OK.
- Click Activate ( same as "ifup eth0").
- ping 192.168.1.1; get a bunch of "Destination Host Unreachable."
- From Network Configuration tool, select DHCP; click OK. Save configuration; click OK.
- ping 192.168.1.1; get a bunch of "Destination Host Unreachable."
- Enter "ifup eth0" at command line. Says, "Determining IP information for eth0... done." Via ifconfig, I see that VMware DHCP assigned IP address of 192.168.71.128, mask 255.255.255.0 (I'm using VMware NAT mode).
- ping 192.168.1.1; get responses!!!!!!!!!!!!!!!
- Restart RH9. On the way back up RH9 says, "Bringing up interface eth0: Determining IP information for eth0... failed; no link present. Check cable? [FAILED]"
- ping 192.168.1.1; says, "connect: Network is unreachable." I'm back to where I started.

- Enter "ifup eth0" at command line. Says, "Determining IP information for eth0... failed; no link present. Check cable?" Via ifconfig, the IP address/network mask is now 127.0.0.1/255.0.0.0.
For step 6, if I also specify DNS addresses of 207.235.20.7 and 168.215.165.186 and DNS search path of zeecon.com (probably not needed), besides being able to successfully ping 192.168.1.1 in step 9, I am also able to ping google.com, browse the internet, e.g., msnbc.com, etc. Everything works!

However, restarting RH9 negates all my gains.

All of my previous settings show up in the Network Configuration tool, e.g., use-DHCP and the DNS addresses, but I have to go through steps 3 through 8 again to bring network connectivity back.