Index: en_US.ISO8859-1/books/handbook/firewalls/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/firewalls/chapter.xml +++ en_US.ISO8859-1/books/handbook/firewalls/chapter.xml @@ -173,8 +173,8 @@ and do a port number lookup to find the purpose of a particular port number. - Check out this link for port numbers used by Trojans http://www.sans.org/security-resources/idfaq/oddports.php. + Check out this link for port numbers used by Trojans. FTP has two modes: active mode and passive mode. The difference is in how the data channel is acquired. Passive @@ -606,8 +606,8 @@ More information about the scheduling - algorithms and example rulesets are available at http://www.openbsd.org/faq/pf/queueing.html. + algorithms and example rulesets are available at the OpenBSD's web archive. @@ -831,7 +831,7 @@ flags S/SA keep state A few other pass rules may be needed. This one enables - SSH on the external interface:: + SSH on the external interface: pass in inet proto tcp to $ext_if port ssh @@ -1009,7 +1009,7 @@ If other types of ICMP packets are needed, expand icmp_types to a list of those packet types. Type more - /usr/src/contrib/pf/pfctl/pfctl_parser.c to see + /usr/src/sbin/pfctl/pfctl_parser.c to see the list of ICMP message types supported by PF. Refer to http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml @@ -1417,7 +1417,7 @@ When finished, reload the ruleset, start spamd by typing - service start obspamd, and complete + service obspamd start, and complete the configuration using spamd-setup. Finally, create a &man.cron.8; job which calls spamd-setup to update the tables at @@ -1472,8 +1472,8 @@ To complete the greylisting setup: - &prompt.root; service restart obspamd -&prompt.root; service start spamlogd + &prompt.root; service obspamd restart +&prompt.root; service obspamlogd start @@ -2164,7 +2164,7 @@ LAN should be assigned an IP address in the private network space, as defined by RFC + xlink:href="https://www.ietf.org/rfc/rfc1918.txt">RFC 1918, and have the default gateway set to the &man.natd.8; system's internal IP address. @@ -2365,7 +2365,7 @@ configuration file. For further configuration options, consult - &man.natd.8; + &man.natd.8;.