AYUDA Proxy con Centos

Imagen de migueman

Forums: 

Esta es la primera vez que escribo en un foro, necesito ayuda urgente porfa...
Estoy encargado de levantar un servidor proxy (transparente) en la red de mi trabajo porque un pequeño router que tenemos (que hace el proceso de NAT, wireless y dhcp) siempre nos da problemas, además se quiere administrar el ancho de banda de la salida a Internet y aparte poner algo de seguridad como restringir ciertos puertos y bloquear ciertas URLs...

El problema es que casi no se nada de Linux, me recomendaron el S.O. Centos 5 lo cargué en un servidor que recién compramos que tiene las siguientes características:
SERVIDOR DE DATOS HP ML360
Quad Core Intel Xeon 5320 de 1.8G 8mb cache
Dim de 2 Gb ram ECC ddr2
2 discos duros de 146.0 gb SAS 10.000 rp
Video 64mb
Tarjeta de red 10/100/1000
Controlador raid (0/1/1+0/5) <---Esto qué también será?

El problema es que configuro el squid.conf como está en montón de manuales y el archivo: rc.local
y cuando pongo "service squid start" me da ERROR en la línea 54, le volví a instalar en una máquina cualquiera y sin configurar nada le puse "service squid start" y sale "OK", le volví a instalar el centos en el servidor y sin configurar nada le volví a poner "service squid start" y me da el mismo error de en antes... le probé con service squid start, reload, stop y otra vez reload y cuando pongo "service squid reload" me da el error de "no running copy"

Harto de esto intenté ponerle hoy el fedora 3 y en la instalación cuando está buscando el hardware me da error y dice que revise el hardware y no se instala...

Luego mejor intenté por último instalarle el Windows XP para ver qué mismo pasa y cuando dice chequing hardware se cuelga....

Es obvio que es un problema de hardware pero no tengo idea de que también será, cuando lo trajeron de la fábrica ya estaba ensamblado todo, lo único que le aumenté fue una tarjeta de red y no funciona... Por favor necesito de se ayuda!!!

Les anticipo mis agradecimientos... Migueman.

PD.: Por si mi correo es: sanchezmigue@hotmail.com
telecomunicaciones@uom.edu.ec
Si es posible denme algún correo al cual les pueda ubicar para molestarles... gracias.

Pana estas hecho bolas, dale

Imagen de damage

Pana estas hecho bolas, dale suave, lee el manual que esta en alcancelibre.org, te ayudarà mucho, recuerda que no solo es modificar el squid.conf y ya debes tener tu script de iptables para que todo vaya bonito y mejor, al menos debes enmascarar y activar el port-forwarding si es que tu proxy no va ser transparente.

Keep The Fire Burning.....
Stryper 1988

Tienes razón...

Imagen de migueman

En primer lugar no tengo bien clar que mismo hace un proxy transparente...

Mi red está así: antenaproveedor - routerproveedor - routermío (aquí hago nat) - switch - pcs
necesito reeplazar mi router por el servidor proxy...

Cuando estaba haciendo las pruebas con las tarjetas todo funciona bien, con la que tiene ip pública salgo a internet y lo mismo si utilizo sólo la que tiene ip privada...

el problema es que me da error en el squid.. pero mi pregunta es por qué sólo en el servidor me da ese problema? en otra pc que probé se levanta sin ningún error...

Con todo ya voy a chequear los links que me mandan.. gracias pero cuál podría ser el problema?

------- :-D --------

Saludos.

Migueman

[img]http://www.danasoft.com/sig/hackman7140923.jpg[/img]

en el squid configuré:

Imagen de migueman

http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
cache_mem 64 MB
cache_dir ufs /var/spool/squid 700 16 256
access_log /var/log/squid/access.log squid
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
ftp_user Squid@
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320ç

refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
_acl_type directive.

#Recommended minimum configuration:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-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

# Modificaciones MIGUE
acl equiposred src "/etc/squid/equiposred"
acl servers src "/etc/squid/servers"
acl dhcp src "/etc/squid/dhcp"
acl primerpiso src "/etc/squid/primerpiso"
acl otrocampus src "/etc/squid/otrocampus"
acl segundopiso src "/etc/squid/segundopiso"
acl laboratorio src "/etc/squid/laboratorio"
acl restoip src "/etc/squid/restoip"
# Only allow cachemgr access from localhost
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
# And finally deny all other access to this proxy
http_access allow localhost

#Modificaciones MIGUE
http_access allow equiposred
http_access allow servers
http_access allow dhcp
http_access allow primerpiso
http_access allow otrocampus
http_access allow segundopiso
http_access allow laboratorio
http_access deny restoip

http_access deny all
http_reply_access allow all
icp_access allow all

# modicaciones MIGUE
delay_access 2 deny all

#Modificaciones MIGUE
acl magic_words1 url_regex -i 192.168
acl magic_words2 url_regex -i ftp .exe .bin .mp3 .vgf .tar.gz .gz .rpm .zip .rar .avi .mpg .ram .rm .iso .raw .wav .mov
delay_ pools 2
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_access 1 allow magic_words1
delay_class 2 2
delay_parameters 2 5000/150000 5000/120000
coredump_dir /var/spool/squid

Eso es todo lo que se ejecuta en mi squid.conf

------- :-D --------

Saludos.

Migueman

[img]http://www.danasoft.com/sig/hackman7140923.jpg[/img]

Delay_class 1 2

Delay_class 1 2
Delay_access 1 allow horario
Delay _access 1 deny all
Delay _parameters 1 13000/13000 6095/6095
Delay_class 2 2
Delay_access 2 allow delay_pools2
Delay _access 2 deny all
Delay _parameters 2 2048/2048 1024/1024

Nos salia el siguiente error:

2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:51:40| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/04 11:51:40| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0

Esto se debe a que no estableciamos desde el principio cuantos delay pools ibamos a utilizar, por eso siempre debemos usar y definir en la parte superior, como:

delay_pool 2

Entonces, nuestra línea de comando ya corregida queda:

delay_pool 2
delay_class 1 2
Delay_access 1 allow horario
Delay _access 1 deny all
Delay _parameters 1 13000/13000 6095/6095
Delay_class 2 2
Delay_access 2 allow delay_pools2
Delay _access 2 deny all
Delay _parameters 2 2048/2048 1024/1024

Qué pasa??

Imagen de migueman

No puedo escribirles cómo está mi squid.conf.... no saliño mi mensaje???

------- :-D --------

Saludos.

Migueman

[img]http://www.danasoft.com/sig/hackman7140923.jpg[/img]

Es esto:

Imagen de migueman

FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.002 user + 0.004 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 8
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.004 seconds = 0.004 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/04 11:51:40| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:51:40| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:51:40| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:51:40| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:51:40| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:51:40| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:51:40| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/04 11:51:40| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.005 seconds = 0.002 user + 0.003 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 9
2008/06/04 11:51:40| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:51:40| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:51:40| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:51:40| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:51:40| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:51:40| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:51:40| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/04 11:51:40| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:51:40| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.005 seconds = 0.004 user + 0.001 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/04 11:57:34| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:34| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:34| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:34| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:34| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:34| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:34| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:34| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/04 11:57:34| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:34| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:34| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:34| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:34| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.007 seconds = 0.005 user + 0.002 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/04 11:57:34| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:34| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:34| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:34| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:34| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:34| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:34| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:34| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/04 11:57:34| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:34| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:34| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:34| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:34| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.003 user + 0.003 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/04 11:57:41| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:41| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:41| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:41| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:41| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:41| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:41| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:41| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/04 11:57:41| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:41| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:41| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:41| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:41| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
squid: ERROR: No running copy
2008/06/04 11:57:41| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:41| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:41| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:41| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:41| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:41| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:41| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:41| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/04 11:57:41| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:41| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:41| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:41| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:41| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.003 user + 0.003 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/04 11:57:42| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:42| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:42| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:42| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/04 11:57:42| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/04 11:57:42| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/04 11:57:42| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:42| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/04 11:57:42| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:42| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:42| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/04 11:57:42| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/04 11:57:42| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.003 user + 0.003 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/05 09:08:59| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 09:08:59| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 09:08:59| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 09:08:59| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 09:08:59| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 09:08:59| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 09:08:59| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/05 09:08:59| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/05 09:08:59| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/05 09:08:59| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 09:08:59| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 09:08:59| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/05 09:08:59| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.005 seconds = 0.005 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 9
2008/06/05 09:08:59| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 09:08:59| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 09:08:59| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 09:08:59| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 09:08:59| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 09:08:59| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 09:08:59| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/05 09:08:59| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/05 09:08:59| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/05 09:08:59| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 09:08:59| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 09:08:59| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/05 09:08:59| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.005 seconds = 0.004 user + 0.001 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/05 10:17:01| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:17:01| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:17:01| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:17:01| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:17:01| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:17:01| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:17:01| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:17:01| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/05 10:17:01| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:17:01| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:17:01| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:17:01| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:17:01| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.008 seconds = 0.003 user + 0.005 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 8
2008/06/05 10:17:01| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:17:01| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:17:01| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:17:01| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:17:01| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:17:01| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:17:01| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:17:01| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/05 10:17:01| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:17:01| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:17:01| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:17:01| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:17:01| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.005 user + 0.001 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/05 10:20:26| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:20:26| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:20:26| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:20:26| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:20:26| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:20:26| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:20:26| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:20:26| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/05 10:20:26| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:20:26| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:20:26| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:20:26| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:20:26| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.003 user + 0.003 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/05 10:20:26| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:20:26| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:20:26| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:20:26| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:20:26| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:20:26| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:20:26| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:20:26| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/05 10:20:26| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:20:26| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:20:26| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:20:26| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:20:26| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.004 user + 0.002 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/05 10:32:06| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:32:06| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:32:06| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:32:06| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:32:06| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:32:06| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:32:06| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:32:06| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/05 10:32:06| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:32:06| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:32:06| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:32:06| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:32:06| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.005 seconds = 0.003 user + 0.002 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0
2008/06/05 10:32:06| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:32:06| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:32:06| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:32:06| WARNING: '192.168.1.74' is a subnetwork of '192.168.1.74'
2008/06/05 10:32:06| WARNING: because of this '192.168.1.74' is ignored to keep splay tree searching predictable
2008/06/05 10:32:06| WARNING: You should probably remove '192.168.1.74' from the ACL named 'restoip'
2008/06/05 10:32:06| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:32:06| parseConfigFile: line 3881 unrecognized: 'delay_ pools 2'
2008/06/05 10:32:06| parse_delay_pool_class: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:32:06| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:32:06| parse_delay_pool_rates: Ignoring pool 1 not in 1 .. 0
2008/06/05 10:32:06| parse_delay_pool_class: Ignoring pool 2 not in 1 .. 0
2008/06/05 10:32:06| parse_delay_pool_rates: Ignoring pool 2 not in 1 .. 0
FATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'

Squid Cache (Version 2.6.STABLE6): Terminated abnormally.
CPU Usage: 0.006 seconds = 0.003 user + 0.003 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 0

------- :-D --------

Saludos.

Migueman

[img]http://www.danasoft.com/sig/hackman7140923.jpg[/img]

Cita: ATAL: Could not

Imagen de jcyepez

[quote]ATAL: Could not determine fully qualified hostname. Please set 'visible_hostname'[/quote]

Aquí está el error

edita el archivo /etc/hosts y anexa una línea similar a esta


192.168.xx.xx nombreservidor

De preferencia pon lo mismo que pusiste en /etc/sysconfig/network.

Con eso el squid debe funcionar

Luego, prueba configurando el browser de alguna máquina para que utilice como proxy el servidor que estás poniendo. Debería navegar son problemas.

Una vez hecho esto, seguimos con lo de proxy transparente.

Saludos

Juan Yépez
093681879

Saludos

Juan Yépez
0993681879
Dj - Discomovil Quito

Páginas