Jump to content

Docker Netzwerk Probleme


Recommended Posts

ich bin seit kurzem umgestiegen und noch in der testphase mit UNRAID.

Vorher nutzte ich für mein NAS OMV mit Debian.

nun bin ich gerade dabei meine ersten Docker container neu zu erstellen und trete prompt auf probleme.

Das größte Problem ist wenn ich ein neues Dockernetzwerk erstellen möchte um z.B mit einem OpenVPN Docker von einem anderen Docker per Netzwerkbrücke zugreifen möchte.

Wie gesagt es sind noch keine weiteren Docker ausser nun NordVPN und mein Downloader.

Dieses möchte ich nun mit einer Brücke verbinden mit dem Befehl zum erstellen eines Docker Netzwerkes.

docker network create container:nordvpn

Fehlermeldung: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network.

 

Mein System besteht aus:

einem Z590 Mainboard mit Intel 11400 Prozessor und Onboard 2.5GBit Netzwerkkarte (enabled) und 1GBit Intel Netzwerkkarte (disabled) , 16GB Ram. 

2 HDD mit 14TB

2 SSD mit jeweils 240GB und 500 GB als Cache.

 

Ich nutze die aktuellste Unraid Version 6.9.2.

 

 

Screenshot 2021-05-19 100047.png

Screenshot 2021-05-19 100153.png

Screenshot 2021-05-19 100403.png

Edited by cracyfloyd
Link to comment
28 minutes ago, cracyfloyd said:

Fehlermeldung: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network.

 

 

Dann erstelle das Netzwerk und gib dabei einen IPv4 Pool deiner Wahl an:

docker network create --subnet=10.0.0.0/24 nordvpn

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...