MAJOR HELP NEEDED

02/12/2010 09:48 5supertao#1
Ok, so I set up port forward, it works for everyone.. BUT HOW CAN I CONNECT TO MYSELF? 127.0.0.1 doesn't work in my server.dat or the IP i use for everyone else...
02/12/2010 10:13 Korvacs#2
Use your external ip instead?
02/12/2010 10:18 5supertao#3
try'd that
02/12/2010 10:31 Korvacs#4
You have a funny router then, you can modify your source to accept connections on all ip addresses, i posted a guide in the release section for it.
02/12/2010 11:02 5supertao#5
send me the link please...

IPEndPoint IPE = new IPEndPoint(new IPAddress(0), LOGIN_PORT);

doens't work