• Rust server port forwarding issue
    1 replies, posted
Hello, so I am trying to host a rust server. I set up everything correctly (or I think) and I am able to connect to it via the rust command prompt. My problem is that nobody from the web could connect, and the server is not listed on the server browser. I did some digging around and did the "netstat" command in the windows cmd to see if my ports were working. Here is what showed up https://i.gyazo.com/8f665d2c6e3aac5cf0becca92386012e.png 28016 seems to be working fine whereas 28015 is not? I'm not sure why this is happening, I did all my port forwarding correctly. Has anyone else gotten this issue, and is there a resolve to it? Anything helps! I also included my start.bat file in case. start.bat
yep because you NEED your external router to be configured to forward the ports to your computer. what you have there is a badly setup windows computer that is listening on EVERY interface for those ports.... that's ok.. but not ideal what you need to do now is get into your router and configure : "DHCP" to ensure your computer ALWAYS gets the SAME ip address "port forwarding/trigger" on the external (WAN) ports of the router to map to the internal LAN ports of your computer
Sorry, you need to Log In to post a reply to this thread.