old-www/LDP/intro-linux/html/sect_10_08.html

406 lines
5.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Summary</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Introduction to Linux"
HREF="index.html"><LINK
REL="UP"
TITLE="Networking"
HREF="chap_10.html"><LINK
REL="PREVIOUS"
TITLE="Security"
HREF="sect_10_06.html"><LINK
REL="NEXT"
TITLE="Exercises"
HREF="sect_10_09.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Introduction to Linux: </TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="sect_10_06.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 10. Networking</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="sect_10_09.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="sect_10_08"
></A
>10.6. Summary</H1
><P
>Linux and networking go hand in hand. The Linux kernel has support for all common and most uncommon network protocols. The standard UNIX networking tools are provided in each distribution. Next to those, most distributions offer tools for easy network installation and management.</P
><P
>Linux is well known as a stable platform for running various Internet services, the amount of Internet software is endless. Like UNIX, Linux can be just as well used and administered from a remote location, using one of several solutions for remote execution of programs.</P
><P
>We briefly touched the subject of security. Linux is an ideal firewall system, light and cheap, but can be used in several other network functions such as routers and proxy servers.</P
><P
>Increasing network security is mainly done by applying frequent updates and common sense.</P
><P
>Here is an overview of network related commands:</P
><DIV
CLASS="table"
><A
NAME="AEN11263"
></A
><P
><B
>Table 10-2. New commands in chapter 10: Networking</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><THEAD
><TR
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
>Command</TH
><TH
ALIGN="LEFT"
VALIGN="MIDDLE"
>Meaning</TH
></TR
></THEAD
><TBODY
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>ftp</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Transfer files to another host (insecure).</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>host</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Get information about networked hosts.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>ifconfig</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Display IP address information.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>ip</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Display IP address information.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>netstat</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Display routing information and network statistics.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>ping</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Send answer requests to other hosts.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>rdesktop</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Display and MS Windows desktop on your Linux system.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>route</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Show routing information.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>scp</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Secure copy files to and from other hosts.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>sftp</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Secure FTP files to and from other hosts.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>ssh</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Make an encrypted connection to another host.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>ssh-keygen</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Generate authentication keys for <SPAN
CLASS="application"
>Secure SHell</SPAN
>.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>telnet</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Make an insecure connection to another hosts.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>tracepath/traceroute</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Print the route that packets follow to another host.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>whois</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>Get information abotu a domain name.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>xclock</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>X Window clock application, handy for testing remote display.</TD
></TR
><TR
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
><B
CLASS="command"
>xhost</B
></TD
><TD
ALIGN="LEFT"
VALIGN="MIDDLE"
>X Window access control tool.</TD
></TR
></TBODY
></TABLE
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="sect_10_06.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="sect_10_09.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Security</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="chap_10.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Exercises</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>