mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Mention that ``nat deny_incoming'' drops unrecognised IP packets.
Requested by: kris
This commit is contained in:
parent
0df282c2e4
commit
58b1e45d5d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68028
@ -3168,6 +3168,9 @@ you wish to map to specific machines behind your gateway.
|
||||
.It nat deny_incoming yes|no
|
||||
If set to yes, this command will refuse all incoming connections
|
||||
by dropping the packets in much the same way as a firewall would.
|
||||
.Pp
|
||||
It should be noted that enabling this option also drops IP packets
|
||||
that cannot be identified by libalias. This will be fixed in the future.
|
||||
.It nat help|?
|
||||
This command gives a summary of available nat commands.
|
||||
.It nat log yes|no
|
||||
|
@ -3168,6 +3168,9 @@ you wish to map to specific machines behind your gateway.
|
||||
.It nat deny_incoming yes|no
|
||||
If set to yes, this command will refuse all incoming connections
|
||||
by dropping the packets in much the same way as a firewall would.
|
||||
.Pp
|
||||
It should be noted that enabling this option also drops IP packets
|
||||
that cannot be identified by libalias. This will be fixed in the future.
|
||||
.It nat help|?
|
||||
This command gives a summary of available nat commands.
|
||||
.It nat log yes|no
|
||||
|
Loading…
Reference in New Issue
Block a user