From 7dd4c286fa367ec50028144932e37b23dd26c8e4 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Sun, 22 Aug 2004 19:11:51 +0000 Subject: [PATCH] Remove a table of terms/definitions following a in favor of callouts to the definitions, which looks much clearer in print and HTML output. --- .../handbook/advanced-networking/chapter.sgml | 62 ++++++++----------- 1 file changed, 25 insertions(+), 37 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index c91c708308..5ed10cfe65 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -2992,45 +2992,33 @@ options IPFIREWALL_VERBOSE The following must be in /etc/rc.conf: - gateway_enable="YES" -firewall_enable="YES" -firewall_type="OPEN" + gateway_enable="YES" +firewall_enable="YES" +firewall_type="OPEN" natd_enable="YES" -natd_interface="fxp0" -natd_flags="" +natd_interface="fxp0" +natd_flags="" - - - - - gateway_enable="YES" - Sets up the machine to act as a gateway. Running - sysctl net.inet.ip.forwarding=1 - would have the same effect. - - firewall_enable="YES" - Enables the firewall rules in - /etc/rc.firewall at boot. - - firewall_type="OPEN" - This specifies a predefined firewall ruleset that - allows anything in. See - /etc/rc.firewall for additional - types. - - - natd_interface="fxp0" - Indicates which interface to forward packets through - (the interface connected to the Internet). - - - natd_flags="" - Any additional configuration options passed to - &man.natd.8; on boot. - - - - + + + Sets up the machine to act as a gateway. Running + sysctl net.inet.ip.forwarding=1 would + have the same effect. + + Enables the firewall rules in + /etc/rc.firewall at boot. + + This specifies a predefined firewall ruleset that + allows anything in. See + /etc/rc.firewall for additional + types. + + Indicates which interface to forward packets through + (the interface connected to the Internet). + + Any additional configuration options passed to + &man.natd.8; on boot. + Having the previous options defined in /etc/rc.conf would run