centos6 配置ip、服务
1.修改主機名
#vi /etc/sysconfig/network
server.com
2.配置IP
#vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=none
IPADDR=192.168.31.74
GATEWAY=192.168.31.254
IPV6INIT=no
USERCTL=no
配置DNS
#vim /etc/res
3.激活網卡
#ifup eth0
#ifdown eth0
4.服務控制
#service netwotk restart
控制服務是否可以開機啟動
#chkconfig --list httpd
#chkconfig httpd on
#chkconfig --level 24 off
########################################################################3
5.命令補全功能
#rpm -ivh bash-completetion-2.1-6.el7.noarch.rpm
6.用于下載軟件包常用的網址
http://rpmfind.net/
http://rpm.pbone.net/
http://mirrors.163.com/
http://mirrors.aliyun.com/
EPEL:Extra Package for Enterprise Linux,為centos/rhel系統提供額外的軟件包
https://fedoraproject.org/wiki/EPEL
總結
以上是生活随笔為你收集整理的centos6 配置ip、服务的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 安装yum软件包的方法
- 下一篇: 用ftp、http搭建网络yum源