Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io timeout\connection timeout #4274

Closed
3 of 11 tasks
4d4d4d4 opened this issue Jun 11, 2024 · 2 comments
Closed
3 of 11 tasks

io timeout\connection timeout #4274

4d4d4d4 opened this issue Jun 11, 2024 · 2 comments

Comments

@4d4d4d4
Copy link

4d4d4d4 commented Jun 11, 2024

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
@4d4d4d4
Copy link
Author

4d4d4d4 commented Jun 11, 2024

telnet other open tcp ports were successful

@4d4d4d4
Copy link
Author

4d4d4d4 commented Jun 11, 2024

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

@4d4d4d4 4d4d4d4 closed this as completed Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant