silverstarke Posted October 12, 2007 Share Posted October 12, 2007 Hey, i am trying to config a redirect space to link gameservers on it for fast download. i have installed a testgame of wolfenstein version 2.55 with 1 custom map and redirect. The ip is 91.198.27.27:27970 the redirect space is : http://redirect.vitinetwork.eu/wolfet-255/ (there is an etmain map with the custommap venice.pk3 in it) i have added the code into my gameserver config : // DL, RATE set sv_maxRate "25000" // 10000 standard but poor for ET set sv_dl_maxRate "42000" // increase/decerease if you have plenty/little spare bandwidth set sv_allowDownload "1" // global toggle for both legacy download and web download set sv_wwwDownload "1" // toggle to enable web download set sv_wwwBaseURL "http://redirect.vitinetwork.eu/wolfet-255" // base URL for redirection set sv_wwwDlDisconnected "0" // tell clients to perform their downloads while disconnected from the server set sv_wwwFallbackURL "" // URL to send to if an http/ftp fails or is refused client side the downlaod is ok and the url is entered. If i connect to the gameserver, it starts like this : http://redirect.vitinetwork.eu/wolfet-255/etmain/naamloos.JPG and continues with : http://redirect.vitinetwork.eu/wolfet-255/etmain/redirect.JPG so it tries to connect but wont download and starts download from the gameserver if you surf to http://redirect.vitinetwork.eu/wolfet-255/etmain, you will see the map venice.pk3 is available, but it still wont download. anyone any idea? Kind Regards SilverStarke - ViTi Network Link to comment Share on other sites More sharing options...
silverstarke Posted October 12, 2007 Author Share Posted October 12, 2007 sorry it must look stupid, but i finally found it after all that searchwork i had to enter MIME into my redirect domain that .pk3 means application/x-zip-compressed, so my server knows that .pk3 is downloadable. and i had to delete the restricted acces, i mean, i had added my gameserver ip's into the IIS settings so only my gameserverip's could connect, now everybody can connect, thats not so good cause everyone could use my redirect space now, anyone had any idea how to protect it? Link to comment Share on other sites More sharing options...
adamnp Posted October 12, 2007 Share Posted October 12, 2007 It's always good to answer your own questions Gj! Link to comment Share on other sites More sharing options...
silverstarke Posted October 12, 2007 Author Share Posted October 12, 2007 tnx but i still had one in last post cause to solve the first problem, i caused the second if i solve the second problem, i have the first problem again maybe someone knows how to fix both Link to comment Share on other sites More sharing options...
adamnp Posted October 12, 2007 Share Posted October 12, 2007 http://www.netresultstracker.com/pthelp55/Install/help_security_iis6.htm Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.