gpt4 book ai didi

amazon-web-services - Telnet 适用于 AWS URL 和 localhost 但不适用于 IP

转载 作者:行者123 更新时间:2023-12-04 19:00:23 32 4
gpt4 key购买 nike

这些工作正常:

telnet ec2-x-x-x-x.compute-1.amazonaws.com 443
telnet localhost 443
telnet internal.ip 443
telnet hostname 443

这些不起作用
telnet x.x.x.x 443
telnet freedns.dynu.com 443

但是端口 80 上的 telnet 与所有这些都可以正常工作。

我的 AWS Ubuntu 18 盒子有一个 /etc/hosts 读取的文件
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

netstat -ln 说:
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::443 :::* LISTEN
tcp6 0 0 :::80 :::* LISTEN

What am I missing or where am I going wrong?

Technically if ec2-x-x-x-x.compute-1.amazonaws.com is good then the IP address should also be good.

最佳答案

您没有监听 IPv4 端口 80 或 443 的进程(Web 服务器)。您确实有监听 IPv6 端口 80 和 443 的进程(Web 服务器)。

问题是您的 Web 服务器没有设置为 0.0.0.0:80 和 0.0.0.0:443,或者您的 Web 服务器在启动期间失败。查阅您的 Web 服务器日志文件。

这些地址只能用于解析 IPv6 地址。

telnet ec2-x-x-x-x.compute-1.amazonaws.com 443
telnet localhost 443
telnet internal.ip 443
telnet hostname 443

关于amazon-web-services - Telnet 适用于 AWS URL 和 localhost 但不适用于 IP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53892798/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com