tuffy_dk • PM |
Oct 07, 2013 5:21 AM
|
![]() Posts: 5 |
Hi.
I've tried to add my server to this site. It managed a few times with my old HLDM (before the steamcmd upgrade) but now with the newest version of hldm (with the steamCMD upgrade) it seems that I cant add my HL1-hldm server no more... Here is some tcpdump.. [root@nuc TEMP]# tcpdump -i em1 port 27015 -vv tcpdump: listening on em1, link-type EN10MB (Ethernet), capture size 65535 bytes 11:15:33.856443 IP (tos 0x0, ttl 51, id 0, offset 0, flags [DF], proto UDP (17), length 53) www6.gametracker.com.41650 > nuc.27015: [udp sum ok] UDP, length 25 11:15:33.867438 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 121) nuc.27015 > www6.gametracker.com.41650: [udp sum ok] UDP, length 93 11:15:48.700654 IP (tos 0x0, ttl 111, id 1986, offset 0, flags [none], proto UDP (17), length 53) 77-52-1-85.dialup.umc.net.ua.51679 > nuc.27015: [udp sum ok] UDP, length 25 11:15:48.702928 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto UDP (17), length 121) nuc.27015 > 77-52-1-85.dialup.umc.net.ua.51679: [udp sum ok] UDP, length 93 Anyone know why??? If I use this Command: http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=217.157.188.36:27015&format=xml It says its alive (This is Steams own tools to check Halflife servers!!) Regards Frank BTW, and YES the following address has been added to the server (iptables): -A INPUT -p udp -m udp -s 208.167.241.190 -i em1 --dport 27015 -j ACCEPT -A INPUT -p udp -m udp -s 208.167.241.185 -i em1 --dport 27015 -j ACCEPT -A INPUT -p udp -m udp -s 208.167.241.186 -i em1 --dport 27015 -j ACCEPT -A INPUT -p udp -m udp -s 108.61.78.147 -i em1 --dport 27015 -j ACCEPT -A INPUT -p udp -m udp -s 108.61.78.148 -i em1 --dport 27015 -j ACCEPT -A INPUT -p udp -m udp -s 108.61.78.149 -i em1 --dport 27015 -j ACCEPT -A INPUT -p udp -m udp -s 108.61.78.150 -i em1 --dport 27015 -j ACCEPT -A INPUT -p udp -m udp -s 188.165.254.42 -i em1 --dport 27015 -j ACCEPT
Last edited by: tuffy_dk Oct 07, 2013 5:43 AM
|
burn • PM |
Oct 07, 2013 8:41 AM
|
![]() Posts: 10924 |
I've tested from various sources and have been unable to scan the server. Is the server running on the correct IP and Port?
Does your ISP or server provider have anything in place to block such traffic, or made any changes that might affect scanning? ![]() |
tuffy_dk • PM |
Oct 07, 2013 2:44 PM
|
![]() Posts: 5 |
Hi GAMETRACKER ADMIN
Sounds strange - Since I have SSH and WWW running on the same server and it can be reached from the rest of the world. It has been years (8 yrs) since I have been running hldm, but does you or others know if you do a telnet to check the UDP port??? like this: telnet 10.0.0.10 27015 (from inside the server) Should telnet get anything back??? like a blank screen??? [root@nuc sysconfig]# telnet 10.0.0.10 27015 Trying 10.0.0.10... telnet: connect to address 10.0.0.10: Connection refused I even changed the port to eg. 85 and ran hldm as a root, but still the same, and telnet respond the same as on 27015. I'm bit confused now.... btw... Status from the server... status hostname: Tuffy's HLDM Server version : 48/1.1.2.2/Stdio 6027 secure (70) tcp/ip : 10.0.0.10:27015 map : crossfire at: 0 x, 0 y, 0 z players : 1 active (8 max) |
tuffy_dk • PM |
Oct 07, 2013 3:08 PM
|
![]() Posts: 5 |
Here is something to think about....
I just turned on my OLD installation of HLDM. status hostname: Tuffy's HLDM Server version : 48/1.1.2.1/Stdio 4617 secure (70) tcp/ip : 10.0.0.10:27020 map : crossfire at: 0 x, 0 y, 0 z players : 1 active (8 max) This OLD installation of HLDM is around 6-8 yrs old, after I remember...... But the "funny" thing is, that this one can be added to your list....... Seems that there is some issue with the newest steamCMD installation, or???? Regards Frank |
burn • PM |
Oct 07, 2013 7:47 PM
|
![]() Posts: 10924 |
Try setting it up the old one on 27015 instead of 27020. That will help narrow down if it is a port issue or the server software.
Unfortunately I don't know enough about steamCMD to give you any advice on what may be an issue, or if any updates to it have caused problems. However, I have not heard of anything that would suggest there is an issue with it. ![]() |
tuffy_dk • PM |
Oct 08, 2013 3:36 AM
|
![]() Posts: 5 |
Hi.
The OLD version of HLDM is now running on port 27015 (switched port as you said), and the NEW is running on port 27020 Even it took 5 tries to add it to your server.... There must be something about the new hldm from steamCMD, i guess.... Regards Frank |
tuffy_dk • PM |
Oct 08, 2013 2:35 PM
|
![]() Posts: 5 |
After few hours or 5 I can see that HLDM running on port 27020 i dead (NEW HLDM installed with SteamCMD)
The OLD HLDM running on 27015 is still alive, but I have seen it offline for a min or 5, then it re-connects.. |