From 7996cbb4da45e0e35c364dcde2b8ff9715aeb164 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 18 May 2011 16:50:27 -0400 Subject: [PATCH] fix double typo --- _posts/2011-05-17-build-a-virtual-army.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2011-05-17-build-a-virtual-army.textile b/_posts/2011-05-17-build-a-virtual-army.textile index 2bd6086..32867d9 100644 --- a/_posts/2011-05-17-build-a-virtual-army.textile +++ b/_posts/2011-05-17-build-a-virtual-army.textile @@ -31,7 +31,7 @@ h2. Networking We're going to be using "VDE":http://vde.sourceforge.net for networking support which will essentially create an internal VLAN for our guests. Start by creating the gateway for the VLAN: {% highlight bash %} -vde_switch vde_switch -tap tap0 -mod 660 -group kvm -daemon +vde_switch -tap tap0 -mod 660 -group kvm -daemon {% endhighlight %} This launches vde_switch, which creates a new network device: tap0. It doesn't yet have an IP, so we'll need to assign it: