From cfbdbf3a71f79067bb85b0d31fbcfeb426de861d Mon Sep 17 00:00:00 2001 From: Robert Bohne Date: Mon, 23 Oct 2023 16:13:08 +0200 Subject: [PATCH] Fixed Issue #294 --- docs/air-gapped.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/air-gapped.md b/docs/air-gapped.md index 11cf7a24..cd21c062 100644 --- a/docs/air-gapped.md +++ b/docs/air-gapped.md @@ -8,7 +8,7 @@ To distiguish online & offline configuration file, let's create the file cluster Be sure that the following lines are defined in your configuration file: ```yaml -network_forward_mode: "route" +network_forward_mode: "open" vn_subnet: "192.168.50.0" ```