From f6314c1188ff355e85d358f3fee1e4bd77e21e33 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 21 May 2025 18:11:49 -0600 Subject: [PATCH] Resolve reviews --- docs/chapters/networking.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/chapters/networking.rst b/docs/chapters/networking.rst index 7ee3eecc..da90a9e1 100644 --- a/docs/chapters/networking.rst +++ b/docs/chapters/networking.rst @@ -19,15 +19,15 @@ different types of jail network configurations. it stops. * Alias mode: For classic/standard jails that use an IP that is accessible - within your local subnet (alias mode) bastille will add the IP to the + within your local subnet (alias mode) Bastille will add the IP to the specified interface as an alias. -* NAT mode: For classic/standard jails that use an IP not reachable in you local - subnet, bastille will add the IP to the specified interface as an alias, and - additionally add it the the pf firewall table to allow the jail outbound +* NAT mode: For classic/standard jails that use an IP not reachable in your local + subnet, Bastille will add the IP to the specified interface as an alias, and + additionally, add it to the pf firewall table (if available) to allow the jail outbound access. If you do not specify an interface, Bastille will assume you have run - the ``bastille setup`` command and will attemplt to use ``bastille0`` (which - is created using the setup command) as it's interface. If you have not run + the ``bastille setup`` command and will attempt to use ``bastille0`` (which + is created using the setup command) as its interface. If you have not run ``bastille setup`` and do not specify an interface, Bastille will error. * Inherit mode: For classic/standard jails that are set to ``inherit`` or