Dear List

Linux is a Gateway and Netware only talks IPX.

My squid rules are

http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports

acl rede src 192.168.1.0/255.255.255.0
acl download_files urlpath_regex "/etc/squid/regras.sh"
acl  sites url_regex  "/etc/squid/sites.sh"
acl download_ip src "/etc/squid/amigos.sh"
authenticate_program /usr/lib/squid/ncsa_auth /etc/squid/squid-passwd
acl senhas proxy_auth REQUIRED
http_access deny download_files !download_ip
http_access deny sites !download_ip
http_access allow localhost
http_access allow rede senhas
http_access deny all

Thanks again
Flávio

-----Mensagem original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Em
nome de Michael S. Dunsavage
Enviada em: sexta-feira, 2 de agosto de 2002 16:18
Para: [EMAIL PROTECTED]
Assunto: RE: Linux Kill Netware


could it be an ip address conflict?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Flávio
Sent: Friday, August 02, 2002 9:05 AM
To: Redhat-List
Subject: Linux Kill Netware


Dear List

I had a Netware Small Business Server on my net without problems, until
introduce a Red Hat Linux 7.3 with Squid, Apache, IMAP, POP and InterScan
antivirus in my Net. My NetWare clients every day loose connection with
Netware server. When we halt Linux, my clients stay ok.

Suggestions?

Thanks in advance

Flávio
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.380 / Virus Database: 213 - Release Date: 24/07/02



--
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



--
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.380 / Virus Database: 213 - Release Date: 24/07/02



-- 
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to