About recent GameGuard problems
Posted: Wed Aug 05, 2009 12:23 am
A working solution is to use a local DNS server which define the lineage2.com zone. Only trouble is that you won't have access to the official Lineage 2 web unless you go back to normal DNS.
Available DNS for windows include
BIND https://www.isc.org/downloadables/11
PowerDNS http://www.powerdns.com/en/downloads.aspx
Posadis http://posadis.sourceforge.net/
MaraDNS http://www.maradns.org/download.html
You need to have your DNS server define the zone "lineage2.org" and to put a "A" line for l2authd
l2authd IN A 1.2.3.4
where you replace 1.2.3.4 by the L2J server you want to contact.
For the remaining of internet, you'll need to have the "root DNS servers" (probably given with the DNS server) or use delegation to your ISP's DNS server.
Once the DNS server is configurated, you'll have to change the DNS for your network. In the network properties of your internet interface, change the DNS from "get automatically" to "static address" with 127.0.0.1 as DNS server address.
If you host a L2J server, you may prepare a package with the zone and config files already done, make a nice installer which installs it, set it up so it runs at windows start and change the DNS server configuration.
Available DNS for windows include
BIND https://www.isc.org/downloadables/11
PowerDNS http://www.powerdns.com/en/downloads.aspx
Posadis http://posadis.sourceforge.net/
MaraDNS http://www.maradns.org/download.html
You need to have your DNS server define the zone "lineage2.org" and to put a "A" line for l2authd
l2authd IN A 1.2.3.4
where you replace 1.2.3.4 by the L2J server you want to contact.
For the remaining of internet, you'll need to have the "root DNS servers" (probably given with the DNS server) or use delegation to your ISP's DNS server.
Once the DNS server is configurated, you'll have to change the DNS for your network. In the network properties of your internet interface, change the DNS from "get automatically" to "static address" with 127.0.0.1 as DNS server address.
If you host a L2J server, you may prepare a package with the zone and config files already done, make a nice installer which installs it, set it up so it runs at windows start and change the DNS server configuration.