Ubuntu910虛擬機器配置DHCP

2021-05-22 01:20:43 字數 1212 閱讀 5988

vim /etc/network/inte***ces

#auto lo

#iface lo inet loopback

auto eth0

iface eth0 inet dhcp

vim /etc/udev/rules.d/70-persistent-net.rules

# pci device 0x1022:0x2000 (pcnet32)

subsystem=="net", action=="add", drivers=="?*", attr=="00:0c:29:10:03:07", attr=="0x0", attr=="1", kernel=="eth*", name="eth0"

shutdown –h now

notepad ubuntu9.1.vmx

extendedconfigfile = "ubuntu9.1.vmxf"

ethernet0.addresstype = "generated"

uuid.location = "56 4d 92 a2 31 40 a7 58-60 61 bc e4 ab 02 2f 5b"

uuid.bios = "56 4d 92 a2 31 40 a7 58-60 61 bc e4 ab 10 03 07"

scsi0:0.redo = ""

vmotion.checkpointfbsize = "134217728"

pcibridge0.pcislotnumber = "17"

pcibridge4.pcislotnumber = "21"

pcibridge5.pcislotnumber = "22"

pcibridge6.pcislotnumber = "23"

pcibridge7.pcislotnumber = "24"

scsi0.pcislotnumber = "16"

usb.pcislotnumber = "32"

ethernet0.pcislotnumber = "33"

sound.pcislotnumber = "34"

ehci.pcislotnumber = "35"

vmci0.pcislotnumber = "36"

ethernet0.generatedaddress = "00:0c:29:10:03:07"

ethernet0.generatedaddressoffset = "0"

虛擬機器ubuntu9 10和主機共享檔案

cuteftp與虛擬機器ubuntu9.10共享檔案 1.讓vmware setting host only模式 2.主機 虛擬機器 都把 ip設定在同乙個網段 ping 命令測試是否設定 ok 3.然後 cuteftp 傳輸檔案 沒有網路也可以 ps 設定ubuntu9.10 靜態ip sudo ...

ubuntu 9 10 下配置 tftp 教程

1 安裝tftp的server和client,還有xinetd sudo apt get install xinetd tftpd hpa tftp hpa 2 xinetd會建立目錄 etc xinetd.d 在這個目錄下建立新檔案 tftpd sudo touch tftpd 3 編輯 sudo...

ubuntu9 10配置編譯xawtv 3 95

2.解壓,配置 tar xzf xawtv 3.95.tar.gz cd xawtv 3.95 configure prefix pwd tmp make make install 3.出現的錯誤 1 console fs.h找不到 console fs.h 2 20 error fslib.h n...