Change --net config for more than one interface
[mirror/dsa-wiki.git] / input / howto / install-ganeti.creole
index a28f5b4..eeef29e 100644 (file)
@@ -177,7 +177,7 @@ Note the following:
 
 For each slave node (only bar for this example):
 
-on the slave, append the master's /etc/ssh/ssh_host_rsa_key to
+on the slave, append the master's /etc/ssh/ssh_host_rsa_key.pub to
 /etc/ssh/userkeys/root.  This is only required temporarily - once
 everything works puppet will put it/keep it there.
 
@@ -288,14 +288,11 @@ 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
 }}}
 
-Please note that the dsa bootscript will only configure eth1 (nic0).  If
-specifying a second internface, the guest operating system must be updated
-manually.
-
 When updating an existing instance, add the interface:
 
 {{{