1. I think the port is open, because in server without oxide the people can join without problem. Im trying to fix it but idk
     
  2. Wulf

    Wulf Community Admin

    Oxide being installed wouldn't change that. Unless you physically opened that port at one point, it isn't open.
     
  3. I give up, it has to be a bug of oxide because with vanilla can enter, and changed the port to 25565 and nothing keeps coming out the error of Server Does not Respond
     
  4. Wulf

    Wulf Community Admin

    Oxide has nothing to do with the networking for Rust, we don't even touch any of that. The networking and process between Rust is all handled by it. Ports have to be open for people outside of your network to connect, that's how routers and networking works. Rust requires this, every other game server requires this. If a port isn't open, nothing can communicate with that server from outside of your network.

    If you can connect and play from inside your network but nobody outside of your network can, that's a port issue.
     
  5. Screenshot
     

    Attached Files:

  6. Wulf

    Wulf Community Admin

    Could you show that with more context please?
     
  7. Screenshot x2
     

    Attached Files:

  8. Wulf

    Wulf Community Admin

    What is the "VOIP" Interface?
     
  9. I dont know but i have two tabs internet and VoIP
     

    Attached Files:

  10. Wulf

    Wulf Community Admin

    You'd likely want Internet, not VoIP. Rust uses UDP for the traffic, so at least that needs to be open. TCP is used by other things such as Rust:IO.

    Is your server online right now? If so, which port?
     
  11. My server isnt online now, the port is 25565.
    If you want me to turn it on, there is no problem
     
  12. Wulf

    Wulf Community Admin

    Go ahead and turn it on. Make sure port 25565 is set in the router and in the .bat you use to start the server. Also make sure that the server responds to commands after starting it up.
     
  13. Online and working.
    The commands work.
     

    Attached Files:

  14. Wulf

    Wulf Community Admin

    What does your current .bat file look like?
     
  15. echo off
    :start

    cd rustds
    RustDedicated.exe -batchmode +server.hostname "QuiquePrueba" +server.port 25565 +server.identity "my_server" +server.seed 1234567 -logFile "output.txt" -autoupdate
    cd ../

    goto start
     
  16. Wulf

    Wulf Community Admin

    Do you know what model your router is?
     
  17. NuCom NC-DS224WTV
     
  18. Wulf

    Wulf Community Admin

    I don't see the port 25565 open on the router or at least it's not responding. Did you change any of the port forwarding after having installed Oxide?
     
  19. I only opened port 28015, but as now and changed the server to 25565, nothing has changed

    Is there a program with which you can test the port?
     
  20. Wulf

    Wulf Community Admin