首页 > 系统服务 > 详细

linux局域网不能相互访问

时间:2014-11-14 22:31:29      阅读:363      评论:0      收藏:0      [点我收藏+]
1、关闭防火墙
/etc/init.d/iptable stop
 
2、关闭selinux
 
1、临时禁用SELinux:
root@server# setenforce 0 
这样重启服务器之后,还是会启动SELinux,
 
 
 
2、永久禁用:
打开服务器上的SELinux配置文件,默认为:/etc/selinux/config,内容如下:
 
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - SELinux is fully disabled.
SELINUX=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted
 
将上面的
SELINUX=enforcing 改为:SELINUX=disable  禁用SeLinux

linux局域网不能相互访问

原文:http://www.cnblogs.com/supertang/p/4096996.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!