The pings work, but the server never responds. Here's a small python
script that demonstrates it is down.

import socket

s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)

# this works
s.connect(('63.234.149.83', 27011))
s.send('\x4d\xff')
s.recv(1024)

# can't connect
s.connect(('72.165.61.153', 27011))
s.send('\x4d\xff')
s.recv(1024)

On Wed, Feb 23, 2011 at 5:59 PM, Saul Rennison <saul.renni...@gmail.com> wrote:
> My ping worked fine from UK.
>
> On Thursday, 24 February 2011, Milton Ngan <mil...@valvesoftware.com> wrote:
>> We looked at this a while back. There are master servers running on all 
>> three. Can you ping and traceroute to the host? Can anyone else confirm that 
>> one of the master servers is not functioning?
>>
>> -----Original Message-----
>> From: hlds_linux-boun...@list.valvesoftware.com 
>> [mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of Eric Riemers
>> Sent: Wednesday, February 23, 2011 6:06 AM
>> To: 'Half-Life dedicated Linux server mailing list'
>> Subject: [hlds_linux] master server source 1 is down.
>>
>> Milton,
>>
>> I mailed this before on the list but nothing has changed since.
>>
>> lethal@binkey:~/public_html/admin$ host hl2master.steampowered.com
>> hl2master.steampowered.com      A       72.165.61.153
>> hl2master.steampowered.com      A       63.234.149.83
>> hl2master.steampowered.com      A       63.234.149.90
>>
>> The first entry 72.165.61.153 is as far as I can see not working. Has been
>> for some time, it would be wiser to remove it or fix it to cut down on
>> retry's and such.
>>
>> (and I actually prefer to use dns names instead of ip's)
>>
>> Thanks in advance,
>>         Eric
>>
>>
>> _______________________________________________
>> To unsubscribe, edit your list preferences, or view the list archives, 
>> please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>>
>> _______________________________________________
>> To unsubscribe, edit your list preferences, or view the list archives, 
>> please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>>
>
> --
>
> Thanks,
>  - Saul.
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to