Skip to content

Commit

Permalink
Merge pull request #743 from containers/fix-network-subnet
Browse files Browse the repository at this point in the history
containers.conf: Set a different default ip subnet for qm containers
  • Loading branch information
Yarboa authored Mar 5, 2025
2 parents 6e15f6c + 38374ff commit c74db38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions containers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c74db38

Please sign in to comment.