一、配置网络环境
1、运行 cmd 查看本机的ip地址,然后记录下来。
2、网络和共享中心——本地连接属性如下:
手工配置到本地连接上面
IP:172.16.191.215,DNS:101.7.8.9
3、给物理机 本地连接配置第二个IP,
192.168.100.学号
255.255.255.0
4、将linux虚拟机网络配置成桥接模式
第二、虚拟机上的配置
hostnamectl set-hostname jw40 #永久性修改主机名
vi /etc/sysconfig/network-scripts/ifcfg-eno16777736 #13777736是通过ifconfig来看的
systemctl disable firewalld.service #停止firewalld
systemctl is-enabled firewalld.service #查询是否设置为开机启动