[GH-ISSUE #471] 客户端出错 “Parse conf error: proxy [commmon] remote_port not found” #359

Closed
opened 2026-05-05 12:10:00 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @zhaoo on GitHub (Sep 24, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/471

问题说明

类似 #368
服务端配置正常,客户端出错。
提示:Parse conf error: proxy [commmon] remote_port not found

环境

版本:0.13.0
服务端:ubuntu 16.04 客户端:树莓派3

配置

frpc.ini:
[commmon]
server_addr = x.x.x.x
server_port = 7000
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
[web]
type = http
local_port = 80
custom_domains = frp.izhaoo.com

frps.ini:
[common]
bind_port = 7000
vhost_http_port = 8080
dashboard_port = 7500
dashboard_user = xxx
dashboard_pwd = xxx

Originally created by @zhaoo on GitHub (Sep 24, 2017). Original GitHub issue: https://github.com/fatedier/frp/issues/471 # 问题说明 类似 #368 服务端配置正常,客户端出错。 提示:Parse conf error: proxy [commmon] remote_port not found # 环境 版本:0.13.0 服务端:ubuntu 16.04 客户端:树莓派3 # 配置 frpc.ini: [commmon] server_addr = x.x.x.x server_port = 7000 [ssh] type = tcp local_ip = 127.0.0.1 local_port = 22 remote_port = 6000 [web] type = http local_port = 80 custom_domains = frp.izhaoo.com frps.ini: [common] bind_port = 7000 vhost_http_port = 8080 dashboard_port = 7500 dashboard_user = xxx dashboard_pwd = xxx
Author
Owner

@flfq commented on GitHub (Sep 25, 2017):

我也是同样的问题

检测发现,启用的是tcp6的端口,而不是tcp4的端口
客户端连接就报上面的错误

<!-- gh-comment-id:331922316 --> @flfq commented on GitHub (Sep 25, 2017): 我也是同样的问题 检测发现,启用的是tcp6的端口,而不是tcp4的端口 客户端连接就报上面的错误
Author
Owner

@Hyduan commented on GitHub (Sep 27, 2017):

commmon?

<!-- gh-comment-id:332591696 --> @Hyduan commented on GitHub (Sep 27, 2017): commmon?
Author
Owner

@fatedier commented on GitHub (Oct 9, 2017):

拼写错误。

<!-- gh-comment-id:335055528 --> @fatedier commented on GitHub (Oct 9, 2017): 拼写错误。
Author
Owner

@Tinywan commented on GitHub (Aug 20, 2018):

是呀,配置文件少一个 [common]

<!-- gh-comment-id:414190424 --> @Tinywan commented on GitHub (Aug 20, 2018): 是呀,配置文件少一个 `[common]`
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#359
No description provided.