随笔分类 - VirtualBox
摘要:前言:VirtualBox版本眾多網路上的教學,大部分都是舊版的。自己試了很久終於弄出點東西來。筆記下來怕到時候忘了。請先看[轉]快速理解VirtualBox的四种网络连接方式環境:VirtualBox version:4.2.4Host:windows 7 (固定ip)Guest:windows ...
阅读全文
摘要:Host os :winodwsGuest os :Linux 有些版本是掛載不起來的。以下設定適用於各版本的Linux Distribution,兩個共用資料夾名稱要一致。sh ./VBoxLinuxAdditions.runmkdir /mnt/Share (in Guest os) sudo mount.vboxsfShare/mnt/Share紅色「Share」為 VirtualBox 共用資料夾名稱 (in Host os)藍色「/mnt/Share」為自己建立要掛載的目錄To mount this every time linux boots, edit the file...
阅读全文
摘要:http://www.rustyrazorblade.com/2010/12/virtualbox-4-nat-port-forwarding-gui/http://www.aoddy.com/2011/08/01/ssh-a-guest-server-in-virtualbox-by-port-forwarding//etc/init.d/network restart 重啟網路設定lspci查看,網路卡是抓到?
阅读全文
摘要:VirtualBox中有4中网络连接方式:NATBridged AdapterInternalHost-only AdapterVMWare中有三种,其实他跟VMWare 的网络连接方式都是一样概念,只是比VMWare多了Internal方式。要让自己(或别人)理解深刻,方法就是做比较和打比方,比较之间的不同和相同,拿熟知的事物打比方。先来一张图,通过这张图就很容易看出这4种方式的区别:(注:此图直接取至Finalbug的Blog,表示感谢)再来用文字做详细的解释(其实归结起来就是上面的那张图):1、NATNAT:Network Address Translation,网络地址转换NAT模式是
阅读全文