[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

[Ayuda] Ayuda con iptables / ipmasq / algunos sitios



Que tal estimados,

Estoy en debian sarge 3.1r2 configurado como un gateway, sólo pa compartir
la conexión (adsl) a internet, pero tengo un problema. Instalé ipmasq para
compartir el internet, y para acceder a algunos sitios como 'hotmail.com',
'elsenderodelpeje.com', 'mail2web.com' y algunos otros. En algunos sitios
no se despliega todo el contenido de la página, en otros se queda colgada
la conexión. Si me conecto de manera directa, poniendo el modem en alguno
de los clientes, puedo acceder sin problemas a los mismos sitios.

Las reglas de iptables son:

---
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
LOG        all  --  127.0.0.0/8          anywhere            LOG level
warning
DROP       all  --  127.0.0.0/8          anywhere
ACCEPT     all  --  anywhere             255.255.255.255
ACCEPT     all  --  192.168.50.0/24      anywhere
ACCEPT    !tcp  --  anywhere             BASE-ADDRESS.MCAST.NET/4
LOG        all  --  192.168.50.0/24      anywhere            LOG level
warning
DROP       all  --  192.168.50.0/24      anywhere
ACCEPT     all  --  anywhere             255.255.255.255
ACCEPT     all  --  anywhere            
dsl-201-114-235-65.prod-infinitum.com.mx
LOG        all  --  anywhere             anywhere            LOG level
warning
DROP       all  --  anywhere             anywhere

Chain FORWARD (policy DROP)
target     prot opt source               destination
TCPMSS     tcp  --  anywhere             anywhere            tcp
flags:SYN,RST/SYN tcpmss match 1400:1536 TCPMSS clamp to PMTU
ACCEPT     all  --  192.168.50.0/24      anywhere
ACCEPT     all  --  anywhere             anywhere            state
RELATED,ESTABLISHED
LOG        all  --  anywhere             192.168.50.0/24     LOG level
warning
DROP       all  --  anywhere             192.168.50.0/24
LOG        all  --  anywhere             anywhere            LOG level
warning
DROP       all  --  anywhere             anywhere

Chain OUTPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
ACCEPT     all  --  anywhere             255.255.255.255
ACCEPT     all  --  anywhere             192.168.50.0/24
ACCEPT    !tcp  --  anywhere             BASE-ADDRESS.MCAST.NET/4
LOG        all  --  anywhere             192.168.50.0/24     LOG level
warning
DROP       all  --  anywhere             192.168.50.0/24
ACCEPT     all  --  anywhere             255.255.255.255
ACCEPT     all  --  dsl-201-114-235-65.prod-infinitum.com.mx  anywhere
LOG        all  --  anywhere             anywhere            LOG level
warning
DROP       all  --  anywhere             anywhere

dbfw:/etc/ipmasq/rules# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
MASQUERADE  all  --  192.168.50.0/24      anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
dbfw:/etc/ipmasq/rules#

---

Alguna idea o tip al respecto?. Gracias de antemano.

Marinho.-

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .



 
_______________________________________________
Ayuda mailing list
Ayuda en linux org mx
Para salir de la lista: http://mail.linux.org.mx/cgi-bin/mailman/listinfo/ayuda/




[Hilos de Discusión] [Fecha] [Tema] [Autor]