mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #235] 请问在阿里云如何部署服务端 #162
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#162
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 @ztj1993 on GitHub (Jan 16, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/235
[common]
bind_addr = 127.0.0.1
导致 x.x.x.x:7500 无法访问
如果
[common]
bind_addr = 0.0.0.0
导致 绑定到 ipv6 上
请问如何绑定到 ipv4上并且部署成功使用。
@recall704 commented on GitHub (Jan 17, 2017):
你可以直接写 ipv4 的地址啊
@ztj1993 commented on GitHub (Jan 17, 2017):
找到问题了,iptables 防火墙的问题,万恶的防火墙
@mindfocus commented on GitHub (May 25, 2017):
说一下怎么配置的呗 我的也绑定在ipv6上 @ztj1993
@ztj1993 commented on GitHub (May 25, 2017):
@mindfocus 我的是直接按照官方的设置的,我的原有问题产生的原因是防火墙的问题;你要看哪个配置,晚上到家我看一下后,给你发下
@mindfocus commented on GitHub (May 28, 2017):
就转HTTP的就行 谢谢啦 现在只要绑定到00 就是ipv6 @ztj1993
@ztj1993 commented on GitHub (May 28, 2017):
@mindfocus 我主要使用 ssh,这是我的配置,version 0.9.3 的。你可以参考一下,