HP Workstation x4000 hp workstation x4000 - Linux getting started guide and wa - Page 35

Configuring Your Linux Workstation

Page 35 highlights

Linux System Setup and Recovery Configuring Your Linux Workstation /etc/resolv.conf, /etc/sysconfig/network, and /etc/sysconfig/network-scripts/ifcfg-eth0 2. DHCP boot protocol If you choose DHCP booting, your IP address, hostname, gateway, netmask, domain name, and DNS server information are all set up for you at boot time. It should also set up your NIS information. However, the current DHCP client-side implementation from Red Hat does not request this from the server, so you will have to set that up yourself if you use it. See the Sections "Setting Up Network Authorization Parameters" and "DNS Parameters Configuration" in this Chapter. The file /etc/sysconfig/network-scripts/ifcfg-eth0 is modified when you select DHCP. 3. BOOTP boot protocol BOOTP is a subset of DHCP and will not be fully described here. It gets your IP address, hostname, gateway and netmask, but does not set up your DNS server information or NIS authentication, so you will have to do that yourself. The file /etc/sysconfig/network-scripts/ifcfg-eth0 is modified when you select BOOTP. Choose the Boot Protocol that is appropriate for your system. If you do not know which protocol to choose, ask your system administrator. The following instructions assume you are using the Static protocol. Chapter 2 35

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70

Chapter 2
35
Linux System Setup and Recovery
Configuring Your Linux Workstation
/etc/resolv.conf,
/etc/sysconfig/network,
and
/etc/sysconfig/network-scripts/ifcfg-eth0
2.
DHCP boot protocol
If you choose DHCP booting, your IP address, hostname, gateway,
netmask, domain name, and DNS server information are all set up
for you at boot time. It should also set up your NIS information.
However, the current DHCP client-side implementation from Red Hat
does not request this from the server, so you will have to set that up
yourself if you use it. See the Sections “Setting Up Network
Authorization Parameters” and “DNS Parameters Configuration” in
this Chapter.
The file
/etc/sysconfig/network-scripts/ifcfg-eth0
is
modified when you select DHCP.
3.
BOOTP boot protocol
BOOTP is a subset of DHCP and will not be fully described here. It
gets your IP address, hostname, gateway and netmask, but does not
set up your DNS server information or NIS authentication, so you
will have to do that yourself.
The file
/etc/sysconfig/network-scripts/ifcfg-eth0
is
modified when you select BOOTP.
Choose the Boot Protocol that is appropriate for your system. If you do
not know which protocol to choose, ask your system administrator. The
following instructions assume you are using the Static protocol.