On Wed, 17 Feb 2010 10:20:35 +0100, "David C. Heitmann"
<da...@lafourmi.de>
wrote:
> Amos Jeffries schrieb:
>> David C. Heitmann wrote:
>>> hello,
>>>
>>> i get no connection to msn throw squid! (client)
>>> my iptables are stopped!
>>> can somebody help me please..
>>>
>>>
>>> windows live messenger 2009
>>> squid 3.1.0.16
>>> iptables 2.1.4 (deactivate for testing)
>>>
>>> squid.conf konfiguration:
>>>
>>>
>>> <http://debianforum.de/forum/viewtopic.php?f=18&t=118306#>
>>>    |# ICQ
>>>    acl icq dstdomain .icq.com
>>>    http_access allow icq
>>>
>>>    # MSN Messenger
>>>    acl msn urlpath_regex -i gateway.dll
>>>    acl msnd dstdomain messenger.msn.com gateway.messenger.hotmail.com
>>>    acl msn1 req_mime_type application/x-msn-messenger
>>>    http_access allow msnd
>>>    http_access allow msn
>>>    http_access allow msn1|
>>>
>>>
>>>
>>> iptables config
>>>
>>>
>>> <http://debianforum.de/forum/viewtopic.php?f=18&t=118306#>
>>>    |$IPTABLES -A INPUT -i $LAN -p tcp --dport 1863 -j ACCEPT
>>>    $IPTABLES -A INPUT -i $LAN -p udp --dport 1863 -j ACCEPT
>>>
>>>    $IPTABLES -A OUTPUT -p udp --dport 1863 -j ACCEPT
>>>    $IPTABLES -A OUTPUT -p tcp --dport 1863 -j ACCEPT|
>>>
>>>
>>>
>>> der gute access log von squid
>>>
>>>
>>> <http://debianforum.de/forum/viewtopic.php?f=18&t=118306#>
>>>    |1266321898.316    417 lafoffice02.speedport.ip TCP_MISS/200 5289
>>>    POST http://gateway.messenger.hotmail.com/gateway/gateway.dll?
>>>    onkeldave DIRECT/65.54.52.62 application/x-msn-messenger
>>>    1266321898.598    273 lafoffice02.speedport.ip TCP_MISS/200 178
POST
>>>    http://gateway.messenger.hotmail.com/gateway/gateway.dll? onkeldave
>>>    DIRECT/65.54.52.62 application/x-msn-messenger
>>>    1266321900.583    265 lafoffice02.speedport.ip TCP_MISS/200 178
POST
>>>    http://gateway.messenger.hotmail.com/gateway/gateway.dll? onkeldave
>>>    DIRECT/65.54.52.62 application/x-msn-messenger
>>>    1266321902.580    265 lafoffice02.speedport.ip TCP_MISS/200 178
POST
>>>    http://gateway.messenger.hotmail.com/gateway/gateway.dll? onkeldave
>>>    DIRECT/65.54.52.62 application/x-msn-messenger
>>>    1266321904.585    265 lafoffice02.speedport.ip TCP_MISS/200 178
POST
>>>    http://gateway.messenger.hotmail.com/gateway/gateway.dll? onkeldave
>>>    DIRECT/65.54.52.62 application/x-msn-messenger
>>>    1266321906.582    265 lafoffice02.speedport.ip TCP_MISS/200 178
POST
>>>    http://gateway.messenger.hotmail.com/gateway/gateway.dll? onkeldave
>>>    DIRECT/65.54.52.62 application/x-msn-messenger
>>>    1266321908.579    264 lafoffice02.speedport.ip TCP_MISS/200 178
POST
>>>    http://gateway.messenger.hotmail.com/gateway/gateway.dll? onkeldave
>>>    DIRECT/65.54.52.62 application/x-msn-messenger
>>>    1266321910.598    279 lafoffice02.speedport.ip TCP_MISS/200 178
POST
>>>    http://gateway.messenger.hotmail.com/gateway/gateway.dll? onkeldave
>>>    DIRECT/65.54.52.62 application/x-msn-messenger|
>>>
>>>
>>> thanks dave
>>
>> Your log trace shows that is _is_ working. 100%.
>>
>> Amos
> hmmm, i cant connect!
> what does it mean TCP_MISS ?
> TCP_DENIED is closed i know, but Miss?
> thanks

TCP_MISS -> fetched from remote server.
'/'
200  -> Successful object retrieval.
' '
178 -> size of object sent back by the server.

  http://wiki.squid-cache.org/SquidFaq/SquidLogs#Squid_result_codes

Amos

Reply via email to