Change --net config for more than one interface
[mirror/dsa-wiki.git] / input / howto / install-ganeti.creole
index 65647ba..eeef29e 100644 (file)
@@ -288,7 +288,8 @@ When creating the instance, indicate both netwokrs:
       --os-size 4GiB \
       --os-type debootstrap+dsa \
       --hypervisor-parameters kvm:initrd_path=,kernel_path= \
-      --net 0:ip=A.B.C.4,1:ip=E.F.G.4 \
+      --net 0:ip=A.B.C.4 \
+      --net 1:ip=E.F.G.4 \
       qux.debian.org
 }}}