PDA

View Full Version : UT Server running on Win XP Pro


jn1167
21st October, 2002, 09:42 PM
Hey,
I have a UT server running on my XP pro machine. Im using IIS for the redirects but for some reason it seems like people trying to connect to my server are still DL from the UT directory and not the redirect which makes the DL SLOWWWWW. I know that the redirect site works and that people can dl from it.

http://utclan.no-ip.com:88/ is the IP for the redirect server and the INI file looks like this

[IpDrv.TcpNetDriver]
AllowDownloads=true
ConnectionTimeout=15.0
InitialConnectTimeout=150.0
AckTimeout=1.0
KeepAliveTime=0.2
MaxClientRate=7000
SimLatency=0
RelevantTimeout=5.0
SpawnPrioritySeconds=1.0
ServerTravelPause=4.0
NetServerMaxTickRate=20
LanServerMaxTickRate=35
DownloadManagers=IpDrv.HTTPDownload
DownloadManagers=Engine.ChannelDownload

[IpDrv.HTTPDownload]
RedirectToURL=http://utserv.no-ip.com/
ProxyServerHost=
ProxyServerPort=3128
UseCompression=True

Is there any other place that I should look to see why players are not getting to my redirect? I thought I did everything I needed to do but I might have missed something.

Thanks

Crunch

The_Undertaker
8th November, 2002, 09:07 PM
I think you have to specify a directory on yer site...Like

http: //utserv.no-ip.com/directory/ (can be like files, maps, etc.)

Im not quite sure, but give it a try. :look:

Slacker
1st January, 2003, 04:33 PM
AllowDownloads=true

Change that to False.

Bry
1st January, 2003, 04:49 PM
AllowDownloads=true

Change that to False.

makes no difference for redirect and is useful to keep it set to true incase you have files that you have forgot to place on the redirect

SnapsProvolone
1st January, 2003, 11:42 PM
[IpDrv.HTTPDownload]
RedirectToURL=http://utclan.no-ip.com:88/


Try that, according to the information you provided this should be the proper ini entry.

I also suggest you use the link with a file in IE to test it. Be sure the server is sending the file. If it sends to IE then it should be fine in UT2k3. If the server refuses to send the package to the UT2k3 client, then the client downloads from the UT2k3 server (unless the AllowDownloads=False).