diff --git a/LDP/howto/docbook/Installation-HOWTO.sgml b/LDP/howto/docbook/Installation-HOWTO.sgml index 78d36aab..bfe02710 100644 --- a/LDP/howto/docbook/Installation-HOWTO.sgml +++ b/LDP/howto/docbook/Installation-HOWTO.sgml @@ -25,6 +25,15 @@ + + 5.6 + 2001-09-06 + esr + + Added a Translation section. + + + 5.5 2001-07-11 @@ -103,6 +112,13 @@ and now want to get it running. It focuses on the Intel base version, which is the most popular, but much of the advice applies on Power PCs, Sparcs and Alphas as well. + +Translations + +This document has been translated to +Catalan. + Other sources of information diff --git a/LDP/howto/docbook/Masquerading-Simple-HOWTO/Masquerading-Simple-HOWTO.sgml b/LDP/howto/docbook/Masquerading-Simple-HOWTO/Masquerading-Simple-HOWTO.sgml index 926d9c68..1b750c8c 100644 --- a/LDP/howto/docbook/Masquerading-Simple-HOWTO/Masquerading-Simple-HOWTO.sgml +++ b/LDP/howto/docbook/Masquerading-Simple-HOWTO/Masquerading-Simple-HOWTO.sgml @@ -41,6 +41,11 @@ + + 0.05 + 2001-09-07 + jpt + 0.04 2001-09-01 @@ -136,7 +141,7 @@ and the internal network card is eth1, then: -$> modprobe ipt_MASQUERADE +$> modprobe ipt_MASQUERADE # If this fails, try continuing anyway $> iptables -F; iptables -t nat -F; iptables -t mangle -F $> iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to 123.12.23.43 $> echo 1 > /proc/sys/net/ipv4/ip_forward @@ -144,7 +149,7 @@ Or for a dial-up connection: -$> modprobe ipt_MASQUERADE +$> modprobe ipt_MASQUERADE # If this fails, try continuing anyway $> iptables -F; iptables -t nat -F; iptables -t mangle -F $> iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE $> echo 1 > /proc/sys/net/ipv4/ip_forward @@ -155,7 +160,7 @@ $> iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT $> iptables -A INPUT -m state --state NEW -i ! eth0 -j ACCEPT $> iptables -P INPUT DROP #only if the first two are succesful -$> iptables -A FORWARD -i ! eth1 -j REJECT +$> iptables -A FORWARD -i eth0 -o eth0 -j REJECT Or for a dial-up connection (with eth0 as the internal network card): @@ -163,7 +168,7 @@ $> iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT $> iptables -A INPUT -m state --state NEW -i ! ppp0 -j ACCEPT $> iptables -P INPUT DROP #only if the first two are succesful -$> iptables -A FORWARD -i ! eth0 -j REJECT +$> iptables -A FORWARD -i ppp0 -o ppp0 -j REJECT And thats it! To view the rules do "iptables -t nat -L" diff --git a/LDP/howto/docbook/XFree86-HOWTO.sgml b/LDP/howto/docbook/XFree86-HOWTO.sgml index 0c73d0d0..d850c555 100644 --- a/LDP/howto/docbook/XFree86-HOWTO.sgml +++ b/LDP/howto/docbook/XFree86-HOWTO.sgml @@ -1,4 +1,8 @@ - + + + +]>
@@ -29,6 +33,14 @@ + + 7.2 + 2001-09-09 + esr + + XFree86 site has changed directory structure. + + 7.1 2001-08-09 @@ -49,7 +61,7 @@ This document describes how to obtain, install, and configure -version 4.0 of the XFree86 version of the X Window System (X11R6) +version &x-version; of the XFree86 version of the X Window System (X11R6) for Linux systems. It is a step-by-step guide to configuring XFree86 on your system. @@ -103,8 +115,9 @@ to comp.os.linux.help and uploaded to various Linux WWW and FTP sites, including the LDP home page. -You can always view the latest version of this on the World Wide Web via -the URL http://metalab.unc.edu/LDP/HOWTO/XFree86-HOWTO.html. +You can always view the latest version of this on the World Wide Web +via the URL &howto;/XFree86-HOWTO.html. This document was originally written by Matt Welsh in the dim and backward abysm of time. Thanks, Matt! @@ -122,7 +135,7 @@ make your video card and monitor work with X. This HOWTO is intended to be a rapid, painless guide to normal installation using the new interactive configurator. If you run into problems, browse the XFree86 +url="&howto;/XFree86-Video-Timings-HOWTO.html">XFree86 Video Timings HOWTO. (This is the up-to-date HTML version of XFree86's `Videomodes.doc' file.) That document tells everything I know about configuration troubleshooting. If it can't help you, I can't @@ -133,8 +146,8 @@ either. Hardware requirements You can find an up-to-date list of supported cards and chipset types -at -the 4.0 status page. +at +the &x-version; status page. The documentation included with your video adaptor should specify the chipset used. If you are in the market for a new video card, or are @@ -205,7 +218,7 @@ case you can skip this the rest of this section. The Linux binary distributions of XFree86 can be found on a number of FTP sites. On the XFree86 site they are here. +url="ftp://ftp.xfree86.org/pub/XFree86/&x-version;/binaries/">here. You will want either the Linux-axp-glibc21, Linux-ix86-glibc20, or Linux-ix86-glibc21 subdirectories, depending on your processor type (axp=alpha, ix86=Intel 80x86) and Gnu C library version. @@ -213,8 +226,8 @@ Linux-ix86-glibc21 subdirectories, depending on your processor type Before doing anything else, download and run the `Xinstall.sh' shell script first. This may tell you about prerequisites you'll need to have in place before continuing your installation. Complete instructions for -installing the XFree86 nbinary distribution are at http://www.xfree86.org/4.0/Install2.html. +installing the XFree86 binary distribution are at http://www.xfree86.org/&x-version;/Install2.html. The binary directory should contain release notes for the current version in RELNOTES. Consult those for installation