mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #471] 客户端出错 “Parse conf error: proxy [commmon] remote_port not found” #359
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#359
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@flfq commented on GitHub (Sep 25, 2017):
我也是同样的问题
检测发现,启用的是tcp6的端口,而不是tcp4的端口
客户端连接就报上面的错误
@Hyduan commented on GitHub (Sep 27, 2017):
commmon?
@fatedier commented on GitHub (Oct 9, 2017):
拼写错误。
@Tinywan commented on GitHub (Aug 20, 2018):
是呀,配置文件少一个
[common]