centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项

1.centos的下载
centos 32位的下载:http://mirror.centos.org/altarch/7/isos/i386/
centos 64位的下载:http://www.xitongzhijia.net/linux/201603/69275.html#J_download
2.安装:
注意:不管是安装64位还是32位,我建议都选择64位,否则找不见网卡
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

安装完centos后,在终端输入 ipaddr可以查看到
centos64为:
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos32为:
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

还有一处需要注意:
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

在安装centos32位的时候把右侧以太网开启
注意事项看完,就开始安装吧
步骤参考文章:http://jingyan.baidu.com/article/eae0782787b4c01fec548535.html
3.配置网络(32位和64位操作一样,可能网卡名称不同,但不影响)
第一步:使虚拟机桥接到网卡
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

2.设置桥接:
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

3.查看网卡(记录下mac地址和网卡名称,后面会用到)
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

进入到改目录下,打开文件,进行配置 命令:cd /etc/sysconfig/network-scripts
:ls
:vim ifcfg-en016777736
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

注意:网卡文件不为空
更改配置如下:
TYPE=Ethernet
BOOTPROTO=none
BROADCAST=192.168.1.237
HWADDR=00:0c:29:cb:fc:bb
IPADDR=192.168.1.123
【centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项】NETMASK=255.255.255.0
GATEWAY=192.168.1.1
DEFROUTE=yes
PEERDNS=yes
PEERROUTES=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6_FAILURE_FATAL=no
NAME=eno16777736
DEVICE=eno16777736
ONBOOT=yes
配置后的效果,注意打圈的地方是否已经更改:
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

保存退出后,返回根目录下,在编辑 /etc/resolve.conf
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

配置dns
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

最好再上个文件加上一句
search localdomain
否则在更新活安装的时候出现如下错误:error:cannot find avalid baseurl for repo:addons
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

保存后退出,重启网络
service network restart
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

ping 百度,能ping通
centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片


centos|centos 7 x86_64 与 centos 7 32位系统安装的注意事项
文章图片

网络配置完成




















    推荐阅读