Skip to content

Commit

Permalink
fix double typo
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed May 18, 2011
1 parent 4278cc6 commit 7996cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2011-05-17-build-a-virtual-army.textile
Expand Up @@ -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: 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 %} {% highlight bash %}
vde_switch vde_switch -tap tap0 -mod 660 -group kvm -daemon vde_switch -tap tap0 -mod 660 -group kvm -daemon
{% endhighlight %} {% 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: 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:
Expand Down

0 comments on commit 7996cbb

Please sign in to comment.