Real Audio Permissions

From: Stefan Berg <stefan@dont-contact.us>
Date: Tue, 19 Nov 1996 19:50:58 +0100

HI!

Am going totally BANANAS here trying to get my Squid to allow
internal users to access external Real Audio servers.

HOW DO I DO IT?

Here is what I've done:

### START
acl LOCAL_MACHINES src 194.236.7.0/255.255.255.255-194.236.7.254/
255.255.255.255
acl ISDN src 126.0.0.0/255.255.255.255-126.254.254.254/255.255.255.255
acl SSL_ports port 443 563
acl REAL_AUDIO_ports port 1039 7070
acl CONNECT method CONNECT

http_access deny CONNECT !SSL_ports !REAL_AUDIO_ports

http_access allow ISDN
http_access allow LOCAL_MACHINES
### END

NOTE: SSL works fine.

PLEASE help me out here!
Received on Tue Nov 19 1996 - 10:49:46 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:33:35 MST