mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1276] frpc: connect to local service error in Windows 10 and Windows 2012 R2 #1007
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#1007
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 @wangliang1989 on GitHub (Jun 1, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1276
What version of frp are you using (./frpc -v or ./frps -v)?
The version is 0.28.0
What operating system and processor architecture are you using (
go env)?Windows 10 and Windows 2012 R2
Configures you used:
frpc.ini:
[common]
server_addr = my server ip
server_port = 7000
token=my password
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 9100
remote_port = 9100
Steps to reproduce the issue:
just frpc -c frpc.ini
It will success on Windows 7, but fail both on Windows 10 and Windows 2012 R2.
Describe the results you received:

In cmd:
same In PS
Describe the results you expected:
I just think it will work like in Windows 7
Additional information you deem important (e.g. issue happens only occasionally):
I guess not
Can you point out what caused this issue (optional)
No