VirtualBox NAT+host-only高级网络配置 ,实现互通
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
VirtualBox NAT host-only高级网络配置
概述:VirtualBox NAT host-only高级网络配置,虚拟机既可以相互通信也可以上网。同时,添加NAT方式让虚拟机上网,添加host-only方式让虚拟机与虚拟机通信。深入分析Host-only自定义网段,Windows和Linux环境下分别使用ssh,网卡命名规则。默认已经安装virtualbox,在virtualbox中已经安装ubunut系统。
1.VirtualBox 全局设置
2.添加NAT网络,添加host-only网络。选中已经安装好的虚拟机(如 ubuntu 17.04),将虚拟机为关机状态。
3.ubuntu虚拟机中设置Host-only静态IP:
- 1
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 重启配置生效。
reboot
-
查看虚拟机ip
- 1
至此,完成虚拟机与虚拟机互通,虚拟机与主机互通,并且能上网。
4. 高级配置拓展解析(略过也可)
4.1. ssh登录操作
- 需要在主机和虚拟机中分别安装openssh-server
- 1
- 通过ssh登入manager虚拟机
- 1
4.2 Windows安装ssh,使用cmd或者powershell登录虚拟机
下载安装OpenSSH for Windows,可以通过Windows使用ssh命令。
- 通过ssh登入agent2虚拟机
4.3. Host-only自定义网段,Host-only相关官方文档。
- 在全局设置中,选择网络设置,选择Host-only设置,自定义网段 如 192.168.88.1
- 在主机中就会有192.168.88.1适配器
- 在虚拟机中改为对应的网段 192.168.88.xxx,如192.168.88.101
ifconfig
(linux中查看)或者ipconfig
(Windows中查看)
4.4. 网卡命名规则
参考PredictableNetworkInterfaceNames
一言以蔽之,就是eth0,eth1规则升级为带有可预见拓扑关系的eth0s3,eth0s8等等,可以通过 ls /sys/class/net
查看
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献16条内容
所有评论(0)