diff --git a/docs/chapters/networking.rst b/docs/chapters/networking.rst index 31ce426a..6a4cc3e9 100644 --- a/docs/chapters/networking.rst +++ b/docs/chapters/networking.rst @@ -161,7 +161,7 @@ Create the firewall rules: # If you are using dynamic rdr also need to ensure that the external port # range you are using is open - # pass in inet proto tcp any to any port : + # pass in inet proto tcp from any to any port : - Make sure to change the `ext_if` variable to match your host system interface. - Make sure to include the last line (`port ssh`) or you'll end up locked out.