Changes between Initial Version and Version 1 of adherelinux/KVM/VDE


Ignore:
Timestamp:
Aug 23, 2011, 8:48:10 AM (13 years ago)
Author:
adherelinux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adherelinux/KVM/VDE

    v1 v1  
     1== 使用VDE 設定虛擬機器的網路 ==
     2
     3VDE 是一個Virtual Distributed Ethernet [[br]]
     4VDE主要的特色如下: [[br]]
     5* consistent behavior with real ethernet network. [[br]]
     6* It enables interconnection between virtual machines, applications and virtual connectivity tools. [[br]]
     7* Last but not least, it does not requires administrative privileges to run. [[br]]
     8以上引用WIKI中的Virtual Square 中的VDE特色,網址如 http://wiki.virtualsquare.org/wiki/index.php/Introduction#Virtual_Square_Networking [[br]]
     9
     10以下是基本設定
     11安裝基本套件,vde2 是Virtual Distributed Ethernet為了KVM的虛擬網卡所需要的套件,uml-utilities是為了模擬虛擬網路(tun)及虛擬網卡(tap) [[br]]
     12{{{
     13sudo apt-get install vde2 uml-utilities
     14}}}