在Debian上连接Kong时出现连接拒绝错误

时间:2018-10-06 08:58:23

标签: curl kong

我从offical Kong Debian Installation instructions运行konghq。

但是,当我跑步时:

curl -i http://arzesh:8001/

我得到:

  

卷曲:(7)无法连接到arzesh端口8001:连接被拒绝

这是我的/etc/hosts文件:

127.0.0.1   arzesh localhost.localdomain arzesh
127.0.0.1   domain1.local
127.0.1.1   arzesh
#192.168.1.110  gitlabreg.local
#127.0.0.1  192.168.1.6
127.0.0.1   drfactory.local
127.0.0.1   laravel-ci.local
127.0.0.1   latest.local
127.0.0.1   ahf.local

# The following lines are desirable for IPv6 capable hosts
::1     arzesh ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

现在,我运行以下命令:

curl -I 'arzesh'

我得到:

HTTP/1.1 200 OK
Server: nginx/1.10.3
Date: Sat, 06 Oct 2018 08:37:46 GMT
Content-Type: text/html
Content-Length: 612
Last-Modified: Thu, 04 Oct 2018 09:39:44 GMT
Connection: keep-alive
ETag: "5bb5dfe0-264"
Accept-Ranges: bytes

没有任何问题!

服务器上正在使用所有端口,例如80802280。我使用默认端口(8001)运行Kong。

所有防火墙(ufwfirewalldiptable)被禁用。

如何解决连接拒绝错误?

0 个答案:

没有答案