Re: [pve-devel] [PATCH docs] add migration settings documentation

2016-11-30 Thread Dietmar Maurer
> > Both works: > > 10.1.2.1/24 == 10.1.2.0/24 == 10.1.2.128/24 > > > > /24 tells us that the last 8 bit are irrelevant and masked away, at least in > > this case, ip-tools can handle it just fine :) > > After thinking about it a bit I do think using .0 is a more consistent > and sane choice for

Re: [pve-devel] [PATCH docs] add migration settings documentation

2016-11-30 Thread Wolfgang Bumiller
On Tue, Nov 29, 2016 at 04:44:30PM +0100, Thomas Lamprecht wrote: > Hi, > > > On 11/29/2016 04:34 PM, Alexandre DERUMIER wrote: > >Hi, > > > >+ > >>>+Here we want to use the 10.1.2.1/24 network as migration network. > >>>+migration: secure,network=10.1.2.1/24 > >I think the network is: > > > >10.

Re: [pve-devel] [PATCH docs] add migration settings documentation

2016-11-29 Thread Thomas Lamprecht
Hi, On 11/29/2016 04:34 PM, Alexandre DERUMIER wrote: Hi, + +Here we want to use the 10.1.2.1/24 network as migration network. +migration: secure,network=10.1.2.1/24 I think the network is: 10.1.2.0/24 Both works: 10.1.2.1/24 == 10.1.2.0/24 == 10.1.2.128/24 /24 tells us that the last 8 b

Re: [pve-devel] [PATCH docs] add migration settings documentation

2016-11-29 Thread Alexandre DERUMIER
Hi, + >>+Here we want to use the 10.1.2.1/24 network as migration network. >>+migration: secure,network=10.1.2.1/24 I think the network is: 10.1.2.0/24 ? - Mail original - De: "Thomas Lamprecht" À: "pve-devel" Envoyé: Mardi 29 Novembre 2016 10:56:05 Objet: [pve-devel] [PATCH doc