VPS/VDS - CentOS 6 CS 1.6 FullMOD Server Installation 32/64 bit

Gauloran

Moderasyon Ekibi Lideri
7 Tem 2013
8,207
4
687
Guys, I've been struggling lately about setting up counter strike 1.6 servers.

NOTE: I won't bother you. We'll remove the upload. We'll use the direct "wget" command.

System requirements:
1 GB Ram,
100MBit line,
CentOS 6 - 32/64 bit operating system.

Required programs: Putty, Filezilla
NOTE: We'll need FileZilla to edit the server later.

- Now we open the Putty program. We type Server IP and log in.
- We write the username and password (Symbols such as ** don't appear when you are typing password)
- Now let's type these commands one by one (Just copy from here)

Kod:
cd /home

Kod:
mkdir server

Kod:
cd server

Kod:
wget http://www.harunbudun.com/dosyalar/fullmod.tar.gz

Kod:
tar zxvf fullmod.tar.gz

This command is to a**** errors in the ./hlds_run file on 64 bit systems. If you have a 32-bit system, you don't need to install it.

Kod:
yum install glibc.i686

Kod:
cd cs

Kod:
chmod +x hlds_run

Kod:
chmod +x hlds_i686

Kod:
yum install screen

Kod:
screen

Kod:
./hlds_run -game cstrike +ip 31.210.120.15 +sv_lan 1 -nomaster +maxplayers 32 +map de_dust2

(31.210.120.15 is my server IP. You'll write your own Server IP)

The server is starting. If you see the "L 11/01/2015 - 16:54:03: World triggered "Round_Start"" text, it means the server has started.

If it says that port 27015 is closed, I have a solution!

We return to the command line.

First, we open the port.

Let's write these commands

Kod:
iptables -I INPUT -p tcp --dport 27015 -j ACCEPT

Kod:
iptables -I INPUT -p udp --dport 27015 -j ACCEPT

Kod:
service iptables save

Kod:
./hlds_run -game cstrike +ip 31.210.120.15 +sv_lan 1 -nomaster +maxplayers 32 +map de_dust2

If you're still getting the same error, don't be afraid. We can fix :)

Firewall Disable!

Kod:
service iptables save

Kod:
service iptables stop

Kod:
chkconfig iptables off

The current commands are for IPv6. In Turkey, IPv6 isn't used but let's close it anyway.

Kod:
service ip6tables save

Kod:
service ip6tables stop

Kod:
chkconfig ip6tables off

Kod:
./hlds_run -game cstrike +ip 31.210.120.15 +sv_lan 1 -nomaster +maxplayers 32 +map de_dust2

Let's say it didn't open again.

Kod:
reboot

We restart our server. We wait for 1 minute and log in.

Kod:
cd /home/server/fullmod

Kod:
screen

Kod:
./hlds_run -game cstrike +ip 31.210.120.15 +sv_lan 1 -nomaster +maxplayers 32 +map de_dust2

Source: https://www.turkhackteam.org/counte...-fullmod-server-kurma-32-64-bit-dev-konu.html
Translator Gauloran

 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.