2023-06-11 分类: 网站建设
今天配置一台Linux服务器,系统是Centos,配置完毕访问网站时却不成功,没有什么提示,就是网络不通,访问网页超时。image.png访问网页超时
不过,我在服务器里用wget命令访问网站时,却是成功的。
image.png
wget命令访问网站成功
也即是说,外网访问不了网站,服务器里能访问。
这是什么原因呢?
后来我问了下客服,他叫我关了防火墙试试,关闭防火墙的命令是:
iptables stop
我没有这样操作,而是清空iptables规则,使用命令是:
iptables -F && iptables -X && iptables -Z
我之前更改过config安全配置文件,位置在:
/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 - No SELinux policy is loaded.
# SELINUX=enforcing
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
更改完毕,再访问网站,真的成功了!原来真是防火墙的问题!
分享标题:Linux能Ping通却访问不了网站,但在服务器里能wget成功
本文地址:/news37/264437.html
成都网站建设公司_创新互联,为您提供App设计、电子商务、外贸建站、外贸网站建设、定制网站、企业网站制作
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联
猜你还喜欢下面的内容