Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 05:42

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Tutorial] Linux + VMware = Deakron Server

Discussion on [Tutorial] Linux + VMware = Deakron Server within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
Nosferatu.'s Avatar
 
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
[Tutorial] Linux + VMware = Deakron Server

Warning, you need at least 4 GB of RAM! 8 GB or higher is recommended!



Now this way i have found:

First we have to install a Desktop and a tool,
to connect on Linux Server (Desktop):

Code:
apt-get install x-window-system
if that not works try it:
Code:
aptitude install xorg
now install the minima desktop (Very Good! KDE need to mush PC Power):
Code:
apt-get install gnome-core gdm synaptic
or kde (Use it only if the other one not working!!!):
Code:
apt-get install kde
now change the directory:
Code:
cd /usr/lib/
And Download all this package: (EDIT: Links are Dead. Goto: for Download)
Code:
wget http://64.34.161.181/download/3.3.0/Linux/nxclient_3.3.0-6_i386.deb
Code:
wget http://64.34.161.181/download/3.3.0/Linux/nxnode_3.3.0-17_i386.deb
Code:
wget http://64.34.161.181/download/3.3.0/Linux/FE/nxserver_3.3.0-15_i386.deb
Now we can install FREENX:
Code:
dpkg -i nxclient_3.3.0-6_i386.deb
Code:
dpkg -i nxnode_3.3.0-17_i386.deb
Code:
dpkg -i nxserver_3.3.0-15_i386.deb
Now have to create a user like Remote (you cant connect as root):
Code:
useradd -m Remote
set the password from ur user:
Code:
passwd Remote



btw. Dont forgott to download the Client to connect on your Linux Desktop

Okay connect now to your Remote Desktop using NXClient

Get VMware for linux Download VMware-Workstation-6.5.3-185404.i386.bundle from the Offical Page.


Okay, when everything is ready, open Terminal and run with your "Remote Desktop" the Setup of VMware.

Code:
bash /home/Remote/Desktop/VMware-Workstation-6.5.3-185404.i386.bundle
Setup will run.

Now Download or Create an vmware image and start it with VMware.

Okay we are happy now, it works. Or not? Not quite yet! We still have to forward the ports to the VMnet IP to connect to the Dekaron Server, i use this tool for it:

portforwarding-setup.sh

Code:
#!/bin/bash

IPT=/sbin/iptables

# Kernel IP Routing 
echo 1 >/proc/sys/net/ipv4/ip_forward

# Extra Route to VMNet Bridge of eth0 (you have to edit it)
route add -net 192.168.123.0 netmask 255.255.255.0 dev eth0

# Forwarding Rules (you have to edit it)

$IPT -t nat -I PREROUTING -i eth0 -p udp --dport 8767 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 51234 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 50005 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 10000 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 7880 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 7882 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 7883 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 7886 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 1433 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 888 -j DNAT --to-destination 192.168.123.130
$IPT -t nat -I PREROUTING -i eth0 -p tcp --dport 1337 -j DNAT --to-destination 192.168.123.130


192.168.123.130 = IP From your Vmware Network
Screenshot:

Nosferatu. is offline  
Thanks
3 Users
Old 12/09/2009, 13:20   #2
 
Zombe's Avatar
 
elite*gold: 20
Join Date: Dec 2007
Posts: 1,451
Received Thanks: 840
That might be useful to someone, but I still don't see the point of Linux. I know a lot of people use Linux to run servers, but I still don't understand why...

Anyway, good job you're doing here.
Zombe is offline  
Old 01/08/2010, 05:56   #3
 
Nosferatu.'s Avatar
 
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
Quote:
Originally Posted by Zombe View Post
That might be useful to someone, but I still don't see the point of Linux. I know a lot of people use Linux to run servers, but I still don't understand why...

Anyway, good job you're doing here.
Linux Servers are cheaper and faster
Nosferatu. is offline  
Old 01/08/2010, 06:37   #4
 
naruto820's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 964
Received Thanks: 233
Quote:
Originally Posted by darnus84 View Post
Linux Servers are cheaper and faster
that is actualy true since linux os is free they dont charge for it when u buy a dedicated where as for windows server 2003 its 25$ a month extra.
nice tutorial a lot of ppl have been tryin to get server working on linux.
naruto820 is offline  
Old 01/08/2010, 06:45   #5
 
Nosferatu.'s Avatar
 
elite*gold: 22
Join Date: Jan 2008
Posts: 743
Received Thanks: 450
alright.
Im using it for my Server, and its works fine.

btw, u must execute after every Root Restart the Port Forwarding Tool , and make u sure if it allowed to run more as 1 MACs (NIC) on your Root.

Contact ur Hoster, ur port will closed from System if it not allowed, me was happends! Now i can use 3 MACs after contacting my Hoster
Nosferatu. is offline  
Reply


Similar Threads Similar Threads
Trading silkroad account for a deakron account server hellion
06/19/2011 - Dekaron Trading - 5 Replies
My silkroad account is lvl 90 s/s nuker on rome server,+5 equipments,12 silk left, 9 gap, 22k sp,45 mil gold, storage full with items that can be sold for a nice amount of gold and elixirs,dead grab pet.If you have a nice offer pm me,the trade will fo through a midleman or you go first. Leave your offers/msn here and i will add ya :) Thx.
Whats the latest and updated Deakron server around?
03/07/2010 - Private Server Advertising - 1 Replies
its been a while since i played dekaron but i was wondering what is the best dekaron server were it has action 7 new armor new wings and other pvp systems working and some cool updates added :D more power to elitepvpers :)
[REQUEST]GIVE ME THE bypass of VMware or link of 7.0 vmware
01/26/2010 - Grand Chase Philippines - 0 Replies
paxenxa na p0w kung e2 ay tinatawag ny0ng spam... I NEED KSE DUAL CLIENT EH... sana maintindihan ny0 aq........
[RS/HF/MU]VMWare W.S. 7 Final + Linux BSD Mac OS X And More
01/25/2010 - Grand Chase - 0 Replies
DELETED this link all versions os systems and more.... working tested by me.... :handsdown::handsdown::handsdown:



All times are GMT +1. The time now is 05:42.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.