Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2024 16:10:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 219918] LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT)
Message-ID:  <bug-219918-7501-RxJqgkJXo0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219918-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219918-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219918

--- Comment #13 from Damjan Jovanovic <damjan.jov@gmail.com> ---
Here is a better version of that table:

  EIM | DENY_INCOMING | NAT type, by RFC                               |
Comment
------+---------------+------------------------------------------------+---=
--------
unset |        unset  | RFC 4787: address and port-dependent mapping   | Th=
ese
are
      |               |           address and port-dependent filtering | the
only
      |               | RFC 3489: "symmetric" NAT                      | wa=
ys
that
------+---------------+------------------------------------------------|
libalias
unset |          set  | RFC 4787: address and port-dependent mapping   | wo=
rks
      |               |           address and port-dependent filtering | at
      |               | RFC 3489: "symmetric" NAT                      |
present.
------+---------------+------------------------------------------------+---=
--------
  set |        unset  | RFC 4787: endpoint-independent mapping         | My
patch
      |               |           endpoint-independent filtering       | ad=
ds
      |               | RFC 3489: "full cone" NAT                      | th=
ese
------+---------------+------------------------------------------------| bo=
ttom
  set |          set  | RFC 4787: endpoint-independent mapping         | 2 =
rows
      |               |           address and port-dependent filtering | as
      |               | RFC 3489: "port restricted cone" NAT           |
options.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219918-7501-RxJqgkJXo0>