
gpsa
(usa Slackware)
Enviado em 31/12/2007 - 16:18h
Boa tarde. Pessoal estou tentando instalar o squid 3.0 no slackware 11. Já tentei em outra maquina com a versão 12 do slackware mas continua dando o mesmo erro.
Para fazer um teste mais simples criei um squid. conf super simples e o mesmo erro que aparece com o arquivo do padrão do squid continua aparecendo.
Squid.conf
http_port 3128 transparent
cache_mem 64 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 512 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/cache/proxy 20048 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log squid
cache_store_log /var/log/squid/store.log
cache_effective_user squid
acl redelocal src 192.168.1.0/24
http_access allow redelocal
O serviço levanta nomalmente mas na hora que mando conectar alguma pagina da internet utilizando algum micro da rede a pagina não é exibida. E au dar um cat /var/log/squid/cache.log
Aparece a mensagem de que o proxy transparente não é suportado.
2007/12/31 15:42:46| Starting Squid Cache version 3.0.STABLE1 for i686-pc-linux-gnu...
2007/12/31 15:42:46| Process ID 525
2007/12/31 15:42:46| With 1024 file descriptors available
2007/12/31 15:42:46| Performing DNS Tests...
2007/12/31 15:42:46| Successful DNS name lookup tests...
2007/12/31 15:42:46| DNS Socket created at 0.0.0.0, port 32769, FD 6
2007/12/31 15:42:46| Adding domain slack-srv from /etc/resolv.conf
2007/12/31 15:42:46| Adding nameserver 10.1.1.1 from /etc/resolv.conf
2007/12/31 15:42:46| Unlinkd pipe opened on FD 11
2007/12/31 15:42:46| Swap maxSize 20529152 KB, estimated 1579165 objects
2007/12/31 15:42:46| Target number of buckets: 78958
2007/12/31 15:42:46| Using 131072 Store buckets
2007/12/31 15:42:46| Max Mem size: 65536 KB
2007/12/31 15:42:46| Max Swap size: 20529152 KB
2007/12/31 15:42:46| Version 1 of swap file with LFS support detected...
2007/12/31 15:42:46| Rebuilding storage in /var/cache/proxy (DIRTY)
2007/12/31 15:42:46| Using Least Load store dir selection
2007/12/31 15:42:46| Current Directory is /root
2007/12/31 15:42:46| Loaded Icons.
2007/12/31 15:42:46| Accepting transparently proxied HTTP connections at 0.0.0.0, port 3128, FD 13.
2007/12/31 15:42:46| HTCP Disabled.
2007/12/31 15:42:46| Ready to serve requests.
2007/12/31 15:42:46| Done reading /var/cache/proxy swaplog (0 entries)
2007/12/31 15:42:46| Finished rebuilding storage from disk.
2007/12/31 15:42:46| 0 Entries scanned
2007/12/31 15:42:46| 0 Invalid entries.
2007/12/31 15:42:46| 0 With invalid flags.
2007/12/31 15:42:46| 0 Objects loaded.
2007/12/31 15:42:46| 0 Objects expired.
2007/12/31 15:42:46| 0 Objects cancelled.
2007/12/31 15:42:46| 0 Duplicate URLs purged.
2007/12/31 15:42:46| 0 Swapfile clashes avoided.
2007/12/31 15:42:46| Took 0.13 seconds ( 0.00 objects/sec).
2007/12/31 15:42:46| Beginning Validation Procedure
2007/12/31 15:42:46| Completed Validation Procedure
2007/12/31 15:42:46| Validated 25 Entries
2007/12/31 15:42:46| store_swap_size = 0
2007/12/31 15:42:47| storeLateRelease: released 0 objects
2007/12/31 15:49:02| WARNING: transparent proxying not supported
2007/12/31 15:49:29| WARNING: transparent proxying not supported
2007/12/31 15:49:44| WARNING: transparent proxying not supported
2007/12/31 15:49:59| WARNING: transparent proxying not supported
2007/12/31 15:50:14| WARNING: transparent proxying not supported
2007/12/31 15:50:29| WARNING: transparent proxying not supported
2007/12/31 15:50:40| Squid is already running! Process ID 525
2007/12/31 15:51:44| WARNING: transparent proxying not supported
2007/12/31 15:51:59| WARNING: transparent proxying not supported
Pessoal gostaria muito da ajuda de vocês, talvez alguem com mais experiência que eu possa me ajudar.
Antes que me esqueça estou usando o Redirect no iptables.