try using the search button m8. Dont no if this helps but wot i got.
You ONLY Need to use 2 Different IP's when your hosting on a router.
1. Your Global IP, which you can find Here
2. 127.0.0.1
At NO Point in setting up the files do you use your network IP. ie, 192.168.0.1 or 192.168.1.1 or in Cooleyes case, 10.0.0.14.
You go into your Router settings, forward 7000, 7100, 7200 and 3000 on BOTH (UDP and TCP) Settings. Now reboot your router. Go into your server files, and change these IP's:
X:\MirServer\Mir200\!runaddr.txt
Make it look like this:
Code:
[GLOBAL IP HERE]
X:\MirServer\Mir200\!servertable.txt
Code:
;';' means Comment
; Followings have to be arrayed by server no.
;server no. connect-addr port connect-addr port.
1 [GLOBAL IP HERE] 7200
X:\MirServer\Mud2\DBSrv200\!serverinfo.txt
Code:
127.0.0.1 [GLOBAL IP HERE] 7200
X:\MirServer\Mud2\Logsrv\!addrtable.txt
Code:
;No Space Allowed
;Server Title Remote SelChr Public IP RunGate Public IP:Gate
[ServerName] Line1-7 127.0.0.1 [GLOBAL IP HERE] [GLOBAL IP HERE]:7100
They are the only files you need to edit with your IP's, ALL other files should use 127.0.0.1. Also, if you use a ServerControl, load it with 127.0.0.1.
Replace 'X' Drive with the Drive you are using. (Normaly C: or D: )
Replace MirServer with your Files directory (Normaly MirServer or Mir2Serv)