mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #157] 群晖arm版有成功的吗? #100
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#100
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 @Anyfc on GitHub (Nov 15, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/157
frps.ini
[common]
bind_port = 7000
vhost_http_port = 8081
[web]
type = http
custom_domains = www.yourdomain.com
auth_token = 123
frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000
auth_token = 123
[web]
type = http
local_port = 80
服务端和客户端都运行起来了,
2016/11/15 10:45:44 [main.go:182] [I] Start frps success
2016/11/15 10:46:05 [control.go:314] [I] ProxyName [web], start proxy success
2016/11/15 10:55:59 [main.go:109] [I] Start frpc success
2016/11/15 10:56:00 [control.go:185] [I] ProxyName [web], connect to server [192.243.119.117:7000] success!
2016/11/15 10:56:00 [control.go:193] [I] Start to send heartbeat to frps
打开地址提示: www.yourdomain.com:8081 :拒绝了我们的连接请求。
@maodanp commented on GitHub (Nov 15, 2016):
www.yourdomain.com的域名对应IP是否指向frps所在的ip?@Anyfc commented on GitHub (Nov 15, 2016):
@maodanp

1.域名对应的ip是我vps的ip,这个没有填错。因为在打开www.yourdomain.com:8081的时候,会自动跳为群晖本地的5000端口 www.yourdomain.com:5000
2.如果 frps监听端口冲突的话,frp应该是运行不起来的吧?
这是访问 dashboard 界面(我把8081换成了8000):
ps:参考这个教程弄好了 http://www.jianshu.com/p/e8e26bcc6fe6