Jump to content

Docker and VMs on new network


Recommended Posts

I currently have my network using 192.168.1.0/24.

I created a custom docker network called `docker-network` for all of my dockerized containers.

 

However, I noticed on my router that i keep getting messages like:
 

Multiple devices are using the same IP address: 
192.168.1.100
. Please check each device's configuration to ensure none are communicating with a rogue DHCP server.

 

and I see that the eth0 MAC address on on my server and the vHost MAC address are both set to 192.168.1.100.

 

What is the best way to approach resolving this issue? or what's considered best practice?

Should I create another virtual network for just VM's and containers?

 

Also, here are my current network settings. I'm not sure what is/was default, but does this look okay? Shouldn't bridging be turned on?

Screenshot2024-08-19at10_18_38AM.png.0c1b41028e1f9e4109db1e8c6d0f8108.png

 

Thanks in advance

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...