Giter Club home page Giter Club logo

Comments (4)

ekzhang avatar ekzhang commented on May 17, 2024 1

Hey Lachlan, bore assigns arbitrary ports in the range specified, from the configured min_port number (default 1024) to 65535. You would need to set your firewall to allow incoming TCP connections on those ports. You also need to enable the control port, which currently is fixed at 7835 and non-configurable.

bore is a standalone network service at the transport layer and doesn't conflict with or otherwise interact with nginx. You can run nginx and bore at the same computer together. For example, the public server instance at bore.pub has a quick nginx configuration set up that handles the 308 Permanent Redirect / -> https://github.com/ekzhang/bore response.

from bore.

ekzhang avatar ekzhang commented on May 17, 2024 1

Hi Lachlan, I'm not an expert on UFW but a quick Google search shows that the syntax for allowing a port range is 1024:65535, not 1024,65535 as you've shown in your screenshot. Could you try allowing the full range of ports used by bore?

from bore.

breezykermo avatar breezykermo commented on May 17, 2024

Apologies if this is not the appropriate place to ask for this configuration (feel free to close if this is not support you are interested in providing!); but I am still having trouble.

The following is my UFW status on a remote machine, and the server running on a process:
Screen Shot 2022-04-11 at 6 15 25 PM
Screen Shot 2022-04-11 at 6 15 39 PM

When I try to connect from a local terminal, I get the following:
Screen Shot 2022-04-11 at 6 19 30 PM

Have I set this up incorrectly?

from bore.

breezykermo avatar breezykermo commented on May 17, 2024

Wow, that was indeed it. Thank you for bearing with me, being network-illiterate! For those who have the same issue, the solution was to run this command on the server: sudo ufw allow proto tcp from any to any port 1024:65535

from bore.

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.