View Single Post
Old 04-24-2004, 06:03 PM   #6 (permalink)
Gavalin
 
Join Date: Mar 2004
Posts: 14
Exclamation config

question: what kind of router do you have?

port forwarding is also called dns forwarding
you should see something like this in your router set up:

IP port range protocol IP address
___ to____ tcp, udp, gre --.--.--.--

you want to input IP range 2953 tp 2953

and protocol TCP


and then input your computer's IP address something like 192.168.0.4

you can find your IP address by going to www.whatismyip.com, or (XP) going to run: cmd/ipconfig/all

or go to run: winipcfg and scroll to your nic adapter and find your IP
you also may need a dns host: like N0_ip.com and get a free host


in your serverlist.cs and input something like:
PHP Code:
public const string Address "yourshard.serveftp.com";

public const 
string ServerName "YOURShard"
you will also need to update your host IP all the time
I hope this helps
Gavalin is offline   Reply With Quote