help!!! ffxi-3001 error

Post Reply
dta
Posts: 6
Joined: Thu Feb 11, 2016 5:08 am

help!!! ffxi-3001 error

Post by dta » Thu Feb 11, 2016 5:14 am

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?
not work.jpg

dta
Posts: 6
Joined: Thu Feb 11, 2016 5:08 am

Re: help!!! ffxi-3001 error

Post by dta » Thu Feb 11, 2016 5:17 am

by the way. I make them again on my real machine. I redirect all the port on my router and still nothing...Please help !

dta
Posts: 6
Joined: Thu Feb 11, 2016 5:08 am

Re: help!!! ffxi-3001 error

Post by dta » Thu Feb 11, 2016 5:28 am

And the zone ip settings.
zoneip.jpg

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: help!!! ffxi-3001 error

Post by whasf » Thu Feb 11, 2016 7:05 pm

-- Whasf

wigit
Posts: 3
Joined: Fri Feb 05, 2016 4:06 pm

Re: help!!! ffxi-3001 error

Post by wigit » Fri Feb 12, 2016 12:03 pm

Check your firewall settings on your VM.

Code: Select all

netstat -tuplen
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

dta
Posts: 6
Joined: Thu Feb 11, 2016 5:08 am

Re: help!!! ffxi-3001 error

Post by dta » Sun Feb 21, 2016 12:56 pm

Thanks everyone, I have already set up my virtual machine. Just change 127.0.0.1 to my virtual machine ip and they works!

Post Reply