[GH-ISSUE #2795] 网络异常后进程退出 #2233

Closed
opened 2026-05-05 13:26:11 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @zuozhehao on GitHub (Feb 11, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2795

Bug Description

内部网络异常无法访问外网后,进程自动退出

frpc Version

0.39.1

frps Version

0.39.1

System Architecture

windows/amd64

Configurations

[common]
server_addr = 
server_port = 
token = 


# console or real logFile path like ./frpc.log
log_file = ./frpc.log



# 
[tcpxxxx]
type = 
local_ip = 127.0.0.1
local_port = 
remote_port = 
use_encryption = true
use_compression = true


Logs

2022/02/11 09:00:43 [W] [service.go:105] login to server failed: dial tcp ip:port: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

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 @zuozhehao on GitHub (Feb 11, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2795 ### Bug Description 内部网络异常无法访问外网后,进程自动退出 ### frpc Version 0.39.1 ### frps Version 0.39.1 ### System Architecture windows/amd64 ### Configurations ``` [common] server_addr = server_port = token = # console or real logFile path like ./frpc.log log_file = ./frpc.log # [tcpxxxx] type = local_ip = 127.0.0.1 local_port = remote_port = use_encryption = true use_compression = true ``` ### Logs 2022/02/11 09:00:43 [W] [service.go:105] login to server failed: dial tcp ip:port: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@Becods commented on GitHub (Feb 11, 2022):

0db4fc07fb/conf/frpc_full.ini (L71-L73)

<!-- gh-comment-id:1036750363 --> @Becods commented on GitHub (Feb 11, 2022): https://github.com/fatedier/frp/blob/0db4fc07fb43930345794c74b2be98954d1041ab/conf/frpc_full.ini#L71-L73
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#2233
No description provided.