From: Peter Palfrader Date: Wed, 20 Jun 2012 07:00:35 +0000 (+0200) Subject: Change --net config for more than one interface X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=8786b8ca068c2afd2aff24e1e942741ab2246ccf Change --net config for more than one interface --- diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index 65647ba..eeef29e 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -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 }}}