mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1778] xtcp问题 #1406
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#1406
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 @TomLiu-GitHub on GitHub (Apr 25, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1778
Originally assigned to: @yuyulei on GitHub.
xtcp现在可用性已经很好了
我提两个问题
@TomLiu-GitHub commented on GitHub (Apr 26, 2020):
2020/04/26 14:20:06 [W] [visitor.go:281] [1e2671f079a1ca5d] [p2p_ssh_toMyBook] get sid from client error: read udp 192.168.1.112:54722->xxx.xxx.xxx.xxx:22769: i/o timeout
2020/04/26 14:29:25 [W] [visitor.go:281] [1e2671f079a1ca5d] [p2p_ssh_toMyBook] get sid from client error: read udp 192.168.1.112:63865->xxx.xxx.xxx.xxx:23663: i/o timeout
2020/04/26 14:29:33 [W] [visitor.go:281] [1e2671f079a1ca5d] [p2p_ssh_toMyBook] get sid from client error: read udp 192.168.1.112:57179->xxx.xxx.xxx.xxx:23676: i/o timeout
2020/04/26 17:02:15 [W] [visitor.go:281] [1e2671f079a1ca5d] [p2p_ssh_toMyBook] get sid from client error: read udp 192.168.1.112:62000->xxx.xxx.xxx.xxx:23118: i/o timeout
2020/04/26 17:02:25 [E] [visitor.go:251] [1e2671f079a1ca5d] [p2p_ssh_toMyPc] natHoleRespMsg get error info: xtcp server for [TomLiuPC.p2p_Mstsc] doesn't exist
2020/04/26 17:02:27 [W] [visitor.go:281] [1e2671f079a1ca5d] [p2p_ssh_toMyBook] get sid from client error: read udp 192.168.1.112:57186->xxx.xxx.xxx.xxx:23133: i/o timeout
@TomLiu-GitHub commented on GitHub (Apr 26, 2020):
昨天一天一直成功
今天一天各种环境一次都不成功
@fatedier commented on GitHub (Apr 27, 2020):
@TomLiu-GitHub commented on GitHub (Apr 27, 2020):
我觉得xtcp是趋势,点对点传输带宽最优.
@TomLiu-GitHub commented on GitHub (Apr 27, 2020):
昨天下午一直连接不成功,今天突然就连接成功了.
连接成功后,带宽利用率高.远程办公体验非常好.
@fatedier commented on GitHub (Apr 29, 2020):
支持跨用户访问 @yuyulei
@TomLiu-GitHub commented on GitHub (May 4, 2020):
xtcp很难成功,偶尔成功一次连接上,但是一段断开,然后就要看运气了.
@lurry71 commented on GitHub (May 7, 2020):
我在家就一直不能穿透,我家用的是宽带通,华为拨号器。你的配置是什么样的?
@aoinokodou commented on GitHub (May 10, 2020):
我现在也遇到了和你一样的问题,我服务器端frps搭建在阿里云服务器端,frpc服务端在家里,visitor在公司放着,xtcp从来就没有失败过...然后最近要给朋友搞,怎么设置都是超时的...我拿家里另一台设备做frpc visitor也是超时的,连的都是同一个frpc服务端,但是放公司这台从来没有失败过,太迷了,我现在觉得可能还是路由器的问题
@lurry71 commented on GitHub (May 11, 2020):
广告???
@TomLiu-GitHub commented on GitHub (May 11, 2020):
工具而已,不存在广告一说.
我用windows,是不是说给微软打广告?
感谢frp,非常好用!同时我也是go语言爱好者,这个项目给我带来很大帮助.
@TomLiu-GitHub commented on GitHub (May 11, 2020):
你和我一样,服务器端frps搭建在阿里云,公司和家里都是电信,公司路由h3c家里华为,这几个月基本上都在家,用远程桌面连接成功的时候一直连着,断开后怎么都连接不上,貌似和公司多wlan有关,看日志貌似是因为没有及时更新ip
@Alex-Beng commented on GitHub (Aug 4, 2021):
我也遇到这个问题了,改了下frpc服务端的frpc.service 的User=nobody为User=root就解决了。。。还挺玄学的。