Setting up an internet server

Hello, how can I run internet server on my PC, and get it's IP? When I'm switching to internet server mode in game, IP doesn't changes, is it normal(because it looks like local IP: 192...)?

Another question is: should list of available internet servers should be empty?

Comments

  • edited February 2018
    Now, I see some internet servers, but I don't know how to make one.
  • Hi, I'm not the best telephony guy out there but you need a decent router and a static IP on the computer you are hosting with. You can use whatsmyip.com to find your IP for internet. Need to have the correct port open...which I forget . You can Google your router and find out how to open ports.
  • TCP port 35666 needs to be forwarded in your router.
  • I opened ports, but when I run server it appears only on LAN server list and I don't know how I can connect to it using internet.
  • Inspect the servers log
    if the output is like
    [INFO] Registering at master server [WARN] Master server reports error on registering: CONNECT FAILED: ***.***.***.***:35666

    ***.***.***.*** the public ip cant be registerd with the master server
  • edited February 2018
    LHolst said:

    Inspect the servers log
    if the output is like
    [INFO] Registering at master server [WARN] Master server reports error on registering: CONNECT FAILED: ***.***.***.***:35666

    ***.***.***.*** the public ip cant be registerd with the master server

    How can i check logs?
  • This is the fragment of logs:
    [INFO] Registering at master server
    [INFO] Loaded: gui/TextEntryBackground.focused with 0 sprites
    [INFO] Load script: scenario_00_basic.lua
    [INFO] Load script: util_random_transports.lua
    [WARN] Failed to open game state log file: logs/game_log_15-02-2018_17.30.54.txt
    [INFO] Loaded: gui/icons/station-helm with 0 sprites
    [INFO] Loaded: gui/icons/station-weapons with 0 sprites
    [INFO] Loaded: gui/icons/station-engineering with 0 sprites
    [INFO] Loaded: gui/icons/station-science with 0 sprites
    [INFO] Loaded: gui/icons/station-relay with 0 sprites
    [INFO] Loaded: gui/ButtonBackground.disabled with 0 sprites
    [INFO] Switching to ambient music
    [INFO] Loading shader: billboardShader
    [INFO] Loaded: StarsBack with 0 sprites
    [INFO] Loaded: StarsLeft with 0 sprites
    [INFO] Loaded: StarsFront with 0 sprites
    [INFO] Loaded: StarsRight with 0 sprites
    [INFO] Loaded: StarsTop with 0 sprites
    [INFO] Loaded: StarsBottom with 0 sprites
    [INFO] Loaded: Nebula2 with 0 sprites
    [INFO] Loaded: Nebula1 with 0 sprites
    [INFO] Loaded: Nebula3 with 0 sprites
    [INFO] Loading shader: objectShaderBS
    [INFO] Loaded: Astroid_1_d.png with 0 sprites
    [INFO] Loaded: Astroid_1_s.png with 0 sprites
    [INFO] Loaded: Astroid_4_d.png with 0 sprites
    [INFO] Loaded: Astroid_4_s.png with 0 sprites
    [INFO] Loaded: Astroid_10_d.png with 0 sprites
    [INFO] Loaded: Astroid_10_s.png with 0 sprites
    [INFO] Loaded: Astroid_8_d.png with 0 sprites
    [INFO] Loaded: Astroid_8_s.png with 0 sprites
    [INFO] Loaded: Astroid_3_d.png with 0 sprites
    [INFO] Loaded: Astroid_3_s.png with 0 sprites
    [INFO] Loaded: Astroid_9_d.png with 0 sprites
    [INFO] Loaded: Astroid_9_s.png with 0 sprites
    [INFO] Loaded: Astroid_6_d.png with 0 sprites
    [INFO] Loaded: Astroid_6_s.png with 0 sprites
    [INFO] Loaded: Astroid_2_d.png with 0 sprites
    [INFO] Loaded: Astroid_2_s.png with 0 sprites
    [INFO] Loaded: Astroid_5_d.png with 0 sprites
    [INFO] Loaded: Astroid_5_s.png with 0 sprites
    [INFO] Loaded: Astroid_7_d.png with 0 sprites
    [INFO] Loaded: Astroid_7_s.png with 0 sprites
    [INFO] Loaded: blackHole3d.png with 0 sprites
    [INFO] Loaded: space_station_4/space_station_4_color.jpg with 0 sprites
    [INFO] Loaded: space_station_4/space_station_4_specular.jpg with 0 sprites
    [INFO] Loaded
  • edited February 2018
    So how Can I make an internet server on one PC and connect to it from another PC?

    I've opened ports on router
Sign In or Register to comment.