From 38374ff2c746300b848eeaa8e8c29d14fc81a652 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 5 Mar 2025 16:51:07 +0100 Subject: [PATCH] containers.conf: Set a different default ip subnet for qm containers Otherwise both host and qm containers have the same range and things get confused. Signed-off-by: Alexander Larsson --- containers.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/containers.conf b/containers.conf index bd7c577e..be5a9693 100644 --- a/containers.conf +++ b/containers.conf @@ -18,3 +18,8 @@ cgroup_conf=[ # OOMScoreAdjust=500 # oom_score_adj = 750 + +[network] +# The default is 10.88.0.0, but we need qm containers to have a +# different ip address range or routing becomes confused +default_subnet="10.89.0.0/16"