[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]
[Hilos de Discusión] [Fecha] [Tema] [Autor]Estoy configurando un IP-chains y tengo algunas dudas. Me basé en el "tutorial" de Max de Mendizabal y en principio tengo todo bien. Ya el servidor se conecta sin problemas a Internet, el DNS resuelve bien, pero parece que lo que aun no funciona es el ruteo o el ip-forwarding (no se cual de ellos). En mi tabla de ruteo tengo: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.254 * 255.255.255.255 UH 0 0 0 eth0 148.233.229.231 * 255.255.255.255 UH 0 0 0 ppp0 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default 148.233.229.231 0.0.0.0 UG 0 0 0 ppp0 (evidentemente, 192.168.0.254 es la IP local del servidor, y 148.233.229.231 es la IP que me asigno el ISP en ese momento). Mi IPCHAINS tiene: Chain input (policy ACCEPT): target prot opt source destination ports REDIRECT tcp ------ anywhere anywhere any -> www => www REDIRECT tcp ------ anywhere anywhere any -> www => www Chain forward (policy DENY): target prot opt source destination ports MASQ all ------ 192.168.0.0/24 anywhere n/a MASQ all ------ 192.168.0.0/24 anywhere n/a Chain output (policy ACCEPT): Que está mal o que me falta? Saludos! ---------------------------------------------------------------------------- - Fernando Barajas Díaz Lozano SISTEMAS Y TECNOLOGÍA DE MEXICO-Soluciones en Redes e Internet http://www.sistec.com.mx -- Para desuscribirse, mande correo a: ayuda-unsubscribe en linux org mx Para comandos adicionales, envíelo a: ayuda-help en linux org mx