diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2023-12-28 17:10:48 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2023-12-28 17:10:48 +0000 |
commit | 30f0115a0fdd0c519d110155ca2ffbf3609831f7 (patch) | |
tree | 83dc15777c82f2822b8f24d96f5c8fdf9b014226 | |
parent | 6a75d949c94e7a6cb97c891ea50bfe47b561c6d1 (diff) | |
download | doc-30f0115a0f.tar.gz doc-30f0115a0f.zip |
Typo fix: publically -> publicly
-rw-r--r-- | documentation/content/en/books/handbook/firewalls/_index.adoc | 2 |
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 02efd630e0..e21ca2c230 100644 --- a/documentation/content/en/books/handbook/firewalls/_index.adoc +++ b/documentation/content/en/books/handbook/firewalls/_index.adoc @@ -2245,7 +2245,7 @@ map dc0 192.168.1.0/24 -> 204.134.75.0/255.255.255.0 map dc0 192.168.1.0/24 -> 204.134.75.0/24 .... -A common practice is to have a publically accessible web server or mail server segregated to an internal network segment. +A common practice is to have a publicly accessible web server or mail server segregated to an internal network segment. The traffic from these servers still has to undergo NAT, but port redirection is needed to direct inbound traffic to the correct server. For example, to map a web server using the internal address `10.0.10.25` to its public IP address of `20.20.20.5`, use this rule: |