If you are running Server and game on the same puter then you dont need to worrie about the router. You have to make an account in the database with your IP that you connecting with before you can log in. You can do this by a command line adding
Code:
INSERT INTO accounts VALUES (1, 'Admin', '', 0, 'mini', 250, , 0, 0, 0, 0, 'IP of Account')
Changing where it says Admin to the name you want and Changing the IP of Account to your local IP or you can add it by using something like MYSQLFront or another program directly to the database.
Or have you allready done this?