Server says its started, but isn't. -
KtotheYle - 24.02.2015
Hello, so we recently switched from a Windows server to a centos, and are trying to start the server. We went on the forums and looked around to find an issue to where we did
Код:
./samp03svr & or nohup ./samp03svr &
it would say unknown command. We found these fixes, and in putty it said the server was up and running (This example uses ./samp03svr &)
Код:
Started server on port: 7778, with maxplayers: 51 lanmode is ON.
(I switched the port and turned on LAN to see if that was the issue)
But when we go to our server list, the server doesn't show up.
Any help is appreciated, and a big thanks in advance!
nohup ./samp03svr & message
Код:
nohup: ignoring input and appending output to ‘nohup.out’
P.S. I've worked on a server that uses Linux before, using nohup ./samp03svr but never set a server up myself using linux, thanks again!
Re: Server says its started, but isn't. -
ikey07 - 24.02.2015
Check server log, most likely something kills it. or open 7778 port.
Re: Server says its started, but isn't. -
KtotheYle - 24.02.2015
UPDATE: We've tried adding bind, changing query, changing announce, and changing LANMode.
Re: Server says its started, but isn't. -
KtotheYle - 24.02.2015
Quote:
Originally Posted by ikey07
Check server log, most likely something kills it. or open 7778 port.
|
We tried opening the port using the following commands with no change.
Код:
firewall-cmd --zone=public --add-port=7777/tcp --permanent
firewall-cmd --zone=public --add-port=80/udp --permanent
firewall-cmd --reload
Re: Server says its started, but isn't. -
KtotheYle - 24.02.2015
Quote:
Originally Posted by ikey07
Check server log, most likely something kills it. or open 7778 port.
|
Nevermind, we put port ID 80 instead of 7777, works now thanks +rep.
Re: Server says its started, but isn't. -
zT KiNgKoNg - 24.02.2015
Quote:
Originally Posted by KtotheYle
We tried opening the port using the following commands with no change.
Код:
firewall-cmd --zone=public --add-port=7777/tcp --permanent
firewall-cmd --zone=public --add-port=80/udp --permanent
firewall-cmd --reload
|
To start off with you only opened a tcp port, someone I know had an issue exactly like this where he had to open the tcp and udp, then it worked.
Re: Server says its started, but isn't. -
ev0lution - 25.02.2015
Quote:
Originally Posted by zT KiNgKoNg
To start off with you only opened a tcp port, someone I know had an issue exactly like this where he had to open the tcp and udp, then it worked.
|
You
ONLY have to open the UDP port, SA-MP doesn't use TCP at all.