GameGuard work around (No client modification!)
Posted: Fri Nov 27, 2009 4:28 pm
Hey All,
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
2. On your Windows system run cmd.exe (Start menu -> run -> type cmd.exe -> press Enter) or (Start Menu -> All Programs -> Accessories -> Command Prompt). On Windows Vista or Windows 7 you will need to use the All Programs method and right click on the Command prompt option and select "run as administrator"

3. In the DOS prompt input the following command, replacing 192.168.0.252 with the private network used in your environment.
Now you should be able to just play

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
