Solved Can't connect to my server IP

Discussion in 'Rust Discussion' started by Yatta, Jul 17, 2016.

  1. Im fighting with ports & routeur stuff to try to open my server to test my plugin.

    As far as I can tell, the ports are opens and accessible from outside (checking with canyouseeme.org).

    The weird thing is when the server is running, RCON port (28016) is always responsive, but the game server port (28015) is not.

    So I thought Ill swap the ports (RCON 28015 / SERVER 28016) but ... RCON is still responsive now on 28015, and the game server still unresponsive now on 28016.

    So I thought maybe windows firewall was messing with that, but even when I shut it down, no chance reaching the server port.

    Only clue I have is that error(?) :

    Code:
    eac_server.dll [x64] :: hModule: 00007FFC2A3C0000 dwReason: 1 lpvReserved: 0
    My batch :

    Code:
    D:\vital\passif\jeux\rust\RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password REMOVED" +server.maxplayers 10 +server.hostname "REMOVED" +server.identity "test_serv" +server.level "Procedural Map" +server.seed 489498156 +server.worldsize 500 +server.saveinterval 15 +server.globalchat true +server.description "Powered by Oxide" +server.headerimage "http://oxidemod.org/styles/oxide/logo.png" +server.url "http://oxidemod.org" +spawn.min_rate 0 +spawn.max_rate 0 +spawn.min_density 0 +spawn.max_density 0 -load
    Routeur has the same opening setup for ports 28015 / 28016 tcp+udp to my lan adress.

    Any help much appreciated.
     
  2. Wulf

    Wulf Community Admin

    Most port checking sites do not test UDP (what the game uses), only TCP. Is your server not local on your same machine?
     
  3. Code:
    @echo off
    RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password 1234 +server.maxplayers 10 +server.hostname "REMOVED" +server.identity "test_serv" +server.level "Procedural Map" +server.seed 489498156 +server.worldsize 3000 +server.saveinterval 15 +server.globalchat true +server.description "Powered by Oxide" +server.headerimage "http://oxidemod.org/styles/oxide/logo.png" +server.url "http://oxidemod.org"
     
  4. Im an idiot. Server is fine, people can connect.
    I just cant connect to myself from my external ip.