18.06.2013, 17:50
Hello, I am Bean.
I am running an internet server on Win xp VPS. But Winxp VPS can not anti DDOS well, so I try to run my server on Linux VPS, but I can not run it as an internet server. I need some advices, please help me!
I will show how I setup my Server on Linux VPS(I used default Linux server and gamemode):
The First, I add 5353 UDP port:
Next,I extract samp03xsvr_R1-2.tar.gz file, i read in a tutorial
I dont know, If I want run an internet server, i must chmod 700 * in samp03 folder? Can I do this?
and config server.cfg
The end, I run samp03svr file used method 2 "./samp03svr &"
And file server_log.txt
I am running an internet server on Win xp VPS. But Winxp VPS can not anti DDOS well, so I try to run my server on Linux VPS, but I can not run it as an internet server. I need some advices, please help me!
I will show how I setup my Server on Linux VPS(I used default Linux server and gamemode):
The First, I add 5353 UDP port:
Next,I extract samp03xsvr_R1-2.tar.gz file, i read in a tutorial
Quote:
NOTE: Be sure you set permissions for samp03svr and announce if you want to run an internet server! If you don't do this, you'll get a permission denied error. To set permissions, execute chmod 700 * in the SA:MP server directory. It's NOT a good idea to run the server (or any other program for that matter) under root. |
and config server.cfg
The end, I run samp03svr file used method 2 "./samp03svr &"
And file server_log.txt
Thank you very much!!!