fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
87.12k stars 13.43k forks source link

frpc 无法登录frps服务 #4511

Closed ALiangTech closed 1 month ago

ALiangTech commented 1 month ago

Bug Description

frps服务:已经启动

frps_servers

服务端是linux/amd64 客户端是windows/amd64

frpc Version

0.61.0

frps Version

0.61.0

System Architecture

linux/amd64

Configurations

frps配置: ` bindPort = 7001

auth.method = "token"

auth.token ="hj@333"

webServer.addr="0.0.0.0"

webServer.port=7000

webServer.user="hj"

webServer.password="asd**77asdf123"

frpc配置: serverAddr="xxx" serverPort=7001 loginFailExit=true auth.method="token" auth.token="hj@333" transport.tls.enable = false

[[proxies]] name = "test-tcp" type = "tcp" localIP = "127.0.0.1" localPort = 3389 remotePort = 23389 `

Logs

login to the server failed: dial tcp xxxx:7001: connectex: No connection could be made because the target machine actively refused it.. With loginFailExit enabled, no additional retries will be attempted

Steps to reproduce

  1. ...

Affected area

fatedier commented 1 month ago

Check and confirm that your network environment is normal.