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
Best regards,
Juan