I figured out how to get around the GG issues on a Local Network, possibly using a VPN or setting up a similar route as I describe below will work.
Items Needed:
2 NICs on the L2J Server (one can be virtual)
Steps for setting up:
1. Configure second network adapter that is unused to be 216.107.242.199
Code: Select all
douglas@douglas-ubuntu:~/Desktop/l2j/gameserver/log$ ifconfigeth0 Link encap:Ethernet HWaddr 00:1b:b9:75:d6:e9 inet addr:216.107.242.199 Bcast:216.107.242.255 Mask:255.255.255.0 eth2 Link encap:Ethernet HWaddr 00:11:3b:11:21:09 inet addr:192.168.0.252 Bcast:192.168.0.255 Mask:255.255.255.0

3. In the DOS prompt input the following command, replacing 192.168.0.252 with the private network used in your environment.
Code: Select all
route -p ADD 216.107.242.199 MASK 255.255.255.255 192.168.0.252
