From 8eb0e5bfaef277bca6f95b316c838fbbbfb8b4bf Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Mon, 30 Sep 2024 11:26:08 +0400 Subject: [PATCH] change network log --- scripts/nm-quick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh index 17f2600a..b9d2cbd8 100755 --- a/scripts/nm-quick.sh +++ b/scripts/nm-quick.sh @@ -738,7 +738,7 @@ setup_mesh() { # add a network if none present if [ "$networkCount" -lt 1 ]; then - echo "Creating netmaker network (10.101.0.0/16)" + echo "Creating netmaker network (100.172.188.0/24)" # TODO causes "Error Status: 400 Response: {"Code":400,"Message":"could not find any records"}" nmctl network create --name netmaker --ipv4_addr 100.172.188.0/24