1. I'm having serious issues with my Rust server.
    I have it running in a VM and I can connect to the server with my machine, but if anyone tries to connect to the server it just tells them that the server is not online and they can not see me through the friends tab in the server browser.
    The port forwarding has been done correctly for ports 28015 and 28016, as I join the server via my public IP and not a local one.
    I attach the server report for anyone to check and tell me if there's something wrong ( Hastebin report.txt ).
     

    Attached Files:

  2. Wulf

    Wulf Community Admin

    If you are joining your server behind the same router, then your router is most likely re-routing your connecting locally, so you're never actually going beyond the router. In this case, your port is most likely not actually open still. Make sure you are opening UDP, and that you are not setting your +server.ip in your server's startup script to anything other than 0.0.0.0 or your LAN IP of the machine/VM it is on.
     
  3. The it should be my routers problem, I'll try to get a new one from my ISP.
     

    Attached Files:

  4. Wulf

    Wulf Community Admin

    What does your startup script look like?
     
  5. This is my script.
     

    Attached Files:

  6. Wulf

    Wulf Community Admin

    Looks fine from what I can tell.