Changes between Version 3 and Version 4 of adherelinux/KVM/qemu-pxe


Ignore:
Timestamp:
Aug 26, 2011, 2:02:19 PM (13 years ago)
Author:
adherelinux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adherelinux/KVM/qemu-pxe

    v3 v4  
    2626wget -O pxe-e1000.bin http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/pc-bios/pxe-e1000.bin?root=qemu
    2727}}}
     28
     29增加虛擬網卡tap0,並且啟動
     30{{{
     31sudo chmod 666 /dev/net/tun
     32sudo tunctl -u vm1(我的使用者) -t tp0
     33sudo ifconfig tap0 10.0.0.1 up
     34}}}
     35
     36檢查tap0是否啟動起來
     37{{{
     38sudo ifconfig -a
     39}}}