Displaying 7 results from an estimated 7 matches for "our_network".
Did you mean:
cur_network
2009 Feb 02
1
squid stops working several times a day
...p-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 10.121.0.0/16 172.25.0.0/16 10.122.1.0/24
http_access allow our_networks
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
cache_mgr it at XXXXXX.com
coredump_dir /var/spool/squid
2001 Mar 19
2
Samba & subnets
Hi
We have two subnets with routing tables correctly set up so they can both
ping to our Sun Solaris Box.
193.71.221
191.9.211
The Sun Solaris box lives on 193.71.221.1 and all PCs on that subnet can map
to the Sun box without any problems. All PCs on the 191.9.211 cannot
connect to the samba drives giving the error "Network not Found". Any help
would be much appreciated.
Thanks
2007 Jan 08
2
shorewall/dansguardian/squid problem
...# multiling http
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 192.168.0.0/24 10.0.0.0/24 127.0.0.1
http_access allow our_networks
http_access allow localhost
http_reply_access allow all
icp_access allow all
forwarded_for off
coredump_dir /var/cache/squid
gravity ~ # grep ^[A-Za-z] /etc/dansguardian/dansguardian.conf
reportinglevel = 3
languagedir = '...
2005 Apr 04
1
IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01
...ic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
.
.
.
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# Example rule allowing access from your local networks. Adapt
# to list your (internal) IP networks from where browsing should
# be allowed
#acl our_networks src 192.168.1.0/24 192.168.2.0/24
#http_access allow our_networks
##acl my_network src 175.10.0.0/16
##http_access allow my_network
acl AuthorizedUsers proxy_auth REQUIRED
http_access allow all AuthorizedUsers
##acl password proxy_auth REQUIRED
##http_access allow password
# And finally deny a...
2005 Apr 05
0
RE: [squid-users] IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01; ticket number 48293
...ic realm Squid proxy-caching web server auth_param basic
credentialsttl 2 hours .
.
.
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# Example rule allowing access from your local networks. Adapt # to list
your (internal) IP networks from where browsing should # be allowed #acl
our_networks src 192.168.1.0/24 192.168.2.0/24 #http_access allow
our_networks
##acl my_network src 175.10.0.0/16
##http_access allow my_network
acl AuthorizedUsers proxy_auth REQUIRED
http_access allow all AuthorizedUsers
##acl password proxy_auth REQUIRED
##http_access allow password
# And finally deny a...
2005 Apr 05
0
Informal HOWTO - transparent authentication and optional outbound web filtering using Samba 3.0.13, Squid 2.5.STABLE7, SmartFilter 4.01, RedHat 9.0 in a Win2003 AD domain
...Set this to the IP hostname
Search for "INSERT YOUR OWN RULE" and put in an appropriate ACL entry
for the internal network, like this:
# Exampe rule allowing access from your local networks. Adapt
# to list your (internal) IP networks from where browsing should
# be allowed
#acl our_networks src 192.168.1.0/24 192.168.2.0/24
#http_access allow our_networks
acl greg_network src 10.10.10.0/24 127.0.0.1/32
http_access allow greg_network
# And finally deny all other access to this proxy
http_access deny all
To Run Squid in a transparent mode, enable the following directives in
Squid.co...
2005 May 26
14
htb: HowTo identify squid cache hits
Hi list...
I work for a school in the netherlands with a 2mbit Internet uplink and
about 3800 eager student who want to play games on the Internet using
one of our 800 workstations.
Problem was that those game playing students are concentrated in 2 of
our 6 physical locations... and they consumed the bandwidth which the
other location would like to use for educational purposes.
The thing we did