Hello,
I have a network problem with Xibo,
i installed it on ubuntu is just before installation i ping all the internal network at my company and once xibo installed i do not ping any more part of my company
Hello,
I have a network problem with Xibo,
i installed it on ubuntu is just before installation i ping all the internal network at my company and once xibo installed i do not ping any more part of my company
Did you do a custom install, or a Docker install?
If its a Docker install, it may be that Docker is using a subnet also used by your company. You can change it in the Docker daemon settings to something that doesn’t conflict.
yes I used an docker install. How I change the subnet because I searched and apart from creating a container I see no other solution.
thank you for the answer
Ip xibo 172.16.14.4 255.255.255.0 And IP docker0 172.17.0.1. 255.255.0.0
In short, you want a daemon.json file with something like:
{
"bip": "192.168.1.5/24"
}
Or whatever subnet you want it to use instead.
it works i just have another interface on ubuntu starting with BR