PDA

View Full Version : Disconnects after one flag in CTF?


burgerboy
10th November, 2002, 05:14 PM
Hi all. This is my first post. I just installed 436 UT-server only and hae gotten it to run. However, when I play with a friend who joins via internet, it kicks him out after he scores a flag in Face. It only does it in this map, it seems. Does anyone know what could be causing this?

Also web admin part only partially work.

I am behind a Netgear RT314, and cable modem.

Here's the web admin section in my SERVER.ini:


[UWeb.WebServer]
Applications[0]=UTServerAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=UTServerAdmin.UTImageServer
ApplicationPaths[1]=/images
DefaultApplication=0
bEnabled=True
Applications[2]=
Applications[3]=
Applications[4]=
Applications[5]=
Applications[6]=
Applications[7]=
Applications[8]=
Applications[9]=
ApplicationPaths[2]=
ApplicationPaths[3]=
ApplicationPaths[4]=
ApplicationPaths[5]=
ApplicationPaths[6]=
ApplicationPaths[7]=
ApplicationPaths[8]=
ApplicationPaths[9]=
ListenPort=8080
MaxConnections=30
ServerName=xxx.xxx.xxx.xxx <-My IP from cable co.



Port 8080 has been forward to the IP the PC the server is running on, I've also tried putting it on the DMZ. However, I cannot get to the web admin page thru a browser on any machine, both on my lan (via internal IP), and externally from the internet (external IP).

The only time it works is when I use: http://127.0.0.1:8080/ServerAdmin/
on the server PC.

This leads me to believe that it's configured correctly in UT, ie: I'm able to get in, just not at all locations.

Can someone point me in the right direction in getting this right? Thanks in advance

NoOne
11th November, 2002, 03:44 PM
Hmm...
From the statement "I just installed 436 UT-server only" I take it this is a Linux server? If not, what OS? From your .INI, everything is fine. Now to figure out where the problem is...
From the server box, try and access the WebAdmin using the server IP (the masqued IP you are using. not the 127.0.0.1 (local), e.g. 192.168.1.1:8080) and see if you can get there. If you can't see it, the problem is on the server and you will have to look at what local firewalling is happening (IPTables/Host rules/etc.).
If you can get to WebAdmin, try from another local machine (your client is a good start) using the local IP (not external, assigned by provider). If you can't see it then, your hub/router is blocking the port and you will have to check it's configuration.
If it works, then the problem is external, and you may find that your service provider (cable/dsl) blocks web ports 80,8080, etc. If this is the case, you'll have to pick a port that they are not blocking (suggest you try 7878?).

Let us know what happens.......

NoOne