Installed linux, but network is not responding on startup.
1. Logon as root user.
2. Open the file /etc/sysconfig/network-scripts/ifcfg-eth0 in VI
3. Edit the line ONBOOT=no to ONBOOT=yes
4. start network service with the command
linux#: service network start
Larry Catt