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