Change IP Subnet of greenbone-community-edition_default

Hi, we are using the Greenbone community edition as docker installation.
After the installation the “greenbone-community-edition_default” is using the 172.18.0.0/16 subnet, which collides with none of our used networks.
therefore the greenbone VM cannot connet to any other IP outside of it`s network.
I already tryed to create a “daemon.json” file with

{
“bip”: “10.244.1.1/16”,
“ipv6”: false,
“fixed-cidr”: “10.244.1.1/24”
}

but this only changes the subnet for the default bridge.
How do change the othe used subnet?

Thanks in advance!

:thinking: I think this is a bit outside of the scope of the help you are likely to get here. However, I can see there are many other tutorials and information about how to configure Docker containers to use a different subnet. such as:

I hope that helps!

1 Like

Thanks for your reply, it already worked as it should, after I created the daemon.json file.
Somehow it only did fully functional after I rebooted the whole VM.

Now it`s running!

2 Likes