Re: Docker/Libvirt networking issue / bug?

2016-10-06 Thread Neil Horman
On Thu, Oct 06, 2016 at 11:08:21AM -0600, Nathanael D. Noblet wrote: > Hello, > >   I have an issue that likely needs a bug or something to fix but I'm > not sure which component is at fault. So I'm writing here in the hopes > that someone will know where to point me. > >   I have a F24 Workstati

Re: Docker/Libvirt networking issue / bug?

2016-10-06 Thread Nathanael D. Noblet
On Thu, 2016-10-06 at 14:28 -0400, Neil Horman wrote: > I rarely mess with docker, but I expect that the docker0 bridge has > an ip > address on it which may conflict with the one on libvirt > bridge.  That is to > say, if they are on the same subnet, and the route for the docker0 > bridge takes >

Re: Docker/Libvirt networking issue / bug?

2016-10-06 Thread Dan Williams
On Thu, 2016-10-06 at 12:39 -0600, Nathanael D. Noblet wrote: > On Thu, 2016-10-06 at 14:28 -0400, Neil Horman wrote: > > > > I rarely mess with docker, but I expect that the docker0 bridge has > > an ip > > address on it which may conflict with the one on libvirt > > bridge.  That is to > > say,

Re: Docker/Libvirt networking issue / bug?

2016-10-06 Thread Neil Horman
On Thu, Oct 06, 2016 at 02:02:09PM -0500, Dan Williams wrote: > On Thu, 2016-10-06 at 12:39 -0600, Nathanael D. Noblet wrote: > > On Thu, 2016-10-06 at 14:28 -0400, Neil Horman wrote: > > > > > > I rarely mess with docker, but I expect that the docker0 bridge has > > > an ip > > > address on it wh

Re: Docker/Libvirt networking issue / bug?

2016-10-06 Thread Catalin
maybe I'm come with not right answer , I think that depend by network configuration over internet and routing process over applications. so will not be any conflict. I'm right? > Both docker and libvirt use iptables to direct traffic in various ways. They > may well be in conflict 2016-10-06 22

Re: Docker/Libvirt networking issue / bug?

2016-10-07 Thread Neil Horman
On Fri, Oct 07, 2016 at 12:51:59AM +0300, Catalin wrote: > maybe I'm come with not right answer , > I think that depend by network configuration over internet and routing process > over applications. so will not be any conflict. I'm right? > > Both docker and libvirt use iptables to direct traffic

Re: Docker/Libvirt networking issue / bug?

2016-10-14 Thread Nathanael D. Noblet
On Thu, 2016-10-06 at 14:02 -0500, Dan Williams wrote: > > Try running 'iptables-save' before you start docker, and then running > 'iptables-save' after.  Diff the results.  Did docker remove > anything? Hello,   So this seems to be the source of the problem but I'm a little out of my depth to a

Re: Docker/Libvirt networking issue / bug?

2016-10-17 Thread Neil Horman
On Fri, Oct 14, 2016 at 03:00:58PM -0600, Nathanael D. Noblet wrote: > On Thu, 2016-10-06 at 14:02 -0500, Dan Williams wrote: > > > > Try running 'iptables-save' before you start docker, and then running > > 'iptables-save' after.  Diff the results.  Did docker remove > > anything? > > Hello, >