Unraid server cannot connect to Docker containers with static IP's


Go to solution Solved by Mainfrezzer,

Recommended Posts

I have created a number of docker containers and have assigned them static IP's. I can ping them from any other device on the network and they work as expected.  I have a mail server running in one of the dockers and would like the unraid server to be able to send email messages to that server.

 

When I ping the docker from the unraid server I get

From tower.local (192.168.0.31) icmp_seq=1 Destination Host Unreachable

 

then when I check the arp table i get

mail.local           (incomplete)                              br0

 

Is there some setting that will allow the docker containers to respond to the unraid server?

 

Thanks

 

Chris

Link to comment
  • 4 years later...
  • Solution
43 minutes ago, snoopy86 said:

Why is this a security problem? When i set one container to have static ip i still want that other container can reach this container and other way around.

Docker container on a (macvlan/ipvlan)-bridge can reach each other.

The security aspect is network isolation between any of the virtualized enviroments to the host system.

Besides that, theres a checkbox to remove it.

Edited by Mainfrezzer
  • Like 1
Link to comment
2 hours ago, Mainfrezzer said:

Docker container on a (macvlan/ipvlan)-bridge can reach each other.

The security aspect is network isolation between any of the virtualized enviroments to the host system.

Besides that, theres a checkbox to remove it.

Tnx. I have missed "Host access to custom networks" setting.

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.