gpt4 book ai didi

localhost - 'localhost' 和 '127.0.0.1' 有什么区别?

转载 作者:行者123 更新时间:2023-12-04 14:29:50 24 4
gpt4 key购买 nike

有一个 nginx 服务器监听 8080 端口,telnet localhost 和 127.0.0.1。一个连接,一个连接失败,否则。

[test@localhost sbin]$ telnet localhost 8080          
Trying ::1...
telnet: connect to address ::1: Connection refused

[test@localhost sbin]$ telnet 127.0.0.1 8080
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

'localhost' 和 '127.0.0.1' 之间有什么区别?为什么 localhost 连接失败?谢谢!

最佳答案

127.0.0.1是本地机器的 IPv4 地址。
localhost是查找本地机器地址的名称。在您的情况下,它首先找到 IPv6 地址 (::1) 并尝试连接到该地址。如果您的服务仅监听 IPv4,它将无法连接。

关于localhost - 'localhost' 和 '127.0.0.1' 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16382992/

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