mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #736] 特权同样的配置win能正常访问,arm报login错误。 #574
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#574
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 @xujianxiang on GitHub (May 3, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/736
服务端系统centos 7.2阿里云。配置。
[common]
bind_port = 7000
privilege_mode = true
privilege_token = asdfgh
privilege_allow_ports = 7002-8000
dashboard_port = 7001
dashboard_user = user
dashboard_pwd = 123456
电脑端
[common]
server_addr = x.x.x.x
server_port = 7000
privilege_token = asdfgh
[RemoteDesktop]
type = tcp
local_addr = 127.0.0.1
local_port = 7002
remote_port = 7002
电脑端能正常通信。
arm 端
[common]
server_addr =X.X.X.X
server_port = 7000
privilege_token = asdfgh
[ICON1]
type = tcp
local_addr = 127.0.0.1
local_port = 7002
remote_port = 7002
出现错误
root@ICON:/home/frp_0.18.0_linux_arm# ./frpc -c ./frpc.ini
2018/04/26 11:26:20 [I] [proxy_manager.go:299] proxy removed: []
2018/04/26 11:26:20 [I] [proxy_manager.go:309] proxy added: [ICON1]
2018/04/26 11:26:20 [I] [proxy_manager.go:332] visitor removed: []
2018/04/26 11:26:20 [I] [proxy_manager.go:341] visitor added: []
2018/04/26 11:26:20 [W] [control.go:111] login to server failed: EOF
EOF
@xujianxiang commented on GitHub (May 3, 2018):
17和18版的问题。不要再回我了。