设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 服务器 > 安全 > 正文

Linux下Tomcat启动正常,但浏览器无法访问的解决方法

发布时间:2021-03-14 21:57 所属栏目:53 来源:网络整理
导读:1、服务器可ping通 2、服务器抓本地的http请求包,可以抓到 3、本地抓服务器返回的http响应包,抓不到 经过查找,是由于开启了Linux防火墙 查看防火墙配置(需要root权限) [root@localhost ~]# service iptables status Redirecting to /bin/systemctl stat

1、服务器可ping通

2、服务器抓本地的http请求包,可以抓到

3、本地抓服务器返回的http响应包,抓不到

经过查找,是由于开启了Linux防火墙

查看防火墙配置(需要root权限)

[root@localhost ~]# service iptables status
Redirecting to /bin/systemctl status  iptables.service
iptables.service - IPv4 firewall with iptables

Loaded: loaded (/usr/lib/systemd/system/iptables.service; disabled)
Active: inactive (dead)关闭防火墙(需要root权限)

[root@localhost ~]# service iptables stop

以上这篇Linux下Tomcat启动正常,但浏览器无法访问的解决方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持编程小技巧。

(编辑:ASP站长网)

    网友评论
    推荐文章
      热点阅读