Attach the content of the file /etc/sysconfig/network-scripts/ifcfg-eth0 to your lab report.
What will be an ideal response?
```
DEVICE="eth0"
BOOTPROTO="none"
IPADDR="10.0.1.11"
NETMASK="255.255.255.0"
ONBOOT="yes"
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"
```
DEVICE indicates which NIC device is this. BOOTPROTO is used when this host is using BOOTP
to get the booting file from the network. IPADDR has the ip address value of DEVICE. NETMASK
is masking bits to get the network address from IPADDR by IPADDR XOR NETMASK. ONBOOT
means the network driver should be loaded at boot time or not. IPX series are the settings for the
IPX networks which is not relevant to this lab.
You might also like to view...
To facilitate the retrieval of specific records from a file, one field in each record is chosen as a __________.
Fill in the blank(s) with the appropriate word(s).
Match the following terms to their meanings:
I. "Opens with" II. ghost image III. safe mode IV. restore point V. firmware A. a compressed file containing a copy of the installed software B. programs stored within the device that controls a piece of hardware C. option to change the desired program to open a file D. the fewest programs are loaded upon startup to help identify a problem E. representation of your computer's system files at a particular point in time
The only way an alpha channel can render a feathered edge is with ____ pixels.
A. white B. gray C. black D. silver
How do you retain the original height and width proportion of a clip art object when resizing it?
A) Click the Lock Ratio button. B) Click the Retain Shape check box. C) Click the Lock aspect ratio check box. D) You can only retain the original height and width manually.