mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #294] TCP总是连不上 #215
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#215
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 @DL53 on GitHub (Apr 10, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/294
frpc.ini配置如上。
frps.ini配置如上,用的是阿里云的服务器。
错误提示如下:
@fatedier commented on GitHub (Apr 10, 2017):
错误提示很明显,auth_token 错误。
@DL53 commented on GitHub (Apr 10, 2017):
@fatedier 上面的写错了,因为我改过auth_token,不管改成123,还是12345,还是1234,改了好几个都不行。frps和frpc一起改的。而且都重启了。
@fatedier commented on GitHub (Apr 10, 2017):
https://github.com/fatedier/frp#communicate-with-your-computer-in-lan-by-ssh
先看文档尝试能否自行解决。
@DL53 commented on GitHub (Apr 10, 2017):
刚试了下解决了,服务端的 listen_port 应该不应该填22,可以填文档里的6000,还要加上privilege_mode = true, remote_port = 6000。主要是提示错误是authorization failed,一直纠结于auth_token的问题。
@fatedier commented on GitHub (Apr 10, 2017):
你解决的方法是换了一种途径,还是没有抓住问题的重点。
@DL53 commented on GitHub (Apr 10, 2017):
@fatedier 所以问题的重点是什么。。auth token没问题啊。。
@fatedier commented on GitHub (Apr 10, 2017):
比对说明文档的 auth token 配置方式,你的配置是有问题的,所以提示信息没问题。
你后来换了特权模式,就不需要设置 auth token 了,所以规避了这个问题。
@DL53 commented on GitHub (Apr 10, 2017):
好吧,按照说明文档的话,就不能设置不同的auth token了?多个tcp和http的情况下?
@fatedier commented on GitHub (Apr 10, 2017):
see #213 #212
@zh-h commented on GitHub (Jul 8, 2017):
我是出现了这种认证错误:
服务端
修改时区后认证正常了,但是还是会出现broken pipe,应该是网络太差了。