安装 CentOS-7-x86_64-Minimal-1708 基本配置,以及 一些优化啥的
1、yum update 用不了,先配置网络(静态ip)
(最开始也是百度,但··你懂得··信息太多·都不一样··乱七八糟的)参照 redhat 官网 指导
https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/networking_guide/sec-using_the_command_line_interface#sec-Configuring_a_Network_Interface_Using_ifcg_Files
修改/etc/sysconfig/network-scripts/ 下 ifcfg-? 文件,默认有两个网络接口,enp0s3 和 lo
其中lo 是local 的简写,是本地回环接口,用于系统内部 数据包的发送和接收。
centos7 与之前版本有很多不同,比如
ifconfig 改为ip
总之是很多不同,最好直接看官网。
四个地方,ip,子网掩码,默认网关,DNS。就可以了。重启网络:service network restart 。 okay!
原文链接:https://www.f2er.com/centos/375086.html