gundelgauk
16-03-2007, 22:17
Hi there.
I have spent about 1.5 hours searching and reading the forum and I saw a lot of posts that seemed to describe the same or similar problem but found no working solution to my specific problem.
I configured server.ini and started the server. It is running and listening fine, netstat -tan returns tcp 0 0 serverip:51234 0.0.0.0:* LISTEN
tcp 0 0 serverip:12007 0.0.0.0:* LISTEN(note: I changed the HTTPServer Port to 12007)
I can connect to the server with the teamspeak client and to the telnet admin interface, both remotely from my home computer and on the server itself via localhost. The only thing that is not working is the http admin page. It just times out as if the port was filtered by the firewall. However I turned the firewall completely off to test if this was the case and it still doesn't work.
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
I cannot even connect to the port from the server itself, with localhost.
Yes, I tried the correct URLs, namely http://serverip:12007/ remotely and http://127.0.0.1:12007/ locally.
Does anyone have any clues as to why this is the case?
Some random guesses from myself:
- Maybe a conflict with Apache? But it only listenes on port 80 and TS would give me an error if the port were in use...
- Maybe a problem with the kernel? uname returns 2.6.13-15.13-smp.
- Maybe it's because the server is running on an Athlon 64? /proc/cpuinfo says AMD Athlon(tm) 64 Processor 3700+?
I have spent about 1.5 hours searching and reading the forum and I saw a lot of posts that seemed to describe the same or similar problem but found no working solution to my specific problem.
I configured server.ini and started the server. It is running and listening fine, netstat -tan returns tcp 0 0 serverip:51234 0.0.0.0:* LISTEN
tcp 0 0 serverip:12007 0.0.0.0:* LISTEN(note: I changed the HTTPServer Port to 12007)
I can connect to the server with the teamspeak client and to the telnet admin interface, both remotely from my home computer and on the server itself via localhost. The only thing that is not working is the http admin page. It just times out as if the port was filtered by the firewall. However I turned the firewall completely off to test if this was the case and it still doesn't work.
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
I cannot even connect to the port from the server itself, with localhost.
Yes, I tried the correct URLs, namely http://serverip:12007/ remotely and http://127.0.0.1:12007/ locally.
Does anyone have any clues as to why this is the case?
Some random guesses from myself:
- Maybe a conflict with Apache? But it only listenes on port 80 and TS would give me an error if the port were in use...
- Maybe a problem with the kernel? uname returns 2.6.13-15.13-smp.
- Maybe it's because the server is running on an Athlon 64? /proc/cpuinfo says AMD Athlon(tm) 64 Processor 3700+?