aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/content/en/books/handbook/firewalls/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/firewalls/_index.adoc b/documentation/content/en/books/handbook/firewalls/_index.adoc
index fa7e2500d2..02efd630e0 100644
--- a/documentation/content/en/books/handbook/firewalls/_index.adoc
+++ b/documentation/content/en/books/handbook/firewalls/_index.adoc
@@ -1623,7 +1623,7 @@ Refer to man:rc.conf[5] for details.
Let us start with a statement: the userspace NAT implementation: man:natd[8], has more overhead than in-kernel NAT.
For man:natd[8] to translate packets, the packets have to be copied from the kernel to userspace and back which brings in extra overhead that is not present with in-kernel NAT.
-To enable the userpace NAT daemon man:natd[8] at boot time, the following is a minimum configuration in [.filename]#/etc/rc.conf#.
+To enable the userspace NAT daemon man:natd[8] at boot time, the following is a minimum configuration in [.filename]#/etc/rc.conf#.
Where `natd_interface` is set to the name of the NIC attached to the Internet.
The man:rc[8] script of man:natd[8] will automatically check if a dynamic IP address is used and configure itself to handle that.