| 1 | == 使用VDE 設定虛擬機器的網路 == |
| 2 | |
| 3 | VDE 是一個Virtual Distributed Ethernet [[br]] |
| 4 | VDE主要的特色如下: [[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 | {{{ |
| 13 | sudo apt-get install vde2 uml-utilities |
| 14 | }}} |