[GH-ISSUE #2862] port unavailable #2286

Closed
opened 2026-05-05 13:28:23 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @zuozhehao on GitHub (Mar 21, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2862

Bug Description

port unavailable

frpc Version

0.40.0

frps Version

0.40.0

System Architecture

window

Configurations

[common]
bind_addr = 0.0.0.0
bind_port = 2222



# auth token
token = token

# trace, debug, info, warn, error
log_level = debug

Logs

2022/03/21 10:58:51 [I] [service.go:325] [9c4ebd9ed37ee832] login to server success, get run id [9c4ebd9ed37ee832], server udp port [0]
2022/03/21 10:58:51 [I] [proxy_manager.go:144] [9c4ebd9ed37ee832] proxy added: [test_tcp]
2022/03/21 10:58:51 [W] [control.go:179] [9c4ebd9ed37ee832] [test_tcp] start error: port unavailable

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 (Mar 21, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2862 ### Bug Description port unavailable ### frpc Version 0.40.0 ### frps Version 0.40.0 ### System Architecture window ### Configurations ``` [common] bind_addr = 0.0.0.0 bind_port = 2222 # auth token token = token # trace, debug, info, warn, error log_level = debug ``` ### Logs 2022/03/21 10:58:51 [I] [service.go:325] [9c4ebd9ed37ee832] login to server success, get run id [9c4ebd9ed37ee832], server udp port [0] 2022/03/21 10:58:51 [I] [proxy_manager.go:144] [9c4ebd9ed37ee832] proxy added: [test_tcp] 2022/03/21 10:58:51 [W] [control.go:179] [9c4ebd9ed37ee832] [test_tcp] start error: port unavailable ### 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
Author
Owner

@blizard863 commented on GitHub (Mar 22, 2022):

check the port is open by yourself

<!-- gh-comment-id:1074558494 --> @blizard863 commented on GitHub (Mar 22, 2022): check the port is open by yourself
Author
Owner

@zuozhehao commented on GitHub (Mar 22, 2022):

check the port is open by yourself

服务器端口是打开的,Telnet 可以进去,尝试换了两个版本都是一样问题,服务端部署在腾讯云。

<!-- gh-comment-id:1074770673 --> @zuozhehao commented on GitHub (Mar 22, 2022): > check the port is open by yourself 服务器端口是打开的,Telnet 可以进去,尝试换了两个版本都是一样问题,服务端部署在腾讯云。
Author
Owner

@Becods commented on GitHub (Mar 24, 2022):

start error: port unavailable

端口被占用,kill占用端口的程序或者换个端口

<!-- gh-comment-id:1077079957 --> @Becods commented on GitHub (Mar 24, 2022): > start error: port unavailable 端口被占用,kill占用端口的程序或者换个端口
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#2286
No description provided.