mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2732] login to server failed #2184
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#2184
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 @Justinmaggie on GitHub (Jan 3, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2732
Bug Description
login to server failed: dial tcp xxxxxxx:7000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
dial tcp xxxxxxx:7000: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
frpc Version
3.71
frps Version
3.71
System Architecture
Windows amd64
Configurations
frps
[common] bind_addr = 0.0.0.0 bind_port = 7000 dashboard_user = xxxxx #监控的用户名 dashboard_pwd = xxxxxx #监控的密码 dashboard_port = 7500
frpc
[common] server_addr = xx.xx.xx.xx #你的公网机器的ip地址 server_port = 7000 [ssh] type = tcp local_ip = 127.0.0.1 local_port = 3389 remote_port = 6000
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Jan 5, 2022):
Try to check if the port is open (this type of problem is particularly common with cloud servers).
@github-actions[bot] commented on GitHub (Feb 5, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.