Server 如何从浏览器访问端口80?

Server 如何从浏览器访问端口80?,server,centos7,firewall,iptables,firewalld,Server,Centos7,Firewall,Iptables,Firewalld,目前,我一直在制作perfsonar调用的服务器,该服务器用于在CentOS7上测试互联网速度。我已经安装了这个程序,然后我知道它必须在设置防火墙等之后访问web浏览器。但是,我无法在浏览器上观看任何内容。虽然我试着在防火墙关闭的情况下进行测试,但它不起作用 我很感激你的建议能解决这个问题。 我在下面写了一些文字,以便轻松解决问题 [root@utk-alice07 park]# firewall-cmd --state not running [root@utk-alice07 park]#

目前,我一直在制作perfsonar调用的服务器,该服务器用于在CentOS7上测试互联网速度。我已经安装了这个程序,然后我知道它必须在设置防火墙等之后访问web浏览器。但是,我无法在浏览器上观看任何内容。虽然我试着在防火墙关闭的情况下进行测试,但它不起作用

我很感激你的建议能解决这个问题。 我在下面写了一些文字,以便轻松解决问题

[root@utk-alice07 park]# firewall-cmd --state
not running
[root@utk-alice07 park]# curl 202.13.200.217 # it is localhost
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://202.13.200.217/toolkit/">here</a>.</p>
</body></html>
[root@utk-alice07 park]# telnet 202.13.200.217 80
Trying 202.13.200.217...
Connected to 202.13.200.217.
Escape character is '^]'.
Connection closed by foreign host.
[root@utk-alice07 park]# telnet 202.13.200.217 443
Trying 202.13.200.217...
Connected to 202.13.200.217.
Escape character is '^]'.
Connection closed by foreign host.
[root@utk-alice07 park]# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.