old-www/HOWTO/Masquerading-Simple-HOWTO/index.html

379 lines
5.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Masquerading Made Simple HOWTO</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="NEXT"
TITLE="Introduction"
HREF="intro.html"></HEAD
><BODY
CLASS="ARTICLE"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="ARTICLE"
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
><A
NAME="AEN2"
></A
>Masquerading Made Simple HOWTO</H1
><H3
CLASS="AUTHOR"
><A
NAME="AEN4"
>John Tapsell</A
></H3
><DIV
CLASS="AFFILIATION"
><DIV
CLASS="ADDRESS"
><P
CLASS="ADDRESS"
> &nbsp;&nbsp;&nbsp;<TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:tapselj0@cs.man.ac.uk"
>tapselj0@cs.man.ac.uk</A
>&#62;</TT
><br>
</P
></DIV
></DIV
><H3
CLASS="AUTHOR"
><A
NAME="AEN10"
>Thomas Spellman</A
></H3
><DIV
CLASS="AFFILIATION"
><DIV
CLASS="ADDRESS"
><P
CLASS="ADDRESS"
> &nbsp;&nbsp;&nbsp;<TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:thomasNO@SPAMresonancePLEASE.org"
>thomasNO@SPAMresonancePLEASE.org</A
>&#62;</TT
><br>
</P
></DIV
></DIV
><H3
CLASS="AUTHOR"
><A
NAME="AEN16"
>Matthias Grimm</A
></H3
><DIV
CLASS="AFFILIATION"
><DIV
CLASS="ADDRESS"
><P
CLASS="ADDRESS"
> &nbsp;&nbsp;&nbsp;<TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:DeadBull@gmx.net"
>DeadBull@gmx.net</A
>&#62;</TT
><br>
</P
></DIV
></DIV
><DIV
CLASS="REVHISTORY"
><TABLE
WIDTH="100%"
BORDER="0"
><TR
><TH
ALIGN="LEFT"
VALIGN="TOP"
COLSPAN="3"
><B
>Revision History</B
></TH
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.09</TD
><TD
ALIGN="LEFT"
>2004-07-21</TD
><TD
ALIGN="LEFT"
>Revised by: ts</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
></TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.08</TD
><TD
ALIGN="LEFT"
>2002-07-11</TD
><TD
ALIGN="LEFT"
>Revised by: jpt</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
></TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.07</TD
><TD
ALIGN="LEFT"
>2002-02-27</TD
><TD
ALIGN="LEFT"
>Revised by: jpt</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
></TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.06</TD
><TD
ALIGN="LEFT"
>2001-09-08</TD
><TD
ALIGN="LEFT"
>Revised by: jpt</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
></TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.05</TD
><TD
ALIGN="LEFT"
>2001-09-07</TD
><TD
ALIGN="LEFT"
>Revised by: jpt</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
></TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.04</TD
><TD
ALIGN="LEFT"
>2001-09-01</TD
><TD
ALIGN="LEFT"
>Revised by: jpt</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
></TD
></TR
><TR
><TD
ALIGN="LEFT"
>Revision 0.03</TD
><TD
ALIGN="LEFT"
>2001-07-06</TD
><TD
ALIGN="LEFT"
>Revised by: jpt</TD
></TR
><TR
><TD
ALIGN="LEFT"
COLSPAN="3"
></TD
></TR
></TABLE
></DIV
><DIV
><DIV
CLASS="ABSTRACT"
><A
NAME="AEN51"
></A
><P
></P
><P
> All of the authors are available on #debian on irc.opensource.net
</P
><P
> John Tapsell (JohnFlux) is the official maintainer.
</P
><P
> Email me (John Tapsell) for any query, flame, feedback, a date, etc.
</P
><P
> Shamelessly stealing from David Ranch's work - <TT
CLASS="EMAIL"
>&#60;<A
HREF="mailto:dranch@trinnet.net"
>dranch@trinnet.net</A
>&#62;</TT
>.
</P
><P
> This is NOT a replacement for the IP-Masquerading HOWTO - it is to
complement it, and the two should be read side by side. I do not include
things in here that are covered by the the other HOWTO, nor do I explain
what it all means, or what it is all about. See
<A
HREF="http://ipmasq.cjb.net"
TARGET="_top"
>http://ipmasq.cjb.net</A
>
and the standard Masq-HOWTO for a much better guides.
</P
><P
> This document describes how to enable the Linux IP Masquerade feature
on a given Linux host. IP Masq is a form of Network Address
Translation or NAT that allows internally networked computers that do not
have one or more registered Internet IP addresses to have the ability
to communicate to the Internet via your Linux boxes single Internet IP
address.
</P
><P
> This is all under the GNU Free Documentation License
</P
><P
> <A
HREF="http://www.gnu.org/copyleft/fdl.html"
TARGET="_top"
> http://www.gnu.org/copyleft/fdl.html
</A
>
</P
><P
></P
></DIV
></DIV
><HR></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>1. <A
HREF="intro.html"
>Introduction</A
></DT
><DT
>2. <A
HREF="summary.html"
>Summary: (I like doing summaries first)</A
></DT
><DT
>3. <A
HREF="indepth.html"
>Bitmore indepth version</A
></DT
><DT
>4. <A
HREF="post-install.html"
>Post-install Instructions</A
></DT
><DT
>5. <A
HREF="faq.html"
>FAQ's - Frequently Asked Compla^H^H^H^H^H^H Questions</A
></DT
></DL
></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"
>&nbsp;</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="intro.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Introduction</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>