frpc存放路径/frp_0.53.0_linux_arm64
直接执行/frp_0.53.0_linux_arm64/frpc -c /frp_0.53.0_linux_arm64/frpc.toml是可以正常运行的
xxx.xxx.xxx.xxx是我服务器的ip地址
然后打算做成服务来开机启动
在/etc/systemd/system创建了一个frpc.service
内容如下:
- [Unit]Description=frpc
After=network.target [Service]User=root
Type=forking
RemainAfterExit=yes
ExecStart=/frp_0.53.0_linux_arm64/frpc -c /frp_0.53.0_linux_arm64/frpc.toml [Install]WantedBy=multi-user.target
systemctl enable frpc
然后重启系统reboot,发现frpc没有正常启动。查看日志发现
root@raspberrypi:~# systemctl status frpc
● frpc.service - frpc
Loaded: loaded (/etc/systemd/system/frpc.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2024-06-21 21:06:58 CST; 3min 46s ago
Process: 552 ExecStart=/frp_0.53.0_linux_arm64/frpc -c /frp_0.53.0_linux_arm64/frpc.toml (code=exited, status=1/FAILURE)
CPU: 92ms
Jun 21 21:06:57 raspberrypi systemd[1]: Starting frpc...
Jun 21 21:06:58 raspberrypi frpc[552]: 2024/06/21 21:06:58 [I] [root.go:141] start frpc service for config file [/frp_0.53.0_linux_arm64/frpc.toml]Jun 21 21:06:58 raspberrypi frpc[552]: 2024/06/21 21:06:58 [I] [service.go:288] try to connect to server...
Jun 21 21:06:58 raspberrypi frpc[552]: 2024/06/21 21:06:58 [W] [service.go:291] connect to server error: dial tcp xxx.xxx.xxx.xxx:7000: connect: network is unreachable>
Jun 21 21:06:58 raspberrypi frpc[552]: 2024/06/21 21:06:58 [I] [root.go:159] frpc service for config file [/frp_0.53.0_linux_arm64/frpc.toml] stopped
Jun 21 21:06:58 raspberrypi frpc[552]: login to the server failed: dial tcp xxx.xxx.xxx.xxx:7000: connect: network is unreachable. With loginFailExit enabled, no additional retries will be attempted
Jun 21 21:06:58 raspberrypi systemd[1]: frpc.service: Control process exited, code=exited, status=1/FAILURE
Jun 21 21:06:58 raspberrypi systemd[1]: frpc.service: Failed with result 'exit-code'.
Jun 21 21:06:58 raspberrypi systemd[1]: Failed to start frpc.
热议
2楼 zutianrun 昨天21:25
延迟10秒运行看看?
3楼 秋风雅居 昨天21:25
延迟10秒运行看看?
大佬,怎么设置延迟?
4楼 yanzhiling2002 昨天21:41
connect to server error: dial tcp xxx.xxx.xxx.xxx:7000: connect: network is unreachable>
frps的7000端口可以连接吗
5楼 heihai 昨天21:43
为什么不放到rc.local
一二三转身起飞~
6楼 少年时 昨天21:45
直接docker了事。
7楼 秋风雅居 昨天21:59
yanzhiling2002 发表于 2024-6-21 21:41
connect to server error: dial tcp xxx.xxx.xxx.xxx:7000: connect: network is unreachable>
可以,服务器是正常的
8楼 lmskk 昨天22:01
看错了
9楼 lovecan 昨天22:21
可以,服务器是正常的
可能就是网络没起来。
试试
Restart=on-failure
RestartSec=5s
申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。