mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4511] frpc 无法登录frps服务 #3562
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3562
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ALiangTech on GitHub (Oct 24, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4511
Bug Description
frps服务:已经启动

服务端是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
...
Affected area
@fatedier commented on GitHub (Oct 25, 2024):
Check and confirm that your network environment is normal.