Closed narrieta closed 1 month ago
When we try a socket connection to verify network connectivity, we need to update IS_ONLINE.
Also, in some distros, such as Debian 10, iptables is not in the PATH for non-root users, so "command -v" was not finding it. Using "sudo which" instead.
When we try a socket connection to verify network connectivity, we need to update IS_ONLINE.
Also, in some distros, such as Debian 10, iptables is not in the PATH for non-root users, so "command -v" was not finding it. Using "sudo which" instead.