Hosting a server [SOLVED]
I'm trying to host a server and it all starts up and loads everything, it gets to "starting mission countdown..." and then it says:
- Your server could not be contacted.
- Check your IP / port configuration.
I have applied the TribesNext patch, but is there something else I have to do to get it to work?
I am running the server on a linux box, I tried the windows dedicated server using WINE and I got the same message. I don't think this is a problem with the fact that I'm using linux.. but maybe certain ports are blocked?
thanks for any help you might offer.
- Your server could not be contacted.
- Check your IP / port configuration.
I have applied the TribesNext patch, but is there something else I have to do to get it to work?
I am running the server on a linux box, I tried the windows dedicated server using WINE and I got the same message. I don't think this is a problem with the fact that I'm using linux.. but maybe certain ports are blocked?
thanks for any help you might offer.
Comments
I typed this to try and open the port:
iptables -A INPUT -i eth0 -p tcp --sport 28000 -m state --state ESTABLISHED -j ACCEPT
I got that from a website it was talking about port 433 i think, I just changed the number.
I then restarted the server and the problem persisted. I did the command you suggested but I didn't think it would change anything because I have port 28000 in my server prefs file.
Is that not the correct way to open the port? I'll look it up some more. Thanks for the help so far.
There was a little more to it than I thought. But I found this great page, told me exactly how to do it for my router.
Thanks for your time
thanks