Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

阿里云测试 #61

Closed
wxf8126275 opened this issue Aug 7, 2016 · 5 comments
Closed

阿里云测试 #61

wxf8126275 opened this issue Aug 7, 2016 · 5 comments

Comments

@wxf8126275
Copy link

在阿里云服务器 配置服务端,本地能 telnet 7000 端口,然后在家再telnet 7000 端口 不通。

@fatedier
Copy link
Owner

fatedier commented Aug 7, 2016

有可能是服务器端绑定的 ip 地址没有设置正确,或者是防火墙的原因,试着把防火墙关闭再试试看。

@wxf8126275
Copy link
Author

wxf8126275 commented Aug 7, 2016

防火墙也关闭试了 , IP 绑定如下

# [common] is integral section
[common]
bind_addr = 139.129.129.135
bind_port = 7000
# if you want to support virtual host, you must set the http port for listening (optional)
#vhost_http_port = 8080
#vhost_https_port = 443
# if you want to configure or reload frps by dashboard, dashboard_port must be set
dashboard_port = 7500
# console or real logFile path like ./frps.log
log_file = ./frps.log
# debug, info, warn, error
log_level = info
log_max_days = 3
# if you enable privilege mode, frpc can create a proxy without pre-configure in frps when privilege_token is correct
#privilege_mode = true
#privilege_token = 12345678

# ssh is the proxy name, client will use this name and auth_token to connect to server
[ssh]
type = tcp
auth_token = 123
bind_addr = 139.129.129.135
listen_port = 6000

#[web01]
# if type equals http, vhost_http_port must be set
#type = http
#auth_token = 123
# if proxy type equals http, custom_domains must be set separated by commas
#custom_domains = web01.yourdomain.com,web01.yourdomain2.com

#[web02]
# if type equals https, vhost_https_port must be set
#type = https
#auth_token = 123
#custom_domains = web02.yourdomain.com

@fatedier
Copy link
Owner

fatedier commented Aug 7, 2016

你在 7000 端口上开一个其他服务看能不能 telnet 通,我觉得可能还是防火墙的问题,linux 系统的以及阿里云提供的都检查一下。

@lughao
Copy link

lughao commented Jun 6, 2017

我在阿里云上配置也不行 防火墙都关了 看了好多遍文档 配置都按官方的 都不行

@chaishuanzhu
Copy link

我把防火墙关了可以连上,应该是防火墙设置问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants