UCC Masterserver

Hi all.
I aim to host a DX Master Server in order to maintain a list of FTF clan servers. This is because sometimes we want our servers (currently 1 remotely hosted and 2 home hosted) to be private, for training and map testing purposes.
I have got so far with setting it up, but I've reached a bit of a brick wall now. Can anyone help?
This is what I've done so far:
Created masterserver.ini:
Now, I know the ListenPort bit to be okay, as when I start my dedicated server (which advertises to both GS and FTF master), I get the following in UCC:

Which means that UCC at least found the heartbeat from my server.
Now... the problem I'm faced with is that I don't know what port I should use for this "TCPLink" value. The current one which is set to 28900 must surely be wrong, as I got this masterserver.ini from a Rune admin forum.
Any ideas what this value should be?
Thanks.
[/img][/quote]
I aim to host a DX Master Server in order to maintain a list of FTF clan servers. This is because sometimes we want our servers (currently 1 remotely hosted and 2 home hosted) to be private, for training and map testing purposes.
I have got so far with setting it up, but I've reached a bit of a brick wall now. Can anyone help?
This is what I've done so far:
Created masterserver.ini:
; Unreal Engine Master Server
; Configuration File
;
; Revision History:
; * (4/16/99) Created by Brandon Reinhart
;
; Usage:
;
; [MasterServer]
; GameName=[Identifying String]
; Where the string is one assign by GameSpy.
; OperationMode=[TextFile/TCPLink]
; First mode outputs server list to the file specified under the
; OutputFile key of the [TextFile] section.
; Second mode services GameSpy MasterServer Protocol messages
; on the port specified under the TCPPort key of the [TCPLink] section.
; ListenPort=[Integer]
; Specifies the port to listen for heartbeats on.
[MasterServer]
GameName=deusex
;OperationMode=TextFile
OperationMode=TCPLink
ListenPort=27900
[TextFile]
OutputFile=servers.txt
[TCPLink]
TCPPort=28900
Now, I know the ListenPort bit to be okay, as when I start my dedicated server (which advertises to both GS and FTF master), I get the following in UCC:
Which means that UCC at least found the heartbeat from my server.
Now... the problem I'm faced with is that I don't know what port I should use for this "TCPLink" value. The current one which is set to 28900 must surely be wrong, as I got this masterserver.ini from a Rune admin forum.
Any ideas what this value should be?
Thanks.
[/img][/quote]