Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2017 09:14:49 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319406 - head/sbin/ipfw
Message-ID:  <201706010914.v519EnCo043228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Jun  1 09:14:49 2017
New Revision: 319406
URL: https://svnweb.freebsd.org/changeset/base/319406

Log:
  ipfw.8: Note that the ipfw_nat kernel module must be loaded or that the
  IPFIREWALL_NAT options must be in the kernel config in order to use in-kernel
  nat.
  
  MFC after:	3 days

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Thu Jun  1 09:14:43 2017	(r319405)
+++ head/sbin/ipfw/ipfw.8	Thu Jun  1 09:14:49 2017	(r319406)
@@ -2896,6 +2896,11 @@ the packets are dropped.
 .Nm
 support in-kernel NAT using the kernel version of
 .Xr libalias 3 .
+The kernel module
+.Cm ipfw_nat
+should be loaded or kernel should have
+.Cm options IPFIREWALL_NAT
+to be able use NAT.
 .Pp
 The nat configuration command is the following:
 .Bd -ragged -offset indent



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706010914.v519EnCo043228>