Forum

> > CS2D > Servers > Server Hosting on Arch Linux
Forums overviewCS2D overview Servers overviewLog in to reply

English Server Hosting on Arch Linux

3 replies
To the start Previous 1 Next To the start

old Server Hosting on Arch Linux

MaksDragon OP
User Off Offline

Quote
-bash: ./cs2d_dedicted: No such file or directory
but this file in this folder. Maybe i need some dependencies or libs on Arch Linux?

upd: i installed lib32-libtxc_dxtn and its running
edited 1×, last 04.02.26 07:50:33 am

old Re: Server Hosting on Arch Linux

MaksDragon OP
User Off Offline

Quote
@user Hajt: now is linux-gate.so.1 (0xf7ef5000)
libdl.so.2 => /usr/lib32/libdl.so.2 (0xf7edc000)
libm.so.6 => /usr/lib32/libm.so.6 (0xf7df1000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7dbd000)
libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf7db8000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf7b86000)
/lib/ld-linux.so.2 => /usr/lib/ld-linux.so.2 (0xf7ef8000)

old Re: Server Hosting on Arch Linux

cs2d_is_a_Gem
User Off Offline

Quote
My answer is a little out of context but ,I use these commands in Ubuntu; maybe if you transformed them to machine code they would work, but @user MaksDragon: is absolutely right.
RodionCat apps protection(not Ddos protection):
1
sudo iptables -A INPUT -p udp -m length --length 0:28 -j DROP
libs and zip:
1
sudo dpkg --add-architecture i386
1
sudo apt-get update
1
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
1
sudo apt-get install unzip
1
zip -r yourZipFolderServer.zip yourZipFolderServer


1
2
3
4
5
6
7
8
9
sudo pacman -Syu
sudo pacman -S lib32-glibc lib32-gcc-libs lib32-libstdc++
iptables -A INPUT -p udp --dport 36963 -m hashlimit \
--hashlimit 30/sec --hashlimit-burst 60 \
--hashlimit-mode srcip \
--hashlimit-name cs2d_udp \
-j ACCEPT

iptables -A INPUT -p udp --dport 36963 -j DROP
edited 1×, last 04.02.26 09:22:36 pm
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview