mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #368] 最新版本服务器端部署完毕,客户端出错提示:Parse conf error: proxy [] remote_port not found #270
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#270
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 @xiaxiaofu on GitHub (Jun 16, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/368
问题描述:服务器可以访问控制面板,客户端运行出错Parse conf error: proxy [] remote_port not found
部署信息如下:
服务端:
软件版本:frp_0.11.0_linux_386
主机:谷歌vps,Ubuntu14.04LTS
frps.ini信息:
[common]
bind_addr = 0.0.0.0
bind_port = 7000
vhost_http_port = 8080
vhost_https_port = 8443
dashboard_port = 7500
dashboard_user = XXXX
dashboard_pwd = XXXX
log_file = ./frps.log
log_level = info
log_max_days = 3
privilege_mode = true
privilege_token = XXXX
privilege_allow_ports = 5000-60000
max_pool_count = 50
authentication_timeout = 0
subdomain_host = XXXX.tech
客户端:
软件版本:frp_0.11.0_darwin_amd64.tar
主机:MacBook Pro2015,OS X EI Capitan 10.11.6
frpc.ini:
server_addr = xx.xx.xx.xx
server_port = 7000
privilege_token = XXXX
host_http_port = 8080
host_https_port = 8443
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
服务端运行xx.xx.xx.xx:7500可以进入控制面板,但是客户端运行./frpc -c ./frpc.ini出错
错误提示:Parse conf error: proxy [] remote_port not found
求大神解答,谷歌云主机的防火墙规则已经开启tcp:5000-60000端口,包括6000,7000,7500,8080,8443端口.
@wxlg1117 commented on GitHub (Jun 16, 2017):
frpc.ini里面删除掉这俩行试试
host_http_port = 8080
host_https_port = 8443
@fatedier commented on GitHub (Jun 16, 2017):
https://github.com/fatedier/frp#access-your-computer-in-lan-by-ssh
@xiaxiaofu commented on GitHub (Jun 16, 2017):
那个提示是客户端和服务器端没有建立起链接,不是ssh登陆问题
在 2017-06-16 18:23:51,"fatedier" notifications@github.com 写道:
Closed #368.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
@xiaxiaofu commented on GitHub (Jun 16, 2017):
已经删除http与https的两行,依旧无效
@fatedier commented on GitHub (Jun 16, 2017):
https://github.com/fatedier/frp#access-your-computer-in-lan-by-ssh