mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2021] [W] [service.go:102] login to server failed: dial tcp 127.0.0.1:7000: connect: connection refused #1603
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#1603
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 @danielpmc on GitHub (Oct 3, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2021
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.34.0
What operating system and processor architecture are you using (
go env)?Linux Debian 9, AMD64
Configures you used:
example one in readme
Steps to reproduce the issue:
Describe the results you received:
[W] [service.go:102] login to server failed: dial tcp 127.0.0.1:7000: connect: connection refused
dial tcp 127.0.0.1:7000: connect: connection refused
Describe the results you expected:
to connect. (Done configs correctly)
@Becods commented on GitHub (Oct 3, 2020):
The problem cannot be judged according to the content provided
More profiles required
Please check that the firewall / port is unobstructed
@ChiragSukhala commented on GitHub (Oct 7, 2020):
Please ssh on frps machine and do
curl 127.0.0.1:7000if they output is same
its an issue with FRP otherwise as @BecodReyes said your firewall / port is unobstructed.
@blizard863 commented on GitHub (Oct 9, 2020):
nc -zv 127.0.0.1 7000
to check the port is active.
@github-actions[bot] commented on GitHub (Nov 24, 2020):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
@jh-crescent commented on GitHub (Dec 23, 2020):
I solved this problem after downloading Go with:
apt-get install gccgo-go@mkamalkayani commented on GitHub (Dec 30, 2020):
@sqvictory Where did you install the Go package, on the client or server?
@jh-crescent commented on GitHub (Dec 30, 2020):
both
@Yunuuuu commented on GitHub (Mar 13, 2021):
the same problem, and gccgo-go didn't solved it
@Yunuuuu commented on GitHub (Mar 13, 2021):
I have turn off my firewall,
I just tested the raw file, I downloaded frp file in https://github.com/fatedier/frp/releases/download/v0.35.1/frp_0.35.1_linux_arm64.tar.gz and uncompressed it, then I run
it gave this error
and I also tested frp version 0.35.0, the same error returned.
my OS version is here
I also tried apt-get install gccgo-go, and the go version is below
the error remained here after installing go
@WalterIeong commented on GitHub (Nov 15, 2022):
Delete the annotation and space after the script "server_addr = nas.frpxx.com # 服务器IP或者地址"
@xiaoye-hhh commented on GitHub (Aug 9, 2023):
I meet '[W] [service.go:102] login to server failed: dial tcp 127.0.0.1:8889: connect: connection refused
dial tcp 127.0.0.1:7000: connect: connection refused'. I slove this problem by rebooting both server and client.
@fleame commented on GitHub (Sep 27, 2023):
yes! this works for me.
@beautyhansonboy commented on GitHub (Jan 10, 2024):
@beautyhansonboy commented on GitHub (Jan 11, 2024):
How was it resolved in the end