mdarkness1988 / Rust-Server

Modified Rust Server from didstopia
MIT License
8 stars 19 forks source link

Sever not reaching Internet #21

Open donniecaison opened 4 years ago

donniecaison commented 4 years ago

Hello, I set up Rust-server on my unRaid server, and for some reason, I am unable to get my rust server to reach the Internet, however it appears to be running fine on my home network. I have an Orbi and a Verizon FIOS router, I turned on port forwarding for 28015 and 28016 through both routers, yet it is still not reaching the Internet. Please let me know what I should do.

Thank you!

Ihatetotank commented 4 years ago

I'm having the same problem. Can connect to the server internally but it won't show up in the server list, or be accessible from the internet. Watched the log as it started up and saw this, which may be important: Starting web server.. nginx: [emerg] bind() to 0.0.0.0:8080 failed (98: Address already in use)

nginx: [emerg] bind() to 0.0.0.0:8080 failed (98: Address already in use)

nginx: [emerg] bind() to 0.0.0.0:8080 failed (98: Address already in use)

nginx: [emerg] bind() to 0.0.0.0:8080 failed (98: Address already in use)

nginx: [emerg] bind() to 0.0.0.0:8080 failed (98: Address already in use)

nginx: [emerg] still could not bind()

Ihatetotank commented 4 years ago

Resolved the NGINX thing by changing the HTTP port for UnRaid. Server still won't show in the list, but I'm blaming my own port forwarding at the moment