Login issues from outside

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
TaiSHi
Posts: 1
Joined: Sun Apr 11, 2010 12:05 am

Login issues from outside

Post by TaiSHi »

L2J Revision 4054
L2JDP Revision 7237

Hello everyone,

I started testing with L2J yesterday and got it running. Problem is players can't connect from the outside (neither can I for the matter, since it's on a remote machine).
Ports 7777, 2106 are open on the firewall (actually NAT'd to the server). If I telnet WANIP 7777 / 2106 there is no issue.
OS is Linux (Debian).
Network setup is:
Router: 192.168.1.1 LAN - and a few WAN IPs assigned to other interfaces
Server: 192.168.1.100 LAN

I've tried with editing HOSTS file (WANIP L2authd.lineage2.com) and l2.ini.

No results so far.
Below, the relevant network part from config files:

Code: Select all

ExternalHostname = WANIPInternalHostname = 127.0.0.1RouterHostname = 192.168.1.1LoginserverHostname = *LoginserverPort = 2106LoginHostname = *LoginPort = 9014IpUpdateTime = 15

Code: Select all

ExternalHostname = WANIPInternalHostname = *LoginHost = 127.0.0.1LoginPort = 9014GameserverHostname = *GameserverPort = 7777
Any help is greatly appreciated. I've searched the forums and googled, found some similar issues but most of them are due to port forward issues (wich I've tested with telnet and nmap).

Best regards,
Juan
Post Reply