Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf/npfctl Document ALGs.
details: https://anonhg.NetBSD.org/src/rev/c1cca98d8112
branches: trunk
changeset: 364614:c1cca98d8112
user: maxv <maxv%NetBSD.org@localhost>
date: Mon Aug 27 12:46:03 2018 +0000
description:
Document ALGs.
diffstat:
usr.sbin/npf/npfctl/npf.conf.5 | 38 +++++++++++++++++++++++++++++++++++---
1 files changed, 35 insertions(+), 3 deletions(-)
diffs (75 lines):
diff -r 9dfbf13e0be6 -r c1cca98d8112 usr.sbin/npf/npfctl/npf.conf.5
--- a/usr.sbin/npf/npfctl/npf.conf.5 Mon Aug 27 09:54:16 2018 +0000
+++ b/usr.sbin/npf/npfctl/npf.conf.5 Mon Aug 27 12:46:03 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: npf.conf.5,v 1.63 2018/08/17 12:20:49 maxv Exp $
+.\" $NetBSD: npf.conf.5,v 1.64 2018/08/27 12:46:03 maxv Exp $
.\"
.\" Copyright (c) 2009-2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 17, 2018
+.Dd August 27, 2018
.Dt NPF.CONF 5
.Os
.Sh NAME
@@ -58,6 +58,8 @@
.It
map rules for address translation
.It
+application level gateways
+.It
procedure definitions to call on filtered packets.
.El
.Sh SYNTAX
@@ -267,6 +269,35 @@
on packets originating from the 10.1.1.0/24 network.
Explicit filter criteria can be specified using "pass <criteria>" as
an additional option of the mapping.
+.Ss Application Level Gateways
+Certain application layer protocols are not compatible with NAT and require
+translation outside layers 3 and 4.
+Such translation is performed by packet filter extensions called
+Application Level Gateways (ALGs).
+.Pp
+NPF supports the following ALGs:
+.Bl -tag -width XicmpXX -offset indent
+.It icmp
+ICMP ALG.
+Allows to find an active connection by looking at the ICMP payload, and to
+perform NAT translation of the ICMP payload.
+Applies to IPv4 and IPv6.
+.El
+.Pp
+The ALGs are built-in, unless NPF is used as kernel module, in which case
+they come as kernel modules too.
+In that case, the ALG kernel modules can be autoloaded through the
+configuration, using the
+.Cd alg
+keyword.
+.Pp
+For example:
+.Bd -literal
+alg "icmp"
+.Ed
+.Pp
+Alternatively, the ALG kernel modules can be loaded manually, using
+.Xr modload 8 .
.Ss Procedures
A rule procedure is defined as a collection of extension calls (it
may have none).
@@ -344,9 +375,10 @@
# Parameter setting.
set-param = "set" param-value
-# Application level gateway. The name should be in the double quotes.
+# Application level gateway. The name should be in double quotes.
alg = "alg" alg-name
+alg-name = "icmp"
# Table definition. Table ID shall be numeric. Path is in the double quotes.
Home |
Main Index |
Thread Index |
Old Index