El día 3 de julio de 2008 12:37, Rosalvino Estrada Flores <[EMAIL PROTECTED]> escribió: > Amigos acabo de instalar CentOS 5, tambien ya la levante el servicio del > Squid Proxy, el servidor sin el servicio de proxy tiene acceso a internet > sin problemas, pero cuando activo el PROXY SERVER me sale el sgte error , EL > SERVIDOR PROXY ESTA RECHAZANDA LAS CONEXIONES, el esquema de mi lan es la > sgte. > > - Antes de server proxy esta un firewall 3com OfficeConnect con > IP=192.168.2.254 y esta hace el Nat al router de Telmex > - El proxy tiene las sgtes configuracion: > eth0 IP=192.168.2.200 Masc=255.255.255.0 > eth1 IP=192.168.2.100 Masc=255.255.255.0 > Geteway=192.168.2.254(firewall) > - Despues viene el Switch de mi Lan 192.168.2.0/255 > --
Está mal planteada su solución de red; le voy a poner un ejemplo más simple ROUTER (con IP 192.168.2.254/24) y por tanto da la RED → 192.168.2.0/24 eth0 ( con IP = 192.168.2.2/24 y GW = 192.168.2.254) → Esta interfaz da cara hacia Internet eth1 ( con IP = 172.16.1.1/24) → Esta interfaz da cara hacia la LAN Luego deberás establecer tu NAT con iptables, enrutando los paquetes desde eth1 hacia eth0 y viceversa; e igualmente haciendo transparente el Squid Caché Proxy. Saludos SUGERENCIA: No uses el mismo segmento de red en ambos dispositivos de red cuando lo recomendable es usar diferentes por razones obvias. -- Gonzalo L. Campos Medina http://www.ubuntu.com | http://www.ubuntu-es.org | http://www.ubuntu-pe.org L.R.U. #344192 | U.R.U. #161 Freenode #ubuntu-es #edubuntu-es #ubuntu-pe _______________________________________________ Lista de correo Linux-plug Temática: Discusión general sobre Linux Peruvian Linux User Group (http://www.linux.org.pe) Participa suscribiéndote y escribiendo a: [email protected] Para darte de alta, de baja o hacer ajustes a tu suscripción visita: http://listas.linux.org.pe/mailman/listinfo/linux-plug IMPORTANTE: Reglas y recomendaciones http://www.linux.org.pe/listas/reglas.php http://www.linux.org.pe/listas/comportamiento.php http://www.linux.org.pe/listas/recomendaciones.php
