Provide proper link bridge for extra interfaces
[mirror/dsa-wiki.git] / input / howto / install-ganeti.creole
index f2fdf05..85f1476 100644 (file)
@@ -290,7 +290,7 @@ When creating the instance, indicate both netwokrs:
       --os-type debootstrap+dsa \
       --hypervisor-parameters kvm:initrd_path=,kernel_path= \
       --net 0:ip=A.B.C.4 \
-      --net 1:ip=E.F.G.4 \
+      --net 1:link=br1,ip=E.F.G.4 \
       qux.debian.org
 }}}
 
@@ -301,7 +301,7 @@ When updating an existing instance, add the interface:
 {{{
     gnt-instance shutdown qux.debian.org
     gnt-instance modify \
-      --net add:ip=E.F.G.4 \
+      --net add:link=br1,ip=E.F.G.4 \
       qux.debian.org
     gnt-instance startup qux.debian.org
 }}}