fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

不能开机自启动

wjx0428 opened this issue · comments

Bug Description

image
不能开机自启动

frpc Version

v0.57.0

frps Version

v0.57.0

System Architecture

linux/ard64

Configurations

serverAddr = "xxx"
serverPort = 7000

[[proxies]]
name = "ssh"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 8003

[[proxies]]
name = "ql"
type = "tcp"
localIP = "127.0.0.1"
localPort = 5700
remotePort = 8004

[[proxies]]
name = "rabbit"
type = "tcp"
localIP = "127.0.0.1"
localPort = 5702
remotePort = 8005

Logs

May 12 12:13:25 armbian systemd[1]: Started frpc.service - frpc server.
May 12 12:13:25 armbian frpc[1528]: 2024-05-12 12:13:25.716 [I] [sub/root.go:142] start frpc service for config file [/root/frp/frpc.toml]
May 12 12:13:25 armbian frpc[1528]: 2024-05-12 12:13:25.716 [I] [client/service.go:294] try to connect to server...
May 12 12:13:25 armbian frpc[1528]: 2024-05-12 12:13:25.719 [W] [client/service.go:297] connect to server error: dial tcp xxx: connect: network is unreachable
May 12 12:13:25 armbian frpc[1528]: 2024-05-12 12:13:25.720 [I] [sub/root.go:160] frpc service for config file [/root/frp/frpc.toml] stopped
May 12 12:13:25 armbian frpc[1528]: login to the server failed: dial tcp xxx: connect: network is unreachable. With loginFailExit enabled, no additional retries will be attempted
May 12 12:13:25 armbian systemd[1]: frpc.service: Main process exited, code=exited, status=1/FAILURE
May 12 12:13:25 armbian systemd[1]: frpc.service: Failed with result 'exit-code'.


Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others

添加到配置文件可以解决login_fail_exit = false