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