一、桥接模式联网

  之前用NAT模式连接网络,Centos是可以上网,而且Centos可以ping通主机,但是主机ping不通虚拟机。后来发现Nat模式只能由内而外。

  1.1设置虚拟机的网络适配器

  Centos7 minimal 系列之桥接模式联网(二)_配置文件

  1.2设置虚拟网络编辑器

  Centos7 minimal 系列之桥接模式联网(二)_centos_02

  1.3修改配置文件 cd /etc/sysconfig/network-scripts

    vi ifcfg-ens33

    Centos7 minimal 系列之桥接模式联网(二)_centos_03

    Centos7 minimal 系列之桥接模式联网(二)_桥接模式_04

     退出保存!

     service network restart