Giter Club home page Giter Club logo

Comments (2)

Hologos avatar Hologos commented on August 22, 2024 2

That's an intricate question.

IP address 172.XX.X.X is so called private network, it can't be propagated through the internet.

  1. If you want to have a public server, you need a public IP address. You can find it here.
  2. Then you need to find out, it you are behind a NAT.
    2.a) if not, skip this step
    2.b) If you are, you need to set port forwarding on your router. This basically says to your router that every piece of traffic from the internet on port 27960 should be forwarded to your IP address (172.XX.X.X) to port 27960.
  3. Now you should be able to connect to your server with http://www.quakejs.com/play?connect%20---YOUR-PUBLIC-IP---:27960

from quakejs.

 avatar commented on August 22, 2024

Some ISPs block incoming connections unless you request it specifically. I will get this SOCKS proxy posted in the cloud and then anyone can connect.

from quakejs.

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.