[GH-ISSUE #3692] frpc.toml服务启动了,但是监听端口看不到 #2939

Closed
opened 2026-05-05 13:53:52 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @timdaye96 on GitHub (Oct 18, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3692

Bug Description

● frpc.service - Frpc Client
Loaded: loaded (/etc/systemd/system/frpc.service; enabled; vendor preset: disabled)
Active: inactive (dead) since 三 2023-10-18 10:41:25 CST; 1min 35s ago
Process: 9027 ExecStart=/usr/bin/frpc -c /tools/frpc/frpc.toml (code=exited, status=0/SUCCESS)
Main PID: 9027 (code=exited, status=0/SUCCESS)

frpc Version

0.52.1

frps Version

0.52.1

System Architecture

amd64

Configurations

frpc.toml配置文件
user = "X"
serverAddr = "a.b.c.d"
serverPort = 7000

STUN server to help penetrate NAT hole.

natHoleStunServer = "stun.easyvoip.com:3478"

loginFailExit = true
log.to = "./tools/frpc/frpc.log"
log.level = "info"
log.maxDays = 3
log.disablePrintColor = false

auth.method = "token"
auth.token = "123"
webServer.pprofEnable = false

transport.poolCount = 5
transport.protocol = "kcp"
transport.connectServerLocalIP = "0.0.0.0"
transport.tls.enable = true

udpPacketSize = 1500

Logs

2023/10/18 10:41:25 [I] [root.go:139] start frpc service for config file [/tools/frpc/frpc.toml]
2023/10/18 10:41:25 [E] [service.go:291] send Login request to plugin error

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 @timdaye96 on GitHub (Oct 18, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3692 ### Bug Description ● frpc.service - Frpc Client Loaded: loaded (/etc/systemd/system/frpc.service; enabled; vendor preset: disabled) Active: inactive (dead) since 三 2023-10-18 10:41:25 CST; 1min 35s ago Process: 9027 ExecStart=/usr/bin/frpc -c /tools/frpc/frpc.toml (code=exited, status=0/SUCCESS) Main PID: 9027 (code=exited, status=0/SUCCESS) ### frpc Version 0.52.1 ### frps Version 0.52.1 ### System Architecture amd64 ### Configurations frpc.toml配置文件 user = "X" serverAddr = "a.b.c.d" serverPort = 7000 # STUN server to help penetrate NAT hole. # natHoleStunServer = "stun.easyvoip.com:3478" loginFailExit = true log.to = "./tools/frpc/frpc.log" log.level = "info" log.maxDays = 3 log.disablePrintColor = false auth.method = "token" auth.token = "123" webServer.pprofEnable = false transport.poolCount = 5 transport.protocol = "kcp" transport.connectServerLocalIP = "0.0.0.0" transport.tls.enable = true udpPacketSize = 1500 ### Logs 2023/10/18 10:41:25 [I] [root.go:139] start frpc service for config file [/tools/frpc/frpc.toml] 2023/10/18 10:41:25 [E] [service.go:291] send Login request to plugin error ### 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 13:53:52 -06:00
Author
Owner

@asdf5329 commented on GitHub (Nov 15, 2023):

toml和INI不一样,服务器地址是域名的话就这样,INI的服务器地址是域名就不报错,这个报,

<!-- gh-comment-id:1811827989 --> @asdf5329 commented on GitHub (Nov 15, 2023): toml和INI不一样,服务器地址是域名的话就这样,INI的服务器地址是域名就不报错,这个报,
Author
Owner

@github-actions[bot] commented on GitHub (Dec 16, 2023):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1858639596 --> @github-actions[bot] commented on GitHub (Dec 16, 2023): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d 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#2939
No description provided.