Removed patches from epvpers

05/26/2017 12:17 killerflood#1
hi all,

i can use some help.

I managed today to make remote connection to my host sql server from my virtual machine. i have a 2gs cert etc etc but when i start up the machine manager @ my 2nd machine its stuck at requesting server certification.

The ports must be open, since i disabled the firewall from both machines.
I am using a server with 24g ram and 2x proc 2,27 GHZ.

Machine 1 is the physical machine, machine 2 is running on Hyper-V.

Anyone can help me with this problem?

Thanks in advance.

greetings,

killerflood
05/26/2017 22:44 -Prestige..#2
IP SPOOF ?
05/27/2017 00:58 killerflood#3
Seems that i cannot use my dynamic IP adres on my main machine, and a DHCP IP on the second one so i changed them both to DHCP ( 192.168.X.X ). As the looks of it this works now, only now i have another problem. My gameserver from the 2nd machine says it got DB failure. However i enabled remote connection and i can also connect with the main system. (tried this with SQL). i think that this is an ini issue , but i cannot figure out which ini. can someone point me the right direction please? The ini's are now setted up like this :

Global:
[global]
count=1
[entry0]
operation_type=22
name=SRO_GameOn_Official
query=DRIVER={SQL Server};SERVER=???\SQLEXPRESS;DSN=SRO_VT_ACCOUNT;U ID=sa;PWD=???;DATABASE=SRO_VT_ACCOUNT
global_manager_node_id=697

SRNODETYPE:
[global]
count=2
[entry0]
id=335
operation_type=22
name=WIN-CAU4MCPxxxx
wip=192.168.x.x
nip=192.168.x.x
machine_manager_node_id=699
[entry1]
id=336
operation_type=22
name=WIN-HRQALILxxxx
wip=192.168.xx.xx
nip=192.168.xx.xx
machine_manager_node_id=701

And SrShard:

[global]
count=1
[entry0]
id=64
global_operation_id=20
operation_type=22
name=KOUGA
query=DRIVER={SQL Server};SERVER=WIN-CAU4MCPxxxx\SQLEXPRESS;DSN=SRO_VT_SHARD;UID=sa;PWD =xxxx;DATABASE=SRO_VT_SHARD
query_log=DRIVER={SQL Server};SERVER=WIN-CAU4MCPxxxx\SQLEXPRESS;DSN=SRO_VT_SHARDLOG;UID=sa; PWD=xxxx;DATABASE=SRO_VT_SHARDLOG
capacity=2000
shard_manager_node_id=705
u1=240
u2=208
u3=17
u4=1
u5=0
u6=0
u7=0

Those i downloaded here: [Only registered and activated users can see links. Click Here To Register...]

Thanks allot.

Greetings,

Killerflood

Think i found the problem, going to test it out tomorrow,,, forgot to setup fcking ODBC at the 2nd machine >.>............................................. how noobisch -.-''
05/27/2017 05:26 -Prestige..#4
Quote:
Originally Posted by killerflood View Post
Seems that i cannot use my dynamic IP adres on my main machine, and a DHCP IP on the second one so i changed them both to DHCP ( 192.168.X.X ). As the looks of it this works now, only now i have another problem. My gameserver from the 2nd machine says it got DB failure. However i enabled remote connection and i can also connect with the main system. (tried this with SQL). i think that this is an ini issue , but i cannot figure out which ini. can someone point me the right direction please? The ini's are now setted up like this :

Global:
[global]
count=1
[entry0]
operation_type=22
name=SRO_GameOn_Official
query=DRIVER={SQL Server};SERVER=???\SQLEXPRESS;DSN=SRO_VT_ACCOUNT;U ID=sa;PWD=???;DATABASE=SRO_VT_ACCOUNT
global_manager_node_id=697

SRNODETYPE:
[global]
count=2
[entry0]
id=335
operation_type=22
name=WIN-CAU4MCPxxxx
wip=192.168.x.x
nip=192.168.x.x
machine_manager_node_id=699
[entry1]
id=336
operation_type=22
name=WIN-HRQALILxxxx
wip=192.168.xx.xx
nip=192.168.xx.xx
machine_manager_node_id=701

And SrShard:

[global]
count=1
[entry0]
id=64
global_operation_id=20
operation_type=22
name=KOUGA
query=DRIVER={SQL Server};SERVER=WIN-CAU4MCPxxxx\SQLEXPRESS;DSN=SRO_VT_SHARD;UID=sa;PWD =xxxx;DATABASE=SRO_VT_SHARD
query_log=DRIVER={SQL Server};SERVER=WIN-CAU4MCPxxxx\SQLEXPRESS;DSN=SRO_VT_SHARDLOG;UID=sa; PWD=xxxx;DATABASE=SRO_VT_SHARDLOG
capacity=2000
shard_manager_node_id=705
u1=240
u2=208
u3=17
u4=1
u5=0
u6=0
u7=0

Those i downloaded here: [Only registered and activated users can see links. Click Here To Register...]

Thanks allot.

Greetings,

Killerflood

Think i found the problem, going to test it out tomorrow,,, forgot to setup fcking ODBC at the 2nd machine >.>............................................. how noobisch -.-''

try makeing
Code:
[global]
count=2
in both srshard and global

MAKE SURE TO ADD [ENTRY1] TO THE 2ND SQL.
05/27/2017 11:11 killerflood#5
Thanks for your reaction.

I already tried this multiple time, and the error code stays than the same.

Do u have any more tips?