From 097ad8395b8975842016717adaebd6cfd4bdbdb3 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 22 Apr 2025 20:32:53 -0600 Subject: [PATCH] Update setup.sh --- usr/local/share/bastille/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/share/bastille/setup.sh b/usr/local/share/bastille/setup.sh index d1741279..776de5f3 100644 --- a/usr/local/share/bastille/setup.sh +++ b/usr/local/share/bastille/setup.sh @@ -80,6 +80,8 @@ configure_shared_interface() { fi # Adjust bastille.conf to reflect above choices sysrc -f "${BASTILLE_CONFIG}" bastille_network_loopback="" + sysrc cloned_interfaces-="lo1" + ifconfig bastille0 destroy 2>/dev/null sysrc -f "${BASTILLE_CONFIG}" bastille_network_shared="${_interface_select}" info "Shared interface successfully configured: [${_interface_select}]" else