Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.

Slides:



Advertisements
Similar presentations
21.1 Chapter 21 Network Layer: Address Mapping, Error Reporting, and Multicasting Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
Advertisements

Internet Control Protocols Savera Tanwir. Internet Control Protocols ICMP ARP RARP DHCP.
1 Dynamic DNS. 2 Module - Dynamic DNS ♦ Overview The domain names and IP addresses of hosts and the devices may change for many reasons. This module focuses.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 6 Managing and Administering DNS in Windows Server 2008.
METEOROLOGICAL TELECOMMUNICATION AND METCAP A GLANCE TO NETWORK BRIEFLY Ömer Hüdai ALBAYRAK 2010ALANYA.
SYSTEM ADMINISTRATION Chapter 19
Nassau Community College
Chapter 13: Troubleshooting network connectivity Unit objectives Identify TCP/IP troubleshooting tools Discuss the Telnet utility and its functions Discuss.
1 Linux Networking and Security Chapter 2. 2 Configuring Basic Networking Describe how networking devices differ from other Linux devices Configure Linux.
Copyright 2009 Kenneth M. Chipps Ph.D. Host Addressing Last Update
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
Hardware Firewalls: Advanced Feature © N. Ganesan, Ph.D.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Chapter 8 Administering TCP/IP.
Chapter 13 Chapter 13: Managing Internet and Network Interoperability.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Guide to Linux Installation and Administration, 2e1 Chapter 12 Printing in Linux.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 8: Implementing and Managing Printers.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Linux+ Guide to Linux Certification, Second Edition
1 COP 4343 Unix System Administration Unit 9: printing – lpr – CUPS.
Figure 14-1 The main Printer configuration window.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
Lecture 8 Configuring a Printer-using Magic Filter Introduction to IP Addressing.
Network Layer (Part IV). Overview A router is a type of internetworking device that passes data packets between networks based on Layer 3 addresses. A.
CN1260 Client Operating System Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
SUSE Linux Enterprise Server Administration (Course 3037) Chapter 7 Connect the SUSE Linux Enterprise Server to the Network.
1 Linux Networking and Security Chapter 3. 2 Configuring Client Services Configure DNS name resolution Configure dial-up network access using PPP Understand.
Chapter 12: Configuring Networks The Complete Guide to Linux System Administration.
11 NETWORK PROTOCOLS AND SERVICES Chapter 10. Chapter 10: Network Protocols and Services2 NETWORK PROTOCOLS AND SERVICES  Identify how computers on TCP/IP.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
Name Resolution Domain Name System.
23-Support Protocols and Technologies Dr. John P. Abraham Professor UTPA.
Chapter 10 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain how the functions of the application layer,
1 Guide to Novell NetWare 6.0 Network Administration Chapter 11.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
 Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca.
SUSE Linux Enterprise Desktop Administration Chapter 12 Administer Printing.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 2: TCP/IP Architecture.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5 Darren Shaver – Modified Fall.
Linux+ Guide to Linux Certification Chapter Fifteen Linux Networking.
Links and LANs Link between two computers via cross cable The most simple way to connect two hosts is to link the two hosts with a cross cable.
Linux+ Guide to Linux Certification, Second Edition Chapter 14 Network Configuration.
Guide to Linux Installation and Administration, 2e1 Chapter 2 Planning Your System.
Day 14 Introduction to Networking. Unix Networking Unix is very frequently used as a server. –Server is a machine which “serves” some function Web Server.
1 TCP/IP Networking. 2 TCP/IP TCP/IP is the networking protocol suite most commonly used with UNIX, Windows, NT and most other OS’s. TCP/IP defines a.
Module 5: Implementing Printing. Overview Introduction to Printing in the Windows Server 2003 Family Installing and Sharing Printers Managing Access to.
1 COP 4343 Unix System Administration Unit 11: Networking – basic concepts: IP, TCP, UDP, DHCP – devices: setup, status.
Network Infrastructure Microsoft Windows 2003 Network Infrastructure MCSE Study Guide for Exam
Monitoring Troubleshooting TCP/IP Chapter 3. Objectives for this Chapter Troubleshoot TCP/IP addressing Diagnose and resolve issues related to incorrect.
Page 1 Printing & Terminal Services Lecture 8 Hassan Shuja 11/16/2004.
1 Microsoft Windows 2000 Network Infrastructure Administration Chapter 4 Monitoring Network Activity.
Linux Operations and Administration Chapter Eight Network Communications.
Linux Operations and Administration
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
Domain Resolution Configuration Files: File: /etc/resolv.conf - host name resolver configuration file search name-of-domain.com - Name of your domain or.
Dynamic Host Configuration Protocol
Chapter 12: Configuring Networks
CompTIA Network+ N Authorized Cert Guide
Module 8: Networking Services
ARP and RARP Objectives Chapter 7 Upon completion you will be able to:
Chapter 3: Windows7 Part 4.
Net 431 D: ADVANCED COMPUTER NETWORKS
1 ADDRESS RESOLUTION PROTOCOL (ARP) & REVERSE ADDRESS RESOLUTION PROTOCOL ( RARP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University,
Windows Server Administration Fundamentals
Module 12 Network Configuration
Presentation transcript:

Chapter 4: server services

The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical utilities Set up a simple DHCP server Manage networked printing services

The Complete Guide to Linux System Administration3 Configuring Linux Networking Learn more about –Networking protocols –Network configuration

The Complete Guide to Linux System Administration4 Understanding Network Devices in Linux Linux networking devices –Not shown in /dev directory –Do not “exist” on system until appropriate device driver installed in kernel Networking device –Named channel over which network traffic can pass Device drivers for networking are kernel modules

The Complete Guide to Linux System Administration5 Understanding Network Devices in Linux (continued) Kernel modules can be loaded or unloaded while Linux is running /dev/eth0 –First Ethernet card installed on system Media Access Control (MAC) address –Unique address assigned by Ethernet card manufacturer

The Complete Guide to Linux System Administration6 Understanding Network Devices in Linux (continued) To obtain MAC address –Host broadcasts message to entire network segment using Address Resolution Protocol (ARP) –Host with IP address responds directly to computer that sent ARP request with MAC address –Source host stores MAC address and IP address

The Complete Guide to Linux System Administration7 Understanding Network Devices in Linux (continued) arp command –Display ARP cache Mapping of IP addresses to hardware addresses –Used mainly for troubleshooting network connectivity –Refreshed frequently

The Complete Guide to Linux System Administration8 Configuring Networking with Command-line Utilities (continued) View status of interface: ifconfig eth0 Stop Ethernet interface: ifconfig eth0 down Start Ethernet interface: ifconfig eth0 up Routing table tells networking software where to send packets that are not part of local network

The Complete Guide to Linux System Administration9 Configuring the DNS Resolver DNS –Used to convert host and domain names into IP addresses –Implemented by server that supports DNS Reverse DNS converts IP address to domain name Resolving –Process of converting domain name to IP address or vice versa

The Complete Guide to Linux System Administration10 Configuring the DNS Resolver (continued) Resolver –Client part of DNS –Makes requests to DNS server –Test by pinging another system using host name instead of IP address –Configured by file /etc/resolv.conf –Contains IP address of one or more DNS servers preceded by keyword nameserver –Can include up to three DNS servers

The Complete Guide to Linux System Administration11 Configuring the DNS Resolver (continued) Keyword –Word to which program reading configuration file attaches special meaning Utilities for researching DNS problems: –dnsquery– whois –nslookup – host –dig /etc/hosts file stores IP addresses and corresponding domain names in text file on host

The Complete Guide to Linux System Administration12 Dynamic Routing with Routing Protocols Static routing –Uses preconfigured routing table –Not good choice for: Larger networks Unreliable connections Dynamic routing uses specialized routing protocol to build and modify routing tables automatically

The Complete Guide to Linux System Administration13 Dynamic Routing with Routing Protocols (continued)

The Complete Guide to Linux System Administration14 Configuring a DHCP Server DHCP server installed by default on many Linux systems /etc/dhcpd.conf file –Configuration for DHCP –Instructs DHCP server which IP address ranges are available for DHCP clients

The Complete Guide to Linux System Administration15 Configuring a DHCP Server (continued) When client requests IP address: –DHCP server leases address to client for specified time –At end of lease client must request new IP address –Whole arrangement transparent to user on client host DHCP client can run on any operating system

The Complete Guide to Linux System Administration16 Networked Printing Services Linux includes network printing capabilities

The Complete Guide to Linux System Administration17 Using Traditional Linux Printing: LPRng Traditional Linux printing system Based on version of UNIX Allows multiple users to print files at same time to: –Local printer –Networked printers Print queues –System administrator must define printers –Printer definitions describe type of printer and features to be used

The Complete Guide to Linux System Administration18 Using Traditional Linux Printing: LPRng (continued) Printing file in LPRng system –Application submits file to be printed (print job) –Print job processed by print filter converts information from Linux application into formatting codes to produce desired output –Printing utility stores print job in print spool directory Default directory /var/spool/lpd –Lpd print server program keeps track of all print jobs in all print queues on system

The Complete Guide to Linux System Administration19 Using Traditional Linux Printing: LPRng (continued) Correlation between print queue and physical printer not always one to one Linux print filter –Same as printer driver in other operating systems –Converts documents or images into format that printer can use

The Complete Guide to Linux System Administration20 Using Traditional Linux Printing: LPRng (continued)

The Complete Guide to Linux System Administration21 Using Traditional Linux Printing: LPRng (continued) Configuring local printer definitions –Each LPRng printer definition created as print queue entry in /etc/printcap configuration file Uses complex format –Must provide appropriate Linux device name Parallel ports use device name lp followed by device number Serial ports use name ttyS followed by device number

The Complete Guide to Linux System Administration22 Printing Remotely Using LPRng Define printer on system that refers to remote computer and print queue on remote system –Key options in configuration file rm remote system specified rp remote print queue specified Once print job has been sent to remote system using lpd, user has no direct control over it

The Complete Guide to Linux System Administration23 Managing Printing (continued) Alternatives command lpr command and lpc command Using lpc –Prevent new print jobs from being accepted by print queue –Prevent print jobs from being sent to printer –Cancel print job currently being printed –See status of any printer

The Complete Guide to Linux System Administration24 Managing Printing (continued) lpq utility lists each print job in print queue with status information lprm command deletes print job from queue Graphical print management utilities –Print Manager