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.
[root@prnserver 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
Received on Fri May 07 2004 - 15:33:40 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Jun 01 2004 - 12:00:01 MDT