mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1201] Authorization failed win 10 #943
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#943
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 @tao96 on GitHub (Apr 16, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1201
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.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
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)?
26.0 26.0
What operating system and processor architecture are you using (
go env)?win10 Ubuntu18.04 cent os
Configures you used:
Client
[common]
server_addr = **
server_port = 2025
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
token = **
admin_addr = **
admin_port = 2020
dashboard_user = **
dashboard_pwd = **
Server
//# [common] is integral section
[common]
//# A literal address or host name for IPv6 must be enclosed
//# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
bind_addr = **
bind_port = 2025
//# udp port used for kcp protocol, it can be same with 'bind_port'
//# if not set, kcp is disabled in frps
kcp_bind_port = 2025
//# if you want to configure or reload frps by dashboard, dashboard_port must be set
dashboard_port = 2020
//# dashboard assets directory(only for debug mode)
dashboard_user = **
dashboard_pwd = **
//# assets_dir = ./static
vhost_http_port = 2021
vhost_https_port = 2022
//# console or real logFile path like ./frps.log
log_file = ./frps.log
//# debug, info, warn, error
log_level = debug
log_max_days = 3
//# auth token
token = **
//# It is convenient to use subdomain configure for http、https type when many people use one frps server together.
subdomain_host = **
//# only allow frpc to bind ports you list, if you set nothing, there won't be any limit
//#allow_ports = 1-65535
//# pool_count in each proxy will change to max_pool_count if they exceed the maximum value
max_pool_count = 50
//# if tcp stream multiplexing is used, default is true
tcp_mux = true
Steps to reproduce the issue:
1.https://github.com/MvsCode/frp-onekey
2.
3.
Describe the results you received:
2019/04/17 02:30:05 [I] [service.go:337] client login info: ip [:15314] version [0.26.0] hostname [] os [windows] arch [amd64]
2019/04/17 02:30:05 [W] [service.go:279] authorization failed
2019/04/17 02:39:03 [I] [service.go:337] client login info: ip [:44687] version [0.26.0] hostname [] os [windows] arch [amd64]
2019/04/17 02:39:03 [W] [service.go:279] authorization failed
2019/04/17 02:45:48 [I] [service.go:337] client login info: ip [**:12308] version [0.26.0] hostname [] os [linux] arch [amd64]
2019/04/17 02:45:48 [W] [service.go:279] authorization failed
Describe the results you expected:
Successful connect
Additional information you deem important (e.g. issue happens only occasionally):
使用阿里云 谷歌云 内网win10交叉连接,错误类型雷同
Can you point out what caused this issue (optional)
疑似脚本更改ini不兼容
@tao96 commented on GitHub (Apr 17, 2019):
经过测试,删除token后可以正常连接
@schunlei commented on GitHub (May 1, 2019):
是不是服务端没有用 -c 指定配置文件?我如果直接启动服务端,客户端只有删除token才可以链上。如果指定了配置文件就没有问题了。