proszę bardzo: nie chciałem grzebać w firewallu dlatego w
w dansguardian.conf wpisałem:
Cytuj:
# Network Settings
#
# the IP that DansGuardian listens on. If left blank DansGuardian will
# listen on all IPs. That would include all NICs, loopback, modem, etc.
# Normally you would have your firewall protecting this, but if you want
# you can limit it to only 1 IP. Yes only one.
filterip = 192.168.0.1
# the port that DansGuardian listens to.
filterport = 3128
# the ip of the proxy (default is the loopback - i.e. this server)
proxyip = 192.168.0.1
# the port DansGuardian connects to proxy on
proxyport = 8080
a w squid.conf dodałem te linie:
Cytuj:
# Ustawiamy porty na ktorych pracuje squid (http:3128 lub 8080 icp:3130 8082)
#http_port 3128 to zmieniłem
#icp_port 3130 to też
http_port 8080
icp_port 8082
acl nowa src 192.168.0.1/255.255.255.255
i trochę niżej
http_access allow nowa
działa na razie i bardzo się z tego cieszę, bo tydzień siedzenia przy terminalu dał efekty.
Pozdrawiam