pRO's Update! Login Pincode..(similar to bRO)

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
Stolatos
Human
Human
Posts: 33
Joined: 07 Aug 2014, 06:28
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#241 Post by Stolatos »

@zonda

what is your os?
brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#242 Post by brokenbokeh »

zonda wrote:127.0.0.1:5357 TIME_WAIT
127.0.0.1:6900 LISTENING
127.0.0.1:24390 LISTENING
Poseidon is listening on the right query port but not on 192.168. for the client.
Please post your control/poseidon.txt.

or see if these are set in control/poseidon.txt

Code: Select all

queryserver_ip=127.0.0.1
queryserver_port=24390
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#243 Post by zonda »

im using the 192.168.x.x for my poseidon server. thats where the f2pexe connects right?

when i run netstat-a 127.0.0.1 has no connections...

192.168.x.x:139 IK-PC:O LISTENING
192.168.x.x::6900 IK-PC:0 LISTENING
192.168.x.x::6900 IK-PC:0:49358 ESTABLISHED
192.168.x.x:24390 IK-PC:0 LISTENING
192.168.x.x:49177 202.XX.XX.XX:6900 FIN_WAIT_2
192.168.X.X:49179 202.XX.XX.XX:5000 ESTABLISHED
=======================================================poseidon config.txt

# Ragnarok Server
# Here you'll define the IP Address and the Port where Poseidon
# will keep waiting for your ragnarok online client to connect.
ragnarokserver_ip=192.168.xx.xx
ragnarokserver_port=6900

# Query Server
# Here you'll define the IP Address and the Port where Poseidon
# will keep waiting for open kore to connect and send the GG/HS queries.
queryserver_ip=192.168.xx.xx
queryserver_port=24390

# Server Type
# Here you have to specify your current server type in order
# to the poseidon operate properly !
# The available server types for now are : Default, bRO_.* (check servertypes.txt)
# You should modify this if you're having problems with char list.
server_type=pRO

# Char Block Size
# Here you can specify the desired CharBlockSize your client requires
# The available block sizes are : 106, 108, 112, 116, 128, 132 and 136
CharBlockSize=144
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#244 Post by zonda »

Stolatos wrote:@zonda

what is your os?
win7 for both pc and vm
brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#245 Post by brokenbokeh »

@zonda

Please see my post above.

On a side note, I was able to hack XKore 2 to submission. I am running it now for more than 20 minutes without disconnection. :twisted: :lol:
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#246 Post by zonda »

im using the 192.168.x.x for my poseidon server. thats where the f2pexe connects right?

when i run netstat-a ip 127.0.0.1 is all blank

192.168.x.x:139 IK-PC:O LISTENING
192.168.x.x::6900 IK-PC:0 LISTENING
192.168.x.x::6900 IK-PC:0:49358 ESTABLISHED
192.168.x.x:24390 IK-PC:0 LISTENING
192.168.x.x:49177 202.XX.XX.XX:6900 FIN_WAIT_2
192.168.X.X:49179 202.XX.XX.XX:5000 ESTABLISHED
brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#247 Post by brokenbokeh »

brokenbokeh wrote:
zonda wrote:127.0.0.1:5357 TIME_WAIT
127.0.0.1:6900 LISTENING
127.0.0.1:24390 LISTENING
Poseidon is listening on the right query port but not on 192.168. for the client.
Please post your control/poseidon.txt.

or see if these are set in control/poseidon.txt

Code: Select all

queryserver_ip=127.0.0.1
queryserver_port=24390
Please set control/poseidon.txt as above.
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#248 Post by zonda »

let me just confirm...

in vm, poseidon config should be 127.0.0.1 right? so what do i use in clientinfo.xml? i cant connect rag.exe if i use 127.0.0.1 in vm
brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: pRO's Update! Login Pincode..(similar to bRO)

#249 Post by brokenbokeh »

If running Poseidon in a VM, it should listen on the 192.168.x.x interface for connectios from the RO client.

Code: Select all

ragnarokserver_ip=192.168.x.x
ragnarokserver_port=6900
if OpenKore will be run in the VM, Poseidon should listen on 127.0.0.1 for Openkore connection

Code: Select all

queryserver_ip=127.0.0.1
queryserver_port=24390
f2pexe is run outside the VM.
the IP address in clientinfo.xml should be set with the IP address of the VM (192.168.x.x)
Last edited by brokenbokeh on 15 Aug 2014, 00:30, edited 1 time in total.
zonda
Human
Human
Posts: 45
Joined: 12 Aug 2014, 21:15
Noob?: Yes

Re: pRO's Update! Login Pincode..(similar to bRO)

#250 Post by zonda »

posiedon.txt should be like this in vm then...

# Ragnarok Server
# Here you'll define the IP Address and the Port where Poseidon
# will keep waiting for your ragnarok online client to connect.
ragnarokserver_ip=192.168.xx.xx
ragnarokserver_port=6900

# Query Server
# Here you'll define the IP Address and the Port where Poseidon
# will keep waiting for open kore to connect and send the GG/HS queries.
queryserver_ip=127.0.0.1
queryserver_port=24390