Red Hat Linux Networking , System Administration (P9) ppsx

30 279 0
Red Hat Linux Networking , System Administration (P9) ppsx

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

CHAPTER Managing the X Window System IN THIS CHAPTER ■ ■ ■ ■ Configuring the X Server with the X Configuration Tool Manually Configuring the X Server This chapter introduces you to the X Window system that is used to provide a graphical user interface (GUI) to the operating system If you have used MS Windows or Apple Macs, then you are already familiar with using a GUI Fedora Core and Enterprise Linux also give you similar features Configuring the X Server with the X Configuration Tool You have basically two ways to configure the X server on your Fedora Core or Enterprise Linux system First, you can use the X Configuration tool, which is a graphical tool that gives you the ability to change some of the most significant settings, such as display, monitor, and video card settings The X Configuration tool is a graphical front end to the X configuration file, xorg.conf, which is located in the /etc/X11 directory Any changes that you make using the graphical utility are written to the /etc/X11/xorg.conf file Second, you can edit the X Configuration file directly by using a text-editing application In this section, I show you how to make X server configuration changes by using the X Configuration tool, beginning with changing the display resolution 205 206 Chapter Changing the Display Resolution The X Configuration tool makes it easy for you to change your display resolution To change your display resolution, the following: On Enterprise Linux choose Applications ➪ System Settings ➪ Display to open the Display Settings dialog box, shown in Figure 9-1 On Fedora Core choose Desktop ➪ System Settings ➪ Display to open the Display Settings dialog box N OT E If you are not logged in as root, you will be prompted to enter the root password Select your desired resolution from the drop-down Resolution list Click OK to accept your choice, and close the dialog box N OT E Any time you make changes to the X server configuration, you must restart the X server for the changes to take effect When using the X Configuration tool, you see a window reminding you to restart the X server Figure 9-1 Change your screen resolution here Managing the X Window System Changing the Display Color Depth The system display color depth setting determines the number of colors that are shown on the display A higher color depth displays more colors on the monitor To change the system color depth, the following: On Enterprise Linux choose Applications ➪ System Settings ➪ Display to open the Display Settings dialog box On Fedora Core choose Desktop ➪ System Settings ➪ Display to open the Display Settings dialog box (Refer to Figure 9-1.) Select your desired color depth from the Color Depth drop-down list Click OK to accept your choice and close the dialog box Changing Monitor Type Settings The Fedora Core or Enterprise installer can usually detect the type of monitor that is connected to your system and set the configuration accordingly Sometimes, however, the installer might not properly configure your monitor, requiring you to change the monitor settings You also want to change your monitor settings if you get a different monitor with different parameters than your previous monitor To change your monitor settings, the following: On Enterprise Linux choose Applications ➪ System Settings ➪ Display to open the Display Settings dialog box On Fedora Core choose Desktop ➪ System Settings ➪ Display to open the Display Settings dialog box (Refer to Figure 9-1.) Click the Hardware tab (See Figure 9-2.) Click the top Configure button (to the right of the monitor type listing) to open the Monitor dialog box, shown in Figure 9-3 Find the manufacturer of your monitor in the list, and then click the arrow to the left of the manufacturer’s name to see a list of models Click the model number that matches your monitor Click OK twice to accept your choice, and exit the Display Settings dialog box T I P If you can’t find your monitor manufacturer or model number on the monitor list, choose one of the generic monitors from the top of the monitor list 207 208 Chapter Figure 9-2 Access monitor and video card settings here Figure 9-3 Choose your monitor type Changing Your Video Card Type The Fedora Core or Enterprise installer can usually detect the type of video card that is connected to your system and set the configuration accordingly However, if the installer doesn’t properly detect your video card, you might need to change the video card type You would also want to change your video card type if you install a different video card To change your video card type, the following: Managing the X Window System On Enterprise Linux choose Applications ➪ System Settings ➪ Display to open the Display Settings dialog box On Fedora Core choose Desktop ➪ System Settings ➪ Display to open the Display Settings dialog box (Refer to Figure 9-1.) Click the Hardware tab (Refer to Figure 9-2.) Click the bottom Configure button (to the right of the video card type listing) to display the Video Card dialog box, shown in Figure 9-4 Find the manufacturer of your video card in the list, and click the appropriate model Configuring Dual Monitors In Fedora Core or Enterprise Linux, you can use two video cards and monitors on your system if you desire To configure a second video card and monitor, the following: On Enterprise Linux choose Applications ➪ System Settings ➪ Display to open the Display Settings dialog box On Fedora Core choose Desktop ➪ System Settings ➪ Display to open the Display Settings dialog box (Refer to Figure 9-1.) Click the Dual Head tab, shown in Figure 9-5, in the Display Settings dialog box Figure 9-4 Configure your video card 209 210 Chapter Figure 9-5 Use the Dual Head tab to configure dual monitors Select the Use Dual Head check box Click the Configure button (next to the Second Monitor Type), choose your monitor from the list, and then click OK Enter the appropriate information for the video card type, display resolution, and color depth Select whether you want individual desktops on each display or a single desktop spanning both displays by selecting the appropriate choice Click OK twice to exit the configuration tool Manually Configuring Your X Server The Fedora Core or Enterprise installer program usually does a good job of detecting the system mouse, keyboard, video card, and monitor When you log in to your system, the settings are generally what they should be for a functioning X server You may never need to configure your X server manually, but if you do, it would be good to know how In this section you look at the X server configuration file /etc/X11/xorg.conf The X Server Configuration File The X server configuration file, like most configuration files in Fedora Core or Enterprise Linux is a plain-text file Listing 9-1 is a typical X server configuration Managing the X Window System file that was created during system installation A description of the section of the file follows the file # XFree86 configuration created by redhat-config-xfree86 Section “ServerLayout” Identifier “Default Layout” Screen “Screen0” 0 InputDevice “Mouse0” “CorePointer” InputDevice “Keyboard0” “CoreKeyboard” InputDevice “DevInputMice” “AlwaysCore” EndSection Section “Files” # RgbPath is the location of the RGB database #Note, this is the name of the # file minus the extension (like “.txt” or “.db”) #There is normally no need to change the default # Multiple FontPath entries are allowed (they are # concatenated together) # By default, Red Hat 6.0 and later now use a font #server independent of the X server to render fonts RgbPath “/usr/X11R6/lib/X11/rgb” FontPath “unix/:7100” EndSection Section “Module” Load “dbe” Load “extmod” Load “fbdevhw” Load “glx” Load “record” Load “freetype” Load “type1” Load “dri” EndSection Section “InputDevice” # Specify which keyboard LEDs can be user-controlled #(eg, with xset(1)) # Option “Xleds” “1 3” # To disable the XKEYBOARD extension, uncomment # kbDisable # Option “XkbDisable” # To customise the XKB settings to suit your # keyboard, modify the lines below (which are the # defaults) For example, for a non-U.S # keyboard, you will probably want to use: Listing 9-1 The X server configuration file /etc/X11/xorg.conf (continued) 211 212 Chapter # # # # # # # # # # # # # # # # # # # Option “XkbModel” “pc102” If you have a US Microsoft Natural keyboard, you can use: Option “XkbModel” “microsoft” Then to change the language, change the Layout setting For example, a german layout can be obtained with: Option “XkbLayout” “de” or: Option “XkbLayout” “de” Option “XkbVariant” “nodeadkeys” If you’d like to switch the positions of your capslock and control keys, use: Option “XkbOptions” “ctrl:swapcaps” Or if you just want both to be control, use: Option “XkbOptions” “ctrl:nocaps” Identifier Driver Option Option EndSection “Keyboard0” “kbd” “XkbModel” “pc105” “XkbLayout” “us” Section “InputDevice” Identifier “Mouse0” Driver “mouse” Option “Protocol” “IMPS/2” Option “Device” “/dev/input/mice” Option “ZAxisMapping” “4 5” Option “Emulate3Buttons” “yes” EndSection Section “InputDevice” # If the normal CorePointer mouse is not a USB mouse #then this input device can be used in AlwaysCore #mode to let you also use USB mice at the same time Identifier “DevInputMice” Driver “mouse” Option “Protocol” “IMPS/2” Option “Device” “/dev/input/mice” Option “ZAxisMapping” “4 5” Option “Emulate3Buttons” “no” EndSection Section “Monitor” Identifier Listing 9-1 (continued) “Monitor0” Managing the X Window System VendorName ModelName DisplaySize HorizSync VertRefresh Option EndSection Section “Device” Identifier Driver VendorName BoardName VideoRam EndSection “Monitor Vendor” “LCD Panel 1280x1024” 376 301 31.5 - 67.0 50.0 - 75.0 “dpms” “Videocard0” “nv” “Videocard vendor” “NVIDIA GeForce MX (generic)” 32768 Section “Screen” Identifier “Screen0” Device “Videocard0” Monitor “Monitor0” DefaultDepth 24 SubSection “Display” Depth 24 Modes “1024x768” “800x600” “640x480” EndSubSection EndSection Section “DRI” Group Mode EndSection 0666 Listing 9-1 (continued) This file contains configuration information for the fonts used by the system, the keyboard type and layout, and the video card, monitor, and displays There is a section in the file for each of these items The sections and their uses are shown in Table 9-1 Table 9-1 Sections Names and Their Uses SECTION NAME USED FOR Files File pathnames for fonts Server Flags Server Flags Module Dynamic module loading (continued) 213 Configuring Printers When you finish entering a name for your printer, click Forward The Queue Type window appears, as shown in Figure 10-4, and the Printer Configuration tool attempts to detect your printer The following sections detail the various possibilities available for configuring your print queue and selecting your print driver Configuring the Print Queue You can configure six types of print queues A print queue is a directory that holds the print jobs for the type of printer that you configure to work with the queue The print queue is associated with the type of printer that you want to configure At the top of the Queue Type window is a drop-down list containing the six types of print queues that you can configure The queue type is set to Locally-Connected by default If the printer is connected locally — that is, to either the parallel or the USB port on the PC, and is also recognized — it is shown in the list Figure 10-3 The Queue name window Figure 10-4 The Queue type window 219 220 Chapter 10 The following list shows the six types of queue that you can install; to choose one, select the type that you desire from the drop-down list ■■ Locally-Connected — A printer attached directly to your computer through a parallel or USB port If your printer isn’t listed, click the Custom Device button, type the name of your printer, and then click OK to add it to the printer device list A printer attached to the parallel port is usually referred to as /dev/lp0 A printer attached to the USB port is usually referred to as /dev/usblp0 N OT E When you set up a locally connected printer it is set up as a local CUPS printer that only the localhost can use If you want to use the printer on your local network you need to modify the /etc/cups/cupsd.conf file to allow other systems on your network to access the printer ■■ Networked CUPS (IPP) — A printer that can be accessed over a TCP/IP network The Common Unix Printing System (CUPS) is based on the Internet Printing Protocol (IPP), which was created in an attempt to set some standards for printing over the Internet If you choose this type of queue, you need to enter the server name and the path to the server Figure 10-5 shows the Networked CUPS queue dialog box ■■ Networked UNIX (LPD) — A printer attached to a different UNIX system that can be accessed over a TCP/IP network (for example, a printer attached to another Red Hat Linux system on your network) If you choose this type of queue, you need to enter the server name and path to the server, as shown in Figure 10-6 Figure 10-5 The Networked CUPS (IPP) screen is where you enter the server name and path Configuring Printers Figure 10-6 Enter the server and queue for a networked UNIX (LPD) printer ■ ■ Server — The hostname or IP address of the remote machine to which the printer is attached ■ ■ Queue — The remote printer queue The default printer queue is usually lp By default, the Strict RFC1179 Compliance option is not chosen If you are having problems printing to a non-Linux lpd queue, choose this option to disable enhanced lpr printing features LPR is an older printing protocol used by many UNIX systems N OT E The remote machine must be configured to allow the local machine to print on the desired queue As root, create the file /etc/hosts.lpd on the remote machine to which the printer is attached On separate lines in the file, add the IP address or hostname of each machine that should have printing privileges ■ ■ Networked Windows (SMB) — A printer attached to a different system that shares a printer over an SMB network (for example, a printer attached to a Microsoft Windows machine) The Server Message Block (SMB) protocol is the native protocol that computers running Windows use to communicate with each other See Figure 10-7 On this screen, you see a list of shares from which you can select the networked Windows printer that you want to use To the left of the share name is an arrow that you can click to expand the share listing and show any configured printers Figure 10-7 shows the RHL10 share expanded and also lists three printers Click the printer that you wish to use and then click Forward An Authentication screen appears, as shown in Figure 10-8 221 222 Chapter 10 Figure 10-7 Configuring the Networked Windows (SMB) printer screen Figure 10-8 The Authentication screen for connecting to a SMB printer Text fields for the following options appear as shown in Figure 10-8: ■■ ■■ Server — The name of the print server needs to be entered here ■■ Share — This is the name of the shared printer on which you want to print This name must be the same name defined as the Samba printer on the remote Windows print server ■■ User Name — This is the name by which you must log in to access the printer This user must exist on the Windows system, and the user must have permission to access the printer The default user name is typically guest for Windows servers or nobody for Samba servers ■■ ■■ Workgroup — The name of your Windows workgroup needs to be entered here Password — The password (if required) for the user specified in the User Name field Networked Novell (NCP) — A printer attached to a different system that uses the Novell NetWare networking technology After choosing this type of queue, you need to enter additional information into the Queue Type window, as shown in Figure 10-9 Configuring Printers You need to enter information for the following fields in Figure 10-9: ■ ■ ■ ■ Queue — The remote queue for the printer on the NCP system ■ ■ User — The name by which you must log in to access the printer ■ ■ ■ ■ Server — The host name or IP address of the NCP system to which the printer is attached Password — The password for the user specified in the User field Networked JetDirect — A printer connected directly to the network through HP JetDirect instead of to a computer (See Figure 10-10.) You need to enter the appropriate information for the following text fields: ■ ■ Printer — The hostname or IP address of the JetDirect printer ■ ■ Port — The port on the JetDirect printer that is listening for print jobs The default port is 9100 Figure 10-9 Configuring a networked Novell (NCP) printer Figure 10-10 Configuring a networked JetDirect printer 223 224 Chapter 10 N OT E Whenever you add a new print queue or change an existing one, you must restart the printer daemon for the changes to take effect See the upcoming “Editing the Printer Configuration” section In case you are wondering what a daemon is, it means disk and execution monitor It is basically a program that runs in the background, waiting for some event to occur In this case, the printer daemon is waiting for print jobs Selecting the Print Driver The next step in configuring a printer is to select the print driver The print driver processes the data that you want to print into a format that the printer can understand After you select the queue type of the printer and enter the required information, click Forward to go to the Printer Model window, shown in Figure 10-11 Select the driver from the list a Click the arrow beside the manufacturer for your printer b Find your printer from the expanded list, and then click the arrow beside the printer’s name A list of drivers for your printer appears The printers are listed by manufacturer c Select one appropriate for your printer Sometimes you might need to try several of the listed drivers to find one that works properly Figure 10-11 Select the printer manufacturer and model Configuring Printers N OT E To read more about the print drivers, go to www.linuxprinting.org /printer_list.cgi You can select a different print driver after adding a printer by starting the Printer Configuration tool, selecting the printer from the list, clicking Edit, clicking the Printer Driver tab, selecting a different print driver, and applying the changes Click Forward to go to the printer information confirmation page where you can verify your printer configuration choices a Click Apply to add the print queue if the settings are correct b Click Back to modify the printer configuration if necessary Click the Apply button in the main window to save your changes to the printer configuration file and restart the printer daemon (lpd), or click Back to modify the printer configuration if necessary Be sure to test your configuration by printing a test page Editing the Printer Configuration After adding your printer(s), you can edit settings by selecting the printer from the printer list after opening the Printer Configuration tool and then clicking the Edit button The tabbed window shown in Figure 6-12 appears The window contains the current values for the printer that you selected to edit Make any changes and click OK Then click Apply in the main Printer Configuration tool window to save the changes and restart the printer daemon Figure 10-12 The Edit a print queue screen 225 226 Chapter 10 The tabs and what they hold are as follows: ■■ Queue Name — To rename a printer, change the value of Name on the Queue Name tab Click OK to return to the main window The name of the printer changes in the printer list Click Apply to save the change and restart the printer daemon ■■ Queue Type — The Queue Type tab shows the queue type that you selected when adding the printer and its settings You can change the queue type of the printer or just change the settings After making modifications, click OK to return to the main window Click Apply to save the changes and restart the printer daemon Depending on which queue type you choose, you will see different options Refer to the section of this chapter that describes your particular printer; options unique to your printer are listed there ■■ Queue Options — From the Queue Options tab, you can select banner pages before and after your print job You can also set the printable area of the page To modify filter options, highlight the option and click Edit to modify or click Delete to remove it Click OK to accept your changes and return to the main window Click Apply to save the change and restart the printer daemon ■■ Printer Driver — The Printer Driver tab shows which print driver is currently being used This is the same list that you use when you add the printer If you change the print driver, click OK to accept your changes and return to the main window Then click Apply to restart the printer daemon ■■ Driver Options — The Driver Options tab displays advanced printer options Options vary for each print driver Common options include: ■■ Select Send Form-Feed (FF) if the last page of your print job is not ejected from the printer (for example, the form feed light flashes) If selecting this option does not force the last page out of the printer, try selecting Send End-of-Transmission (EOT) instead Some printers require both Send Form-Feed (FF) and Send End-of-Transmission (EOT) to eject the last page ■■ Select Send End-of-Transmission (EOT) if sending a form feed does not work Refer to the preceding bullet on the Send Form-Feed (FF) option ■■ Select Assume Unknown Data Is Text if your print driver does not recognize some of the data sent to it Select it only if you are having problems printing If this option is selected, the print driver assumes that any data it cannot recognize is text and tries to print it as text If you select this option and the Convert Text to PostScript option, the Configuring Printers print driver assumes that the unknown data is text and then converts it to PostScript ■ ■ Select Prerender PostScript if you are trying to print characters outside of the basic ASCII character set (such as foreign language characters) that won’t print correctly If your printer doesn’t support the fonts you are trying to print, try selecting this option You should also select this option if your printer cannot handle PostScript level This option converts it to PostScript level ■ ■ Convert Text to PostScript is selected by default If your printer can print plain text, try deselecting this when printing plain-text documents to decrease the time it takes to print ■ ■ Page Size allows you to select the paper size for your printer, such as US Letter, US Legal, A3, and A4 ■ ■ Effective Filter Locale defaults to C If you are printing Japanese characters, select ja_JP Otherwise, accept the default of C ■ ■ Media Source defaults to Printer default Change this option to use paper from a different tray If you modify the driver options, click OK to return to the main window Then click Apply to save the changes and restart the printer daemon Deleting a Printer To delete an existing printer, select the printer and click the Delete button on the toolbar The printer will be removed from the printer list Click Apply to save the changes and restart the printer daemon Setting the Default Printer To set the default printer, select the printer from the printer list and click the Default button on the toolbar The default printer icon appears in the first column of the printer list beside the default printer Managing Print Jobs Whenever you print a document or image, the Print Notifier automatically opens and an icon appears on the panel at the top of the desktop See Figure 10-13 to find out what the icon looks like You can open the Print Notifier by clicking the panel icon to open the window shown in Figure 10-14 227 228 Chapter 10 Figure 10-13 The Print Notifier icon on the top panel Figure 10-14 The Print Notifier window You can see a list of your print jobs and their status You can choose a job by clicking it and then either right-click or choose Edit from the top menu This will let you pause the selected job, delete the selected job, or resume printing a previously paused job Summary In this chapter you learned about the Printer Configuration tool With this tool you can configure many different types of printers for use on your system You saw the procedure to add a printer, select a print queue, and choose the proper driver for your printer You also learned how to modify an existing printer configuration and manage jobs that you sent to the printer CHAPTER 11 TCP/IP Networking IN THIS CHAPTER ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ TCP/IP Explained Understanding Network Classes Setting Up a Network Interface Card (NIC) Understanding Subnetting Working with Gateways and Routers Configuring Dynamic Host Configuration Protocol Configuring the Network Using the Network Configuration Tool Editing Your Network Configuration This chapter provides an overview of the TCP/IP protocols as they apply to networking with Fedora Core and Red Hat Enterprise Linux TCP/IP is complex, and many books have been written on this topic alone If you want to learn more about TCP/IP, a good place to start is to use one of the Internet search engines to search for this topic on the Internet After giving a description of TCP/IP, this chapter explains how to configure such a network in a Red Hat environment TCP/IP Explained TCP/IP is an acronym for Transmission Control Protocol/Internet Protocol, and refers to a family of protocols used for computer communications TCP and IP are just two of the separate protocols contained in the group of protocols developed by the Department of Defense, sometimes called the DoD Suite, but more commonly known as TCP/IP 229 230 Chapter 11 In addition to Transmission Control Protocol and Internet Protocol, this family also includes Address Resolution Protocol (ARP); Domain Name System (DNS); Internet Control Message Protocol (ICMP); User Datagram Protocol (UDP); Routing Information Protocol (RIP); Simple Mail Transfer Protocol (SMTP); Telnet, and many others These protocols provide the necessary services for basic network functionality, and you will take a closer look at them for a better understanding of how the network works To be able to send and receive information on the network, each device connected to it must have an address The address of any device on the network must be unique and have a standard, defined format by which it is known to any other device on the network This device address consists of two parts: ■■ The address of the network to which the device is connected ■■ The address of the device itself — its node or host address Devices that are physically connected to each other (not separated by routers) would have the same network number but different node, or host, numbers This would be typical of an internal network at a company or university These types of networks are now often referred to as intranets The two unique addresses I’ve been talking about are typically called the network layer addresses and the Media Access Control (MAC) addresses Network Layer addresses are IP addresses that have been assigned to the device The MAC address is built into the card by the manufacturer and refers to only the lowest-level address by which all data is transferred between devices Now that you know a little about addressing, you need to learn how the address, and also the data, is transmitted across the network This transfer is accomplished by breaking the information into small pieces of data called packets or datagrams Why is it necessary to use packets instead of just sending the entire message as one long stream of data? There are two reasons for this — sharing resources and error correction Let’s look at the first, sharing resources If two computers are communicating with each other, the line is busy If these computers were sharing a large amount of data, other devices on the network would be unable to transfer their data When long streams of data are broken into small packets, each packet is sent individually, and the other devices can send their packets between the packets of the long stream Since each packet is uniquely addressed and has instructions on how to reassemble it, it does not matter the order that it arrives in or that it arrives in small pieces The second reason for breaking the data into packets is error correction Because the data is transmitted across media that is subject to interference, the data can become corrupt One way to deal with the corruption is to send a checksum along with the data A checksum is a running count of the bytes sent in the message The receiving device compares its total to the total transmitted If these numbers are the same, the data is good; but if they are different, either TCP/IP Networking the checksum or the data itself is corrupt The receiving device then asks the sender to resend the data By breaking the data into small packets, each with its own checksum, it is easier to ensure that a good message arrives, and if not, only a small portion needs to be resent instead of the entire message In the description of packets, I mentioned unique addressing and reassembly instructions Because packets also contain data, each is made up of two parts, the header, which contains the address and reassembly instructions, and the body, which contains the data Keeping all this information in order is the protocol The protocol is a set of rules that specifies the format of the package and how it is used Understanding Network Classes As stated earlier, all addresses must have two parts, the network part and the node, or host, part In this section you look at Ipv4 addresses Ipv4 addresses used in TCP/IP networks are bytes long, called IP addresses, and are written in standard dot notation, which means that a decimal number separated by dots (for example, 192.168.1.2) The decimal numbers must be within the numeric range of to 255 to conform to the 1-byte requirement IP addresses are divided into classes with the most significant being classes A, B, and C, depending on the value of the first byte of the address Table 11-1 shows valid numbers for these classes The reason for the class division is to enable efficient use of the address numbers If the division were the first bytes to the network part, as shown in Table 11-1, and the last bytes to the host part, then no network could have more than 216 hosts This would be impractical for large networks and wasteful for small networks There are a few ways to assign IP addresses to the devices, depending on the purpose of the network If the network is internal, an intranet, not connected to an outside network, any class A, B, or C network number can be used The only requirement is choosing a class that allows for the appropriate number of hosts to be connected Although this is possible, in the real world this approach would not allow for connecting to the Internet Table 11-1 Network Classes and Their IP Number Range CLASS FIRST BYTE Class A 0–127 Class B 128–191 Class C 192–233 231 232 Chapter 11 A more realistic approach would be to register with one of the domain registration services and request an officially assigned network number An organization called the InterNIC maintains a database of all assigned network numbers to ensure that each assignment is unique After obtaining a network number, the host numbers may be assigned as required Nearly all IP devices require manual configuration; you will look at assigning IP addresses later when you actually set up your own network You have now seen that each device has a unique network and node address, which is called an IP address Earlier, this was described as the Network Layer address You also read about the Media Access Control, or MAC, address The MAC address was defined as the lowest level at which communication occurs On an Ethernet network, this address is also called the Ethernet address This is the address that is ultimately necessary for transmission of data For transfer to happen, the IP address must be mapped to the Ethernet address of the device The mechanism that makes this possible is Address Resolution Protocol, or ARP To determine the Ethernet address of a node on the same network, the sending device sends an ARP request to the Ethernet broadcast address The Ethernet broadcast address is a special address to which all Ethernet cards are configured to “listen.” The ARP request, containing the sender’s IP and Ethernet addresses, as well as the IP address it is looking for, asks each device for the Ethernet address that corresponds to a particular IP address The device whose address matches the request sends a reply to the sender’s Ethernet address The sender is then able to send its data to the specific address it received in response to its ARP request This process works for sending data between devices on the same network, but what about sending data to devices on different networks? For this you need a router Routers enable networks not physically connected to each other to communicate A router must be connected physically to each network that wants to communicate The sending node must be able to send its request to a router on its own network, and the receiving node must also be on a network connected to a router The sending node sends its request to the router on its network This router is typically called the default gateway, and its address must be configured in the sending node’s configuration files You will learn how to this later in this chapter in the “Exploring Gateways and Routers” section The router receives the request from the sending node and determines the best route for it to use to transmit the data The router has an internal program, called a routing table, which it uses to send the data, either to another router if the other network is not directly connected, or directly to the other network If the destination network cannot be found in the routing table, then the packet is considered undeliverable and is dropped Typically, if the packet is dropped, the router sends an ICMP Destination Unreachable message to the sender Routing tables can be manually configured or acquired dynamically Manual configuration means that it is necessary for whoever is setting up the router to TCP/IP Networking provide all the information about other networks and how to reach them This method is impractical because of the size of the file required and constantly changing information Dynamic acquisition means that the router sends a message using the Routing Information Protocol (RIP) or Open Shortest Path First (OSPF) protocol These dynamic protocols enable routers to share details with other routers concerning networks and their locations Ultimately, the purpose of everything you have looked at so far — packets, IP addresses, and routing — is to give users access to services such as printing, file sharing, and email You have had a brief look at the IP part of the TCP/IP family of protocols and have arrived at TCP Transmission Control Protocol is encapsulated in IP packets and provides access to services on remote network devices TCP is considered to be a stream-oriented reliable protocol The transmission can be any size because it is broken down into small pieces, as you have already seen Data that is lost is retransmitted, and out-of-order data is reordered The sender is notified about any data that cannot be delivered Typical TCP services are File Transfer Protocol (FTP), Telnet, and Simple Mail Transfer Protocol (SMTP) Setting Up a Network Interface Card (NIC) Every Fedora Core and Red Hat Enterprise Linux distribution includes networking support and tools that can be used to configure your network In this section you’ll learn how to configure a computer for connection to an internal and external network N OT E This section tells you how to configure a network interface card from the command line by modifying the configuration files directly If you would rather use a graphical based configuration utility, skip to the section titled, “Configuring the Network with the Network Configuration Tool.” Even if the computer is not connected to outside networks, internal network functionality is required for some applications This address is known as the loopback device, and its IP address is 127.0.0.1 You should check that this network interface is working before configuring your network cards To this, you can use the ifconfig utility to get some information If you type ifconfig at a console prompt, you will be shown your current network interface configuration Figure 11-1 illustrates the output of the ifconfig command T I P Make sure that the loopback (IP address 127.0.0.1) is working before you begin to configure your network cards 233 ... Enterprise Linux system First, you can use the X Configuration tool, which is a graphical tool that gives you the ability to change some of the most significant settings, such as display, monitor, and... different UNIX system that can be accessed over a TCP/IP network (for example, a printer attached to another Red Hat Linux system on your network) If you choose this type of queue, you need to... usually does a good job of detecting the system mouse, keyboard, video card, and monitor When you log in to your system, the settings are generally what they should be for a functioning X server

Ngày đăng: 07/07/2014, 09:20

Từ khóa liên quan

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan