Help To Setup My Server

Play Now

Vulcano

LOMCN n00bie
Oct 14, 2003
6
0
12
Hi guys i cant setup my server online!!!!!
i got Router Trust 445A net IP 82.89.3.190 PC IP 192.168.1.50
Windown XP home editor service pack 1
when i set all files to 192.168.1.50 i can connect in game with other computer!!
plz help to setup my server
 

DevilsKnight

I
Staff member
Super Moderator
Aug 1, 2004
1,627
1
57
275
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)
 

Andeh

Golden Oldie
Golden Oldie
Jun 21, 2003
835
26
155
DevilsKnight is correct, except you dont need to open port 3000. only the first 3 are needed
 

ZaphodBeeble

Dedicated Member
Dedicated Member
Jan 20, 2004
70
0
83
You don't even need to forward ports on some routers, maybe most of 'em. The NAT handles it all. I had a similar problem with my router recently, everyone else on the planet could connect but the LAN computers couldn't lol. Thanks for the suggestions by the way Andeh but I ended up plugging my modem back in for now.