举例:
主机(windows)设网络桥IP:192.168.1.105
虚拟机(ubuntu)eth0 IP:192.168.1.102;eth1设动态取得IP。
1.Windows
2.VirtualBox
3.Ubuntu
虚拟机文件vdi迁移时vbox网卡设置要刷新。
# /etc/init.d/networking restart
问题:
ERROR: "SIOCSIFADDR: No such device eth0"
解决:
Solution:
1. ifconfig -a
it will show something like eth1 and MAC address
2. vi /etc/iftab
change the MAC address on eth0 to what's shown in ifconfig -a
3. reboot
references:
http://ubuntuforums.org/showthread.php?t=221768
Gutsy also has no /etc/iftab. I disabled this behavior in two steps:
(1) Edit /etc/udev//rules.d/70-persistent-net.rules
(1.1) comment out or delete all the lines beginning with SUBSYSTEM=="net"
(2) Edit /etc/udev/rules.d/75-persistent-net-generator.rules
(2.1) comment out or delete these two lines:
ACTION=="add", SUBSYSTEM=="net", KERNEL=="eth*|ath*|wlan*|ra*|sta*" \
NAME!="?*", DRIVERS=="?*", GOTO="persistent_net_generator_do"
問題:
ping命令无效.
解決:
eth0設為橋接介面卡, 不要用NAT.
如果虚拟机为OEL(Oracle Enterprise Linux):
1. shell中输入 startx进入图形界面。
a) 通过System->Administration->Network配置主机IP。
根据 VirtualBox Host-Only Network的设置信息:192.168.56.1 / 255.255.255.0 / 192.168.56.2
设置eth0为动态取得IP.
设置eth1为静态IP:192.168.56.101 / 255.255.255.0 / 192.168.56.2
b) 通过System->Administration->Security Level And Firewall。
关掉防火墙,否则网络客户机将不能通过ftp,http等协议访问主机。
2.设置host。
将之前host全部注释掉,增加如下内容,192.168.56.101即是刚设置的本机ip
127.0.0.1 localhost.localdomain localhost
192.168.56.101 corey.cloud.com corey
corey 系主机名,cloud.com是domain。这个可以自己指定。
设置完成确保如下命令通过:
ping corey
ping 192.168.56.101
ping corey.cloud.com
3.设置SElinux
由于目前bug,SElinux可能会使安装失败,因此需要设置vi /etc/selinux/config,设置SELINUX=PERMISSIVE,然后reboot
- 大小: 45.6 KB
- 大小: 19.2 KB
- 大小: 19.7 KB
- 大小: 6 KB
分享到:
相关推荐
VirtualBox 可以在 Linux 和 Windows 主机中运行,并支持在其中安装 Windows (NT 4.0、2000、XP、Server 2003、Vista)、DOS/Windows 3.x、Linux (2.4 和 2.6)、OpenBSD 等系列的客户操作系统。 假如你曾经有用过...
VirtualBox 可以在 Linux 和 Windows 主机中运行,并支持在其中安装 Windows (NT 4.0、2000、XP、Server 2003、Vista)、DOS/Windows 3.x、Linux (2.4 和 2.6)、OpenBSD 等系列的客户操作系统。 假如你曾经有用过...
2. **虚拟机安装**:使用虚拟化软件如VMware、VirtualBox,可以在Windows环境下创建一个虚拟机,然后在虚拟机内部安装Linux。这种方式无需修改现有的Windows系统,且可以在Windows和Linux之间快速切换,适合学习和...
接下来是Windows下安装Linux的步骤,这通常涉及使用“Windows Subsystem for Linux (WSL)”或通过虚拟机(如VirtualBox或VMware): 1. **启用WSL**(如果选择此方法):在Windows设置中,找到“程序” > “可选...
Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS BashmacOSVirtualBoxmacOS 虚拟机安装linux 虚拟机安装linux 虚拟机安装linux 虚拟机...
VirtualBox 可以在 Linux 和 Windows 主机中运行,并支持在其中安装 Windows (NT 4.0、2000、XP、Server 2003、Vista)、DOS/Windows 3.x、Linux (2.4 和 2.6)、OpenBSD 等系列的客户操作系统。 假如你曾经有用过...
VirtualBox 可以在 Linux 和 Windows 主机中运行,并支持在其中安装 Windows (NT 4.0、2000、XP、Server 2003、Vista)、DOS/Windows 3.x、Linux (2.4 和 2.6)、OpenBSD 等系列的客户操作系统。 假如你曾经有用过...
总结,VirtualBox的下载安装和Linux环境部署是相对简单的步骤,但需注意配置细节,如内存分配、磁盘类型选择以及虚拟机的硬件设置。熟练掌握这些步骤,对于日常的开发、学习和测试工作将大有裨益。希望本教程能帮助...
3. **使用WSL (Windows Subsystem for Linux)**:这是微软专门为Windows 10/11设计的一种特殊的Linux环境,可以在不安装额外软件的情况下直接运行Linux命令行工具。 - **特点**: - 不需要重启即可使用Linux。 - ...
用户可以在VirtualBox上安装并且运行Solaris、Windows、DOS、Linux、OS/2 Warp、OpenBSD及FreeBSD等系统作为客户端操作系统。与同性质的VMware及Virtual PC比较下,VirtualBox独到之处包括远程桌面协定(RDP)、...
标题 "realtek ac97 driver for virtualbox win7" 指的是Realtek AC'97音频控制器的驱动程序,专为在VirtualBox虚拟机环境下运行Windows 7系统设计。这个驱动程序是解决Linux(例如RHEL)主机上运行的VirtualBox...
使用者可以在VirtualBox上安装并且执行Solaris、Windows、DOS、Linux、OS/2 Warp、BSD等系统作为客户端操作系统。已由甲骨文公司进行开发,是甲骨文公司xVM虚拟化平台技术的一部份。 VirtualBox号称是最强的免费...
用户可以直接在Windows环境下运行Linux命令行工具,甚至安装完整的Linux应用程序。 4. **Docker for Windows**: Docker是一种流行的容器化平台,Docker for Windows提供了在Windows上运行Linux Docker容器的能力。...
在Linux上设置SMB服务,然后在Windows上通过“网络”找到并连接Linux共享文件夹。确保Linux系统中的Samba服务已启动,并配置了合适的共享目录。 2. **SSHFS**:SSH Filesystem (SSHFS)允许用户通过SSH安全协议挂载...
1. **虚拟化技术**:Windows中常使用的虚拟化软件如VirtualBox和VMware,可以创建Linux虚拟机。通过共享文件夹功能,可以在Windows和Linux之间轻松交换文件。设置好共享文件夹后,Linux虚拟机可以访问到Windows的...
此外,为了实现图形化界面,还可以利用虚拟机技术,例如安装VirtualBox或VMware,然后在虚拟机中运行一个Linux发行版,如Ubuntu或Debian,这样可以在Windows系统内无缝地进行Linux环境下的开发。 **资源组件** 在...
不同于VM,VBox是开源的,而且功能强大,可以在 Linux/Mac 和 Windows 主机中运行,并支持在其中安装 Windows (NT 4.0、2000、XP、Server 2003、Vista、Win7)、DOS/Windows 3.x、Linux (2.4 和 2.6)、OpenBSD 等系列...
虚拟机软件virtualBox,个人开发帮助搭建linux环境,
4. **安装H3C模拟器**:在VirtualBox内安装H3C的模拟软件,如iMC(智能管理中心)或eNSP(企业网络仿真平台),根据实验需求选择合适的版本。 5. **共享文件夹功能**:通过VirtualBox的共享文件夹设置,可以方便地...
- 在本案例中,选择了VirtualBox 4.0.4 for Windows hosts版本。 2. **安装VirtualBox**: - 运行下载好的安装程序。 - 安装过程中,默认设置通常足够满足大部分需求。 - 安装程序会提示可能会导致网络连接短暂...