Announcement

Collapse
No announcement yet.

nQuake server: questions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • nQuake server: questions

    Hello. Me again. Was here more than year ago.
    Trying to create server using nQuake.

    That's how i dot it:

    server installation and start

    The output says that everything is cool and server works.

    But then i am trying to connect to my server from other computer.

    Using nQuake (ezQuake) engine.
    I type in console "connect 188.244.136.204", "connect 188.244.136.204:30000", "connect 188.244.136.204:28000", "connect 188.244.136.204:28501"

    But nothing happens...
    I see in output:
    Code:
    connect 188.244.136.204...
    connect 188.244.136.204...
    connect 188.244.136.204...
    connect 188.244.136.204...
    and so on.

    What i must do?

  • #2
    many of the cheaper virtual servers do not provide dedicated ipv4 addresses.
    sadly nquake still lacks ipv6 support, so you need to use one of the few ipv4 ports your server provider has (hopefully) set up to forward to your virtual server.
    nquake's default ports will probably get forwarded to some other server outside of your control, hence why you get no response.

    such setups will require you to use a specific port for ssh (although they might also insist on that from an obscurity perspective too). Even you do have a dedicated ipv4 address, your provider may have routers with firewalls enabled.
    consult the documentation from your server provider.
    Some Game Thing

    Comment

    Working...
    X