Page 1 of 1
help!!! ffxi-3001 error
Posted: Thu Feb 11, 2016 5:14 am
by dta
I built my server on virtual machine. OS is Ubuntu 15.04 . I downloaded all the stuff and make them work well. but always get the error code ffxi-3001.I tried to wait for 5 minutes and log in again .but still error. how can I fix this problem?
Re: help!!! ffxi-3001 error
Posted: Thu Feb 11, 2016 5:17 am
by dta
by the way. I make them again on my real machine. I redirect all the port on my router and still nothing...Please help !
Re: help!!! ffxi-3001 error
Posted: Thu Feb 11, 2016 5:28 am
by dta
And the zone ip settings.
Re: help!!! ffxi-3001 error
Posted: Thu Feb 11, 2016 7:05 pm
by whasf
Re: help!!! ffxi-3001 error
Posted: Fri Feb 12, 2016 12:03 pm
by wigit
Check your firewall settings on your VM.
It should look similar to this:
Code: Select all
User Inode PID/Program name
tcp 0 0 0.0.0.0:54001 0.0.0.0:* LISTEN 1000 22534427 7692/dsconnect
tcp 0 0 0.0.0.0:54002 0.0.0.0:* LISTEN 1000 22536217 7698/dssearch
tcp 0 0 127.0.0.1:54003 0.0.0.0:* LISTEN 1000 22534438 7692/dsconnect
tcp 0 0 0.0.0.0:54230 0.0.0.0:* LISTEN 1000 22534426 7692/dsconnect
tcp 0 0 0.0.0.0:54231 0.0.0.0:* LISTEN 1000 22534425 7692/dsconnect
udp 0 0 0.0.0.0:54230 0.0.0.0:* 1000 22534440 7695/dsgame
Also are you launching the POL client from the within the VM or from the Host OS? Keep in mind that if you're not running both on the same machine ie both within the VM or both within your normal OS, you will need to setup the networking portion. Using the loopback address wont work for connecting over a network even if it is virtual.
Code: Select all
Add the following code into the empty space, inserting the value calculated above. The value in the code below (127.0.0.1) would be used if only running the client from the same PC as the server.
I wrote a script to setup ubuntu 14.04 that might work for 15.04
viewtopic.php?f=16&t=2957
Re: help!!! ffxi-3001 error
Posted: Sun Feb 21, 2016 12:56 pm
by dta
Thanks everyone, I have already set up my virtual machine. Just change 127.0.0.1 to my virtual machine ip and they works!