mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #297] authorization failed #219
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#219
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 @minglplus on GitHub (Apr 12, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/297
这是 frps.ini
[common]
bind_addr = 0.0.0.0
bind_port = 1000
dashboard_port = 7500
[svn]
type = tcp
auth_token = !@#uniquepasswd
bind_addr = 0.0.0.0
listen_port = 443
[guilin-test]
type = tcp
auth_token = guilin-test
bind_addr = 0.0.0.0
listen_port = 8880
这是 frpc.ini
[common]
server_addr = 58.213.75.36
server_port = 1000
[guilin-test]
type = tcp
local_ip = 200.100.49.93
local_port = 8080
auth_token = guilin-test
最后终端提示报错
2017/04/12 09:10:16 [main.go:109] [I] Start frpc success
2017/04/12 09:10:16 [control.go:202] [E] ProxyName [guilin-test], start proxy error, ProxyName [guilin-test], authorization failed
2017/04/12 09:10:16 [control.go:39] [E] ProxyName [guilin-test], connect to server failed!
2017/04/12 09:10:16 [main.go:112] [W] All proxy exit!
@hongnod commented on GitHub (Apr 12, 2017):
frpc.ini中auth_token = guilin-test放common试试。
@fatedier commented on GitHub (Apr 12, 2017):
see #294