Must Install Networking During Linux Installation to Use Graphical User Interface

In Red Hat Linux 9, if you do not follow the directions exactly in the SunPCi III 3.2 User’s Guide on configuring the networking for Linux, you will have several problems, including being unable to use the Linux graphical user interface on the system monitor.

If you do not configure networking, you have to perform the following task to recover and fix Linux properly.

1.Find the ifcfg-eth0file at the following location:

/etc/sysconfig/network-scripts/

2.Open the ifcfg-eth0file and verify that the file is configured as detailed below. e. For a Static IP address:

DEVICE=eth0

ONBOOT=yes

BOOTPROTO=none

USERCTL=no

PEERDNS=no

TYPE=Ethernet

IPADDR=xxx.xxx.xxx.xxx*

NETMASK=xxx.xxx.xxx.xxx*

GATEWAY=xxx.xxx.xxx.xxx*

NETWORK=xxx.xxx.xxx.xxx*

BROADCAST=xxx.xxx.xxx.xxx*

*Enter the information, such as an IP address, for your own network for each of these fields.

f. For DHCP:

USERCTL=no

PEERDNS=no

TYPE=Ethernet

DEVICE=eth0

BOOTPROTO=dhcp

ONBOOT=yes

3.Update the ifcfg-eth0file as needed.

4.Save the ifcfg-eth0file.

160 SunPCi III 3.2.1 User’s Guide • March 2004

Page 202
Image 202
Sun Microsystems 817-3630-11 manual Find the ifcfg-eth0file at the following location, For Dhcp