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?
help!!! ffxi-3001 error
Re: help!!! ffxi-3001 error
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
And the zone ip settings.
Re: help!!! ffxi-3001 error
Did you check out https://wiki.dspt.info/index.php/Troubleshooting_Guide ?
-- Whasf
Re: help!!! ffxi-3001 error
Check your firewall settings on your VM.
It should look similar to this:
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.
I wrote a script to setup ubuntu 14.04 that might work for 15.04
viewtopic.php?f=16&t=2957
Code: Select all
netstat -tuplen
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
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.
viewtopic.php?f=16&t=2957
Re: help!!! ffxi-3001 error
Thanks everyone, I have already set up my virtual machine. Just change 127.0.0.1 to my virtual machine ip and they works!