Connection Guide.

smoochy boys on tour

Ali3n

Golden Oldie
Golden Oldie
Apr 27, 2004
705
5
125
Leicestershire
Why Can't People Connect?
People can't connect to your server because you more than likely haven't changed the IP address's in the files. For example, 127.0.0.1 is self hosting and therefore only you will be able to connect whilst that is in the files. Most people leave it as that just to test the server.

How To I Let Other People Connect?
Here's What You Have To Do, Go To Each Of These Files And Check For '127.0.0.1'. Each Time You See '127.0.0.1' Replace It With YOUR IP Address. Hopefully doing that should work. (If you have a router etc i'm not to sure about them. This will just let people without routers etc (unless you know about them) connect.

gate_server/LoginGate/mirgate.ini
gate_server/RunGate/mirgate.ini
gate_server/SelChrGate/mirgate.ini

mir200/!setup.txt
mir200/!runaddr.txt
mir200/!servertable.txt

mud2/DBSrv200/!addrtable.txt
mud2/DBSrv200/!serverinfo.txt
mud2/DBSrv200/dbsrsc.ini

mud2/Logsrv/!addrtable.txt
mud2/Logsrv/!serveraddr.txt
mud2/Logsrv/Logsrv.ini

How to let Other connect on a Router
Enter your files, and you need to edit these files With your GLOBAL IP Address.

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.

Forwarding ports, The ports you need to forward to be able to host a server on a router are, 7000, 7100, 7200, and 3000 if you want people to be able to use ServerSigStatus & Server Count. You need to forward these to the host pcs IP.

Replace 'X' Drive with the Drive you are using. (Normaly C: or D: )
Replace MirServer with your Files directory (Normaly MirServer or Mir2Serv)

None-Router Guide Written by thephoenix.
Router Guide Written by Ali3n.
 
Last edited:

Jicaa

Pooslice
Golden Oldie
Jul 9, 2003
2,386
36
204
Cooleye said:
Does this apply to the mir 1.4 server files, then??

Pointless post, its in the 1.4 section, ofcorse it applies to the 1.4 server files
 

Cooleye

Golden Oldie
Golden Oldie
Feb 15, 2004
520
0
122
And for the global IP, what website would be good to get the global IP? Thanks. Blesses.
 

Jicaa

Pooslice
Golden Oldie
Jul 9, 2003
2,386
36
204
Cooleye said:
And for the global IP, what website would be good to get the global IP? Thanks. Blesses.

I believe ur Global IP is the ip of your Router
 

Cooleye

Golden Oldie
Golden Oldie
Feb 15, 2004
520
0
122
ohh i see... so that would be 10.0.0.** ? KK, Thanks. Blesses

I swear u neeed to put in NET IP as well? But thanks, and thansk ali3n for guide.
 

Cooleye

Golden Oldie
Golden Oldie
Feb 15, 2004
520
0
122
Good guide... I basically did it right its just that Ali3n did not say that all the ports had to be both UDP & TCP... Till now. -_-
 

Craig321

Dedicated Member
Dedicated Member
Jan 1, 2004
203
0
62
Ali3n said:
Why Can't People Connect?
People can't connect to your server because you more than likely haven't changed the IP address's in the files. For example, 127.0.0.1 is self hosting and therefore only you will be able to connect whilst that is in the files. Most people leave it as that just to test the server.

How To I Let Other People Connect?
Here's What You Have To Do, Go To Each Of These Files And Check For '127.0.0.1'. Each Time You See '127.0.0.1' Replace It With YOUR IP Address. Hopefully doing that should work. (If you have a router etc i'm not to sure about them. This will just let people without routers etc (unless you know about them) connect.

gate_server/LoginGate/mirgate.ini
gate_server/RunGate/mirgate.ini
gate_server/SelChrGate/mirgate.ini

mir200/!setup.txt
mir200/!runaddr.txt
mir200/!servertable.txt

mud2/DBSrv200/!addrtable.txt
mud2/DBSrv200/!serverinfo.txt
mud2/DBSrv200/dbsrsc.ini

mud2/Logsrv/!addrtable.txt
mud2/Logsrv/!serveraddr.txt
mud2/Logsrv/Logsrv.ini

How to let Other connect on a Router
Enter your files, and you need to edit these files With your GLOBAL IP Address.

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.

Forwarding ports, The ports you need to forward to be able to host a server on a router are, 7000, 7100, 7200, and 3000 if you want people to be able to use ServerSigStatus & Server Count. You need to forward these to the host pcs IP.

Replace 'X' Drive with the Drive you are using. (Normaly C: or D: )
Replace MirServer with your Files directory (Normaly MirServer or Mir2Serv)

None-Router Guide Written by thephoenix.
Router Guide Written by Ali3n.


Guide has helped me alot.
Thanks.
 

Benji2003

Dedicated Member
Dedicated Member
Dec 14, 2003
102
0
62
New York BABY!
Xypher said:
Korean files.. ? .. what Korean files are you talkinz about?
ive got no idea dude, but does this apply to these files aswell, cos sum people been saying they cant connect to ma server when others can ....
so shud i do this what the guide says
 

kud125

Golden Oldie
Golden Oldie
Aug 18, 2004
829
1
124
errrm me and ym amte are making a server and we having probs gettin the connection right he swears to god he has got ym IP in correctly but when the server is booted up i can get on the server (i am the host) but he always gets connection closed any ideas i am running win xp so is he and i have disabled pnp thingy any ideas please help:tyty:
 

SpiritGuardian

Dedicated Member
Dedicated Member
Oct 26, 2004
34
0
52
England
you no when you say disable all firewalls, does this include the firewall that protects your connection in network connections?

/Smiler
 

Gilgalad

Dedicated Member
Dedicated Member
May 15, 2003
27
0
98
Birmingham
SpiritGuardian said:
you no when you say disable all firewalls, does this include the firewall that protects your connection in network connections?

/Smiler

Yes.

OR

Use leocrashers guide posted by blaminator to setup your firewall correctly. :)

Gil.
 

Cola

Dedicated Member
Dedicated Member
Dec 13, 2004
31
0
52
Rite i am Connected to a Router but how do i Buypass it and get ppl to join my server i have
followed the Guide but it dont seem to work >.<