Friends can't connect to your mapservers behind a NAT? Loopback troubles? Try this!
HEY IF YOU WANT TO GENERATE SOME SERVER CONFIG FILES CLICK HERE!
Do you want to set up the authserver? Too bad!
Nah I'm kidding here:
Paste this into your cohauth database:
-- DROPS YOUR AUTH DATA! DON'T RUN UNLESS YOU WANT TO START WITH FRESH AUTH SETTINGS
DELETE FROM cohauth.dbo.user_account;
DELETE FROM cohauth.dbo.user_auth;
DELETE FROM cohauth.dbo.user_data;
DELETE FROM cohauth.dbo.server;
DELETE FROM cohauth.dbo.user_server_group;
-- ADDS A MAPSERVER
INSERT INTO cohauth.dbo.server (id, name, ip, inner_ip, ageLimit, pk_flag, server_group_id) VALUES (1, 'Crust', '127.0.0.1', '127.0.0.1', 0, 0, 1);
Then use this thing to make some SQL INSERT statements for adding user accounts!