Issue using seperate login/gameserver PCs
Posted: Sat Jul 25, 2009 6:01 am
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:3310
L2JDP Revision Number:6430
First off I'm planning on fixing this myself by moving my gameserver onto a dedicated to allow myself access to my own server lol.. I was hoping someone could help solve this problem for other folks as I did not see anyone put this problem down on the forums.
The main point is I can only have myself or only other IPs connect.. I cant use my own PC to connect to the server while allowing other IPs
What i'm doing is running a login from a VPS and running 2 game servers from my personal PC. I am on a router, Ports are opened and I know for a fact the login server and gameserver work fine on my Home PC using my own IP and other IPs to connect. My problem occured when I moved my login to the VPS.
Setup is successfully setup and everything works fine.
The problem comes when I set my external IP to my WAN ip as in whatsmyip.com to my actual IP address. Load the server, Login server works fine on it's own database on the VPS. It shows my servers as being up but only connections other then my own can connect to the server, I get an error that reads CLient [IP: 192.168.10.101] disconnected abnormally. ..
This problem can be fixed by changing my external hostname to either the default *, 192.168.10.101, 127.0.0.1, EDITI think my gateway 192.168.10.1 worked also. I tried changing all kinds of IPs and log in the same time with a few friends.. we just couldn't do it.. .. Doing this will now allow me to login to either of the servers but will not allow any incoming connections from other IPs..
For some weird reason I cannot run L2 off this comp I am running the gameservers off of while having my externalhostname to my WAN IP
server.properties Server 1
Server 2 has exact same setting except server port is 7778
my head is literally hurting so I wont be able to try out anyones solutions till morning.. Good night and TIA to all
I tried to resolve this and planned on posting a resolve for it.. but I cant do it myself as I been trying the last 4 hours heh.. I'm not much of the guy that needs to ask for help as google and search solves 99% of my problems.. You dont learn without doing it yourself, but you learn faster with guidance.
Last note on an edit.. This problem can be fixed by bringing the loginserver to the same comp as the gameserver.. or i'm sure it would work the other way around.. I was looking for an actual leave as is fix for future reference.
ยป Find Revision
L2J Revision Number:3310
L2JDP Revision Number:6430
First off I'm planning on fixing this myself by moving my gameserver onto a dedicated to allow myself access to my own server lol.. I was hoping someone could help solve this problem for other folks as I did not see anyone put this problem down on the forums.
The main point is I can only have myself or only other IPs connect.. I cant use my own PC to connect to the server while allowing other IPs
What i'm doing is running a login from a VPS and running 2 game servers from my personal PC. I am on a router, Ports are opened and I know for a fact the login server and gameserver work fine on my Home PC using my own IP and other IPs to connect. My problem occured when I moved my login to the VPS.
Setup is successfully setup and everything works fine.
The problem comes when I set my external IP to my WAN ip as in whatsmyip.com to my actual IP address. Load the server, Login server works fine on it's own database on the VPS. It shows my servers as being up but only connections other then my own can connect to the server, I get an error that reads CLient [IP: 192.168.10.101] disconnected abnormally. ..
This problem can be fixed by changing my external hostname to either the default *, 192.168.10.101, 127.0.0.1, EDITI think my gateway 192.168.10.1 worked also. I tried changing all kinds of IPs and log in the same time with a few friends.. we just couldn't do it.. .. Doing this will now allow me to login to either of the servers but will not allow any incoming connections from other IPs..
For some weird reason I cannot run L2 off this comp I am running the gameservers off of while having my externalhostname to my WAN IP
server.properties Server 1
Code: Select all
ExternalHostname = x.x.x.x <--- where I have my problemInternalHostname = 192.168.10.101LoginHost = x.x.x.x VPS IP ( Sorry i'de like to keep that personal for now :D )LoginPort = 9014GameserverHostname = *GameserverPort = 7777
my head is literally hurting so I wont be able to try out anyones solutions till morning.. Good night and TIA to all
I tried to resolve this and planned on posting a resolve for it.. but I cant do it myself as I been trying the last 4 hours heh.. I'm not much of the guy that needs to ask for help as google and search solves 99% of my problems.. You dont learn without doing it yourself, but you learn faster with guidance.
Last note on an edit.. This problem can be fixed by bringing the loginserver to the same comp as the gameserver.. or i'm sure it would work the other way around.. I was looking for an actual leave as is fix for future reference.