[GH-ISSUE #4274] io timeout\connection timeout #3370

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

Originally created by @4d4d4d4 on GitHub (Jun 11, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4274

Bug Description

C:\frp_0.58.1_windows_amd64>frpc.exe -c frpc.toml
2024-06-11 16:52:21.710 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
2024-06-11 16:52:21.724 [I] [client/service.go:294] try to connect to server...
2024-06-11 16:52:31.728 [W] [client/service.go:297] connect to server error: dial tcp myip:7000: i/o timeout
2024-06-11 16:52:31.728 [I] [sub/root.go:160] frpc service for config file [frpc.toml] stopped
login to the server failed: dial tcp myip:7000: i/o timeout. With loginFailExit enabled, no additional retries will be attempted

06-11
image

The result of trying telnet myip 7000 is a failure

frpc Version

0.58.1

frps Version

0.58.1

System Architecture

frps - linux_amd64 frpc - windows_amd64

Configurations

frps
bindPort 7000

serverAddr = "xxx.xxx.xxx"
serverPort = 7000

proxies
name = "ssh"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000

Logs

io timeout

Steps to reproduce

  1. Download frp
  2. Follow the case configuration in Section 1 of the document
  3. Start the server, and the client will try to connect
  4. result

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @4d4d4d4 on GitHub (Jun 11, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4274 ### Bug Description C:\frp_0.58.1_windows_amd64>frpc.exe -c frpc.toml 2024-06-11 16:52:21.710 [I] [sub/root.go:142] start frpc service for config file [frpc.toml] 2024-06-11 16:52:21.724 [I] [client/service.go:294] try to connect to server... 2024-06-11 16:52:31.728 [W] [client/service.go:297] connect to server error: dial tcp myip:7000: i/o timeout 2024-06-11 16:52:31.728 [I] [sub/root.go:160] frpc service for config file [frpc.toml] stopped login to the server failed: dial tcp myip:7000: i/o timeout. With loginFailExit enabled, no additional retries will be attempted ![06-11](https://github.com/fatedier/frp/assets/103577532/dadede35-de29-4640-8494-90438675607f) ![image](https://github.com/fatedier/frp/assets/103577532/862ed26c-aac5-40ae-a118-b8c1ae30bd8c) The result of trying telnet myip 7000 is a failure ### frpc Version 0.58.1 ### frps Version 0.58.1 ### System Architecture frps - linux_amd64 frpc - windows_amd64 ### Configurations frps bindPort 7000 serverAddr = "xxx.xxx.xxx" serverPort = 7000 [[proxies]] name = "ssh" type = "tcp" localIP = "127.0.0.1" localPort = 22 remotePort = 6000 ### Logs io timeout ### Steps to reproduce 1. Download frp 2. Follow the case configuration in Section 1 of the document 3. Start the server, and the client will try to connect 4. result ### Affected area - [X] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [X] User Experience - [X] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@4d4d4d4 commented on GitHub (Jun 11, 2024):

telnet other open tcp ports were successful

<!-- gh-comment-id:2160192435 --> @4d4d4d4 commented on GitHub (Jun 11, 2024): telnet other open tcp ports were successful
Author
Owner

@4d4d4d4 commented on GitHub (Jun 11, 2024):

是云服务器开放错端口了 不小心放开的是7001不好意思

<!-- gh-comment-id:2160224664 --> @4d4d4d4 commented on GitHub (Jun 11, 2024): 是云服务器开放错端口了 不小心放开的是7001不好意思
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#3370
No description provided.