From 43b1197b5cc67826cfa8c92dbaa637d312e0ac80 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:02:32 +0200 Subject: [PATCH] Document DHCP slowness due to STP --- docs/network.md | 2 +- jlmkr.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/network.md b/docs/network.md index 6a21d13..3558936 100644 --- a/docs/network.md +++ b/docs/network.md @@ -14,7 +14,7 @@ The above YouTube video may be helpful when setting up the bridge interface. ### Bridge Flaws -This type of interface takes much longer to set up both in complexity and wait time (you may have to be patient for up to 60 seconds after the jail started for networking to work, [assigning the IP address via DHCP is somehow slow](https://github.com/Jip-Hop/jailmaker/issues/7)). Furthermore, if the configuration is not correct it can render your TrueNAS inaccessible via ssh or the web interface, necessitating a reset using a keyboard and monitor plugged into the TrueNAS server and use `/etc/netcli` to reset the networking interface. +This type of interface takes much longer to set up both in complexity and wait time (you may have to be patient for up to 90 seconds after the jail started for networking to work, [assigning the IP address via DHCP is slow by default because STP is enabled](https://github.com/Jip-Hop/jailmaker/issues/90#issuecomment-2162032080)). Furthermore, if the configuration is not correct it can render your TrueNAS inaccessible via ssh or the web interface, necessitating a reset using a keyboard and monitor plugged into the TrueNAS server and use `/etc/netcli` to reset the networking interface. ### Bridge Setup diff --git a/jlmkr.py b/jlmkr.py index 19ed1c0..eb308ae 100755 --- a/jlmkr.py +++ b/jlmkr.py @@ -714,7 +714,7 @@ def start_jail(jail_name): if initial_setup: print("About to run the initial setup.") print("Waiting for networking in the jail to be ready.") - print("Please wait (this may take 90s in case of bridge networking)...") + print("Please wait (this may take 90s in case of bridge networking with STP is enabled)...") returncode = exec_jail( jail_name, [