#NAbox - duplicate ip net inside

1 messages · Page 1 of 1 (latest)

fallen path
#

Hello,
I can not install NAbox 4.0.7 vm in my network. The bridge uses an already used network segment (172.19.0.0/16).

What options do I have to adapt?

cunning rampart
fallen path
#

Unfortunately it does not work for version 4.0.x. I don't know the docker logic and haven't been able to find anything yet...

inner nexus
#

It's a mistake, that network should be deleted

#

can you do a docker network ls ?

fallen path
#

NETWORK ID NAME DRIVER SCOPE
27627dc19fd4 build_default bridge local
e9468e9e41a5 host host local
401ca44610d7 nabox_default bridge local
6121605be548 none null local

inner nexus
#

docker network rm 27627dc19fd4

fallen path
#

Done. After "systemctl reboot" does the network access work. Thank you.