[GH-ISSUE #4737] windows services run frpc wifi ? #3740

Closed
opened 2026-05-05 14:23:47 -06:00 by gitea-mirror · 2 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:23:47 -06:00
Author
Owner

@superzjg commented on GitHub (Mar 31, 2025):

有配置这个吗:
loginFailExit = false

<!-- gh-comment-id:2765328326 --> @superzjg commented on GitHub (Mar 31, 2025): 有配置这个吗: `loginFailExit = false`
Author
Owner

@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.

<!-- gh-comment-id:2803425219 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3740
No description provided.