将虚拟机的网卡设置为桥接模式
打开centos虚拟机终端,就是命令行
切换到root用户,对网卡文件进行编辑
shell# cd /etc/sysconfig/network-scripts/
shell# vim ifcfg-ecth0
主要修改两项:
BOOTPROTO=dhcp
ONBOOT=yes
重启网卡
shell# service network restart
将虚拟机的网卡设置为桥接模式
打开centos虚拟机终端,就是命令行
切换到root用户,对网卡文件进行编辑
shell# cd /etc/sysconfig/network-scripts/
shell# vim ifcfg-ecth0
主要修改两项:
BOOTPROTO=dhcp
ONBOOT=yes
重启网卡
shell# service network restart
本文标题:VirtualBox linux虚拟机如何实现“桥接”上网
本文链接:https://www.haomeiwen.com/subject/zhehzttx.html
网友评论