mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4737] windows services run frpc wifi ? #3740
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#3740
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 @chinahcnet on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4737
Bug Description
2025-03-30 16:55:33.778 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
2025-03-30 16:55:33.781 [I] [client/service.go:295] try to connect to server...
2025-03-30 16:55:33.850 [I] [client/service.go:287] [e02098bbe8142980] login to server success, get run id [e02098bbe8142980]
2025-03-30 16:55:33.851 [I] [proxy/proxy_manager.go:173] [e02098bbe8142980] proxy added: [rdp59238]
2025-03-30 16:55:33.874 [I] [client/control.go:168] [e02098bbe8142980] [rdp59238] start proxy success
2025-03-30 16:57:17.544 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
2025-03-30 16:57:17.548 [I] [client/service.go:295] try to connect to server...
2025-03-30 16:57:17.548 [W] [client/service.go:298] connect to server error: dial tcp xxxx.xxx.xx.xx:7000: connectex: A socket operation was attempted to an unreachable network.
2025-03-30 16:57:17.549 [I] [sub/root.go:160] frpc service for config file [frpc.toml] stopped
在 wifi 下 以服务方式运行frpc客户 由于wifi在未登陆前 没联网 导致客户端连接失败 退出 能否有解决方案
frpc Version
0.61.2
frps Version
0.61.2
System Architecture
windows 11
Configurations
2025-03-30 16:55:33.778 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
2025-03-30 16:55:33.781 [I] [client/service.go:295] try to connect to server...
2025-03-30 16:55:33.850 [I] [client/service.go:287] [e02098bbe8142980] login to server success, get run id [e02098bbe8142980]
2025-03-30 16:55:33.851 [I] [proxy/proxy_manager.go:173] [e02098bbe8142980] proxy added: [rdp59238]
2025-03-30 16:55:33.874 [I] [client/control.go:168] [e02098bbe8142980] [rdp59238] start proxy success
2025-03-30 16:57:17.544 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
2025-03-30 16:57:17.548 [I] [client/service.go:295] try to connect to server...
2025-03-30 16:57:17.548 [W] [client/service.go:298] connect to server error: dial tcp xxxx.xxx.xx.xx:7000: connectex: A socket operation was attempted to an unreachable network.
2025-03-30 16:57:17.549 [I] [sub/root.go:160] frpc service for config file [frpc.toml] stopped
在 wifi 下 以服务方式运行frpc客户 由于wifi在未登陆前 没联网 导致客户端连接失败 退出 能否有解决方案
Logs
No response
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Mar 31, 2025):
有配置这个吗:
loginFailExit = false@github-actions[bot] commented on GitHub (Apr 15, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.