Muthukumar wrote:
>> cache_peer 127.0.0.1 parent 80 7 default no-query
>
> Is UDP echo port enabled in 127.0.0.1 (localhost) /etc/inetd.conf file.

Is this what you mean? I'm still stuck. I'm not sure I did wrong.

[EMAIL PROTECTED] xinetd.d]# more /etc/xinetd.d/echo-udp
# default: off
# description: An echo server. This is the udp \
# version.

service echo
{
        type            = INTERNAL UNLISTED
        id              = echo-dgram
        socket_type     = dgram
        protocol        = udp
        user            = root
        wait            = yes
        disable         = yes
        port            = 7
}

>> acl binaries urlpath_regex -i \.exe$ \.zip$ \.vbs$ \.gz$
>> cache_peer_access 127.0.0.1 allow binaries
>> never_direct allow binaries

Regards,
Norman



Reply via email to