8888端口无法使用,不能访问,已经启动appnode-agent-server服务

jcleng 2019-3-6 844

[root@lxx123 ~]# netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      415/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      452/sendmail: accep
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      408/httpd
tcp6       0      0 :::22                   :::*                    LISTEN      415/sshd
tcp6       0      0 :::8888                 :::*                    LISTEN      659/appnode-ccenter
tcp6       0      0 :::7000                 :::*                    LISTEN      411/frps

只能使用22的ssh

最新回复 (1)
  • 虚竹 2019-3-6
    引用 2

    看状态是目前监听在ipv6的8888端口上,如果你的服务器支持ipv6,就用ipv6地址访问。

    如果要使用ipv4地址,使用以下命令手动指定监听ipv4地址:
    appnode ccenter config ccenter_ip_addr IPv4地址

    网卡上的IPv4地址用命令 ip addr 查看。

    设置好后重启控制中心:appnode ccenter restart

返回
发新帖