mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1004] http导致客户端不断的重启 #794
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#794
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 @willsonn on GitHub (Dec 10, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/1004
frps,frpc 版本号:v0.22.0
frps,frpc都是ubuntu服务器.
问题描述:
再A服务器上有frps_1, 与frps_2。 在B服务器上是frpc_1。在C服务器上是frpc_2。目前A与B两台机器可以成功连接ssh与http。但是A与C能成功连接ssh,但是不能成功连接http。如果连接http,则导致客户端不断重启
Configures you used:
frps.ini
[common]
#要与frpc保持一致
bind_port = 2000
vhost_http_port = 7070
dashboard_port = 7501
dashboard_user = admin
dashboard_pwd = admin
max_pool_count = 5
frpc.ini
[common]
server_addr = 132.232.18.224
server_port = 2000
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 8000
[web]
type = http
local_port = 4040
custom_domains = ******.com
错误日志如下:
这个是frpc的日志
下面是frps的日志
@fatedier commented on GitHub (Dec 10, 2018):
使用相同配置本地测试没有问题。
是否是你的机器的网络问题导致连接中断,然后不断重连?
@willsonn commented on GitHub (Dec 11, 2018):
不知道,多谢你了