Can't login from outside
Posted: Mon Mar 19, 2012 8:34 am
L2J Revision 5075:
L2JDP Revision 8532:
Hi all.
Spent last week configuring the l2jserver in my lan to connect inside and outside of it.
Connection and play from inside the LAN it's ok, but nobody can login from outside (get "Wrong username or password" message).
Here's the ipconfig file:
The server is running on 192.168.0.144 and ports 7777, 2106 and 9014 have been redirected to this computer (TCP and UDP) and can make PING to "brolo.servegame.com" from outside..., but the game screen returns to username and password prompt with "Wrong username or password" message after login attempt.
Need help, thanks very much.
L2JDP Revision 8532:
Hi all.
Spent last week configuring the l2jserver in my lan to connect inside and outside of it.
Connection and play from inside the LAN it's ok, but nobody can login from outside (get "Wrong username or password" message).
Here's the ipconfig file:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="brolo.servegame.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver>
Need help, thanks very much.