码迷,mamicode.com
首页 > 系统相关 > 详细

linux基本配置

时间:2018-09-24 00:51:30      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:基本   for   local   防火   localhost   cin   eth   host   isa   

1 IP地址配置:
[root@localhost ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0
2 关闭防火墙
[root@localhost ~]# iptables server stop
停止防火墙服务(临时生效)
[root@localhost ~]# chkconfig iptables off
这是重启后生效
[root@localhost ~]# reboot
重启服务器
3 关闭selinux
root@localhost ~]# vim /etc/selinux/config
SELINUX=disabled
把enforcing改为disabled

linux基本配置

标签:基本   for   local   防火   localhost   cin   eth   host   isa   

原文地址:http://blog.51cto.com/13707360/2280873

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!