From 9f4de943db239b7f0837865e5d47ee092d8a6109 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 20 Jun 2012 10:15:49 +0200 Subject: [PATCH] Provide proper link bridge for extra interfaces --- input/howto/install-ganeti.creole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index f2fdf05..85f1476 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -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 }}} -- 2.20.1