Code Monkey home page Code Monkey logo

Comments (5)

fatedier avatar fatedier commented on May 18, 2024

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

from frp.

wxf8126275 avatar wxf8126275 commented on May 18, 2024

防火墙也关闭试了 , 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

from frp.

fatedier avatar fatedier commented on May 18, 2024

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

from frp.

lughao avatar lughao commented on May 18, 2024

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

from frp.

chaishuanzhu avatar chaishuanzhu commented on May 18, 2024

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

from frp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.