【发布时间】:2014-04-19 22:43:04
【问题描述】:
我正在使用 Red Hat 4.4.7-4 。我已经使用
安装了 Apache 服务器yum 安装 httpd
/etc/init.d/httpd 启动
/etc/init.d/httpd 状态 httpd (pid 1371) 正在运行...
本机可以通过 VPN 客户端使用 ssh 终端访问。当我击中
http://ip address:80
在浏览器中,页面不加载。我收到以下错误:
This Page Cannot Be Displayed
The system cannot communicate with the external server ( 173.39.232.226 ). The Internet server may be busy, may be permanently down, or may be unreachable because of network problems.
Please check the spelling of the Internet address entered. If it is correct, try this request later.
If you have questions, or feel this is an error, please contact your corporate network administrator and provide the codes shown below.
Notification codes: (1, GATEWAY_TIMEOUT, 173.39.232.226)
另外,下面是 iptables 的输出
[root@blended-services-demo html]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:http
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
【问题讨论】: