[GH-ISSUE #61] 阿里云测试 #22

Closed
opened 2026-05-05 11:33:12 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @wxf8126275 on GitHub (Aug 7, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/61

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

Originally created by @wxf8126275 on GitHub (Aug 7, 2016). Original GitHub issue: https://github.com/fatedier/frp/issues/61 在阿里云服务器 配置服务端,本地能 telnet 7000 端口,然后在家再telnet 7000 端口 不通。
Author
Owner

@fatedier commented on GitHub (Aug 7, 2016):

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

<!-- gh-comment-id:238062428 --> @fatedier commented on GitHub (Aug 7, 2016): 有可能是服务器端绑定的 ip 地址没有设置正确,或者是防火墙的原因,试着把防火墙关闭再试试看。
Author
Owner

@wxf8126275 commented on GitHub (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
<!-- gh-comment-id:238064478 --> @wxf8126275 commented on GitHub (Aug 7, 2016): 防火墙也关闭试了 , IP 绑定如下 ``` ini # [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 ```
Author
Owner

@fatedier commented on GitHub (Aug 7, 2016):

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

<!-- gh-comment-id:238066308 --> @fatedier commented on GitHub (Aug 7, 2016): 你在 7000 端口上开一个其他服务看能不能 telnet 通,我觉得可能还是防火墙的问题,linux 系统的以及阿里云提供的都检查一下。
Author
Owner

@lughao commented on GitHub (Jun 6, 2017):

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

<!-- gh-comment-id:306483496 --> @lughao commented on GitHub (Jun 6, 2017): 我在阿里云上配置也不行 防火墙都关了 看了好多遍文档 配置都按官方的 都不行
Author
Owner

@chaishuanzhu commented on GitHub (Mar 6, 2018):

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

<!-- gh-comment-id:370777469 --> @chaishuanzhu commented on GitHub (Mar 6, 2018): 我把防火墙关了可以连上,应该是防火墙设置问题
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#22
No description provided.