From a450dd1de81262cf4b2890452ac8c7fd64f09c7d Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Wed, 27 Jan 2021 13:53:23 -0700 Subject: [PATCH] minor fixes to previous doc updates --- docs/chapters/networking.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/chapters/networking.rst b/docs/chapters/networking.rst index 8d6cd35c..397a6d43 100644 --- a/docs/chapters/networking.rst +++ b/docs/chapters/networking.rst @@ -186,10 +186,6 @@ to containers are: The `nat` routes traffic from the loopback interface to the external interface for outbound access. -The `rdr pass ...` will redirect traffic from the host firewall on port X to -the ip of Container Y. The example shown redirects web traffic (80 & 443) to the -containers at `10.17.89.45`. - .. code-block:: shell rdr-anchor "rdr/*" @@ -204,9 +200,9 @@ The `rdr-anchor "rdr/*"` enables dynamic rdr rules to be setup using the bastille rdr list # List dynamic rdr rules bastille rdr clear # Clear dynamic rdr rules - Note that if you are redirecting ports where the host is also listening - (eg. ssh) you should make sure that the host service is not listening on - the cloned interface - eg. for ssh set sshd_flags in rc.conf +Note that if you are redirecting ports where the host is also listening (eg. +ssh) you should make sure that the host service is not listening on the cloned +interface - eg. for ssh set sshd_flags in rc.conf sshd_flags="-o ListenAddress="