标签:搭建 环境 boot stat www png 准备 emctl otp
##环境搭建systemctl stop firewalld //停止防火墙
systemctl disable firewalld//永久关闭防火墙
先停后卸载
(2).配置静态IP
vi /etc/sysconfig/network-scripts/ifcfg-enp0s3
1.bootproto=dhcp →static
2.onboot=no→yes
3.添加 IPADDR=192.168.56.105
(3).重启网络
systemctl restart network
(4).检查是否能上外网
ping www.baidu.com
ctrl+z 停止ping测试
关闭防火墙+设置静态IP
标签:搭建 环境 boot stat www png 准备 emctl otp
原文地址:https://blog.51cto.com/14497555/2429011