Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to set up Aura Kingdom Server on CentOS

Newbie Spellweaver
Joined
Jan 30, 2016
Messages
12
Reaction score
1
Thanks for reply, but...

What would be the method in allowing promiscuous mode in my virtual machine (VMware). I tried "chmod a+rw /dev/vmnet0" and it said no file or directory found. I went into /etc/sysconfig/network-scripts/ifcfg-eth0 and edited it to have PROMISC=yes. Nothing seems to have a change. If it is changing and it is set to be allowed etc. Then why am I unable to connect with Navicat :*:.

look @ your pg_hba.conf @ IPv4 it should look like this.

Code:
# IPv4 local connections:
host    all             all             <your ip>/32        trust
 
Newbie Spellweaver
Joined
Jul 22, 2014
Messages
20
Reaction score
12
look @ your pg_hba.conf @ IPv4 it should look like this.

Code:
# IPv4 local connections:
host    all             all             <your ip>/32        trust

Ugh. O_O I tried but nothing changes. When it says <your ip> I'm not sure which one but i tried the one my computer has then the one my virtual machine has and then tried my external ip. Nothing...

Here is everything thing I think is important to know about my problem:

This is my pg_hba.conf:


REMOVED

This is my postgresql.conf:

REMOVED

This is my ifconfig of my virtual machine:


REMOVED

This is how I am connecting with Navicat:

REMOVED

Anything look off or odd?
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Put your windows ip there
I mean lan ip ofc
Tapatalk-kal küldve az én LG-D802-el
 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
Does anybody have a live demo of this?
 
Newbie Spellweaver
Joined
Jan 30, 2016
Messages
12
Reaction score
1
Now tell me how to solve the server is rolling on 0.0.0.0 bug :c
 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
Now tell me how to solve the server is rolling on 0.0.0.0 bug :c

0.0.0.0 is a dynamic ip, are you trying to set it up for yourself on local computer or public?
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Rolling on 0.0.0.0 means u made smth wrong

Tapatalk-kal küldve az én LG-D802-el
 
Newbie Spellweaver
Joined
Jan 30, 2016
Messages
12
Reaction score
1
Run it with 127.0.0.1

Yeah.. how to manage this im completly overwhelmed. rip.

My Worlds & Serverstatus tables are looking like this

Somebody told me int_adress cant be 127.0.0.1 dunno if its true.



 
Skilled Illusionist
Joined
Dec 21, 2013
Messages
392
Reaction score
181
Yeah.. how to manage this im completly overwhelmed. rip.

My Worlds & Serverstatus tables are looking like this




The int ip must only be 127.0.0.1 as it may cause conflicts.
 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
there is a difference between int_address and ext_address

int is internal (packets locally)

ext is external
 
Newbie Spellweaver
Joined
Jan 30, 2016
Messages
12
Reaction score
1
So i changed it back to

this

makes my server still
Code:
1,2016/01/31 17:58:47,RSA size(n) = 256 size(e) = 2
     2,2016/01/31 17:58:47,Server is rolling on TCP 0.0.0.0:18624

Something with the TicketServer
 
Last edited:
Junior Spellweaver
Joined
Jul 27, 2005
Messages
132
Reaction score
100
Thanks for reply, but...

What would be the method in allowing promiscuous mode in my virtual machine (VMware). I tried "chmod a+rw /dev/vmnet0" and it said no file or directory found. I went into /etc/sysconfig/network-scripts/ifcfg-eth0 and edited it to have PROMISC=yes. Nothing seems to have a change. If it is changing and it is set to be allowed etc. Then why am I unable to connect with Navicat :*:.

VMware.... , I've always had issues getting networking to work right with it. i would recommend switching to VBox. VBox always seems to work better for linux systems. VMware is much better at windows though. also use
host all all samenet md5
instead of your ip, this will give access to all computers on the same subnet. makes things easier for dynamically changing ips also i would assume in a local setting all computers on your subnet would be trusted.
 
☮TAKU????
Loyal Member
Joined
Nov 16, 2009
Messages
866
Reaction score
580
VMWare and VirtualBox should act the exact same way.. they can even communicate between eachother.
 
Junior Spellweaver
Joined
Jul 27, 2005
Messages
132
Reaction score
100
VMWare and VirtualBox should act the exact same way.. they can even communicate between eachother.

unfortunately no they are not the same. VBox is a type 2 hypervisor which means that it relies on the Host OS to provide all its essential services.
VMWare is a type 1 hypervisor which means that is runs directly on the hardware and the software package provides all the essential services.

Short answer is if it works currently on your PC your guest OS will work with VBOX, though theres no direct hardware interaction so things like DX3D and OpenGL are lacking along with a few other things.
VMWare Has issues in a few departments because hardware varies so much your experience will change depending on if VMWare can run optimally on your specific set of hardware, advantage to this though you have access to all your hardware for things like DX3D and OpenGL.

If you want a truly good Virtualization environment I'd go with these:
vSphere ESXi, xenproject
 
Newbie Spellweaver
Joined
Jan 30, 2016
Messages
12
Reaction score
1
Gatewayserver logs:

Code:
     2,2016/02/01 11:46:48,[EVENT] Use PgSQL.
     3,2016/02/01 11:46:48,Open Database Failed:hostaddr=127.0.0.1 user=spiritking password='antiroot' dbname=FFMember

Now i created a superuser with this logindata but it still doenst work?
Is it because of my pg_hba.conf?

Im using a VPS
 
Last edited:
Newbie Spellweaver
Joined
Aug 6, 2014
Messages
6
Reaction score
0
Does anyone have a mirror of the server files because file that was uploaded in Mega is damage or corrupted? @Eperty can you upload the server files in mediafire? Thanks
 
Elite Diviner
Joined
Jan 3, 2014
Messages
463
Reaction score
49
just want to ask, is there any command i should write in putty to make server up? or just type service postgres-9.3 start ? because i got this error

2016/02/02 20:52:59 [Desc][LOGIN]
2016/02/02 20:53:07 [Desc]Cannot Connect to LoginSever IMsgLoginError
 
Back
Top