Regen from rev.1.73.2.6.
This commit is contained in:
parent
b432640e1c
commit
748bd08027
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26361
1 changed files with 17 additions and 1 deletions
|
@ -20,7 +20,7 @@ alink="#0000FF">
|
|||
Documentation Project</p>
|
||||
|
||||
<p class="PUBDATE">$FreeBSD: src/release/doc/en_US.ISO8859-1/errata/article.sgml,v
|
||||
1.73.2.5 2005/11/06 18:37:35 hrs Exp $<br />
|
||||
1.73.2.6 2005/11/17 02:25:10 hrs Exp $<br />
|
||||
</p>
|
||||
|
||||
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
|
||||
|
@ -103,6 +103,22 @@ target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
|
|||
<h2 class="SECT1"><a id="KNOWN-PROBLEMS" name="KNOWN-PROBLEMS">4 Known Problems and
|
||||
Solutions</a></h2>
|
||||
|
||||
<p>(2005/11/16) When an <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=4&manpath=FreeBSD+6.0-stable">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">ipfw</span>(4)</span></a> <tt
|
||||
class="LITERAL">divert</tt> rule is specified with the protocol keyword <tt
|
||||
class="LITERAL">ip</tt> or <tt class="LITERAL">all</tt>, IPv6 packets are silently
|
||||
discarded at that rule since the <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=divert&sektion=4&manpath=FreeBSD+6.0-stable">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">divert</span>(4)</span></a> socket
|
||||
does not support IPv6. This can be a problem especially for an IPv4 and IPv6 dual-stack
|
||||
host with <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=natd&sektion=8&manpath=FreeBSD+6.0-stable">
|
||||
<span class="CITEREFENTRY"><span class="REFENTRYTITLE">natd</span>(8)</span></a> enabled.
|
||||
To avoid this problem, use an IPv4 specific divert rule such as <tt
|
||||
class="LITERAL">divert natd ipv4</tt> instead of <tt class="LITERAL">divert natd
|
||||
all</tt>.</p>
|
||||
|
||||
<p>(2005/11/6) The FreeBSD 6.0-RELEASE Release Notes wrongly states a kernel option
|
||||
related to <a
|
||||
href="http://www.FreeBSD.org/cgi/man.cgi?query=ipfw&sektion=8&manpath=FreeBSD+6.0-stable">
|
||||
|
|
Loading…
Reference in a new issue