CentOS Minimal Install

Posted 龍龍飛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS Minimal Install相关的知识,希望对你有一定的参考价值。

ifup eth0
chkconfig iptables off
sestatus

vi /etc/sysconfig/network-scripts/ifcfg-eth0


这样设置扣,记得重启网卡:
[[email protected] ~]# /etc/init.d/network stop
[[email protected] ~]# /etc/init.d/network start

 

于是在/etc/rc.d/rc.local文件中加入

ifup eth0

或者

ifconfig eth0 up
eth0就是要激活的网卡,我系统中的是eth0:1,所以用ifup eth0:1


DEVICE=eth0
HWADDR=00:0c:29:13:6a:ee
TYPE=Ethernet
UUID=c8a636ae-b8f2-4999-9504-19051df65d51
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPV6INIT=no
USERCTL=no
IPADDR=100.100.100.100
NETMASK=255.255.255.0
GATEWAY=100.100.100.1

ifdown eth0 ; ifup eth0

selinux

yum
local.repo
[name]
name=***
baseurl=file:///media/cdrom
enable=1
gpgcheck=0

yum makecache

yum -y install vim gcc gcc-c++ automake autoconf


链接克隆:
vi /etc/udev/rules.d/70-persistent-net.rules

 

以上是关于CentOS Minimal Install的主要内容,如果未能解决你的问题,请参考以下文章

VirtualBox上安装CentOS-7(Minimal)

Centos 7 Minimal 版 安装vmware tools

VMware虚拟机安装CentOS 7 Minimal 详细全过程

CentOS 7 Minimal 安装JDK 1.8

windows用VNC连接到centos(minimal)黑屏

centos minimal 网络配置