Carlos,

Parece que la configuración que tiene va seguir causando problemas.

On Sun, Oct 19, 2008 at 12:21:33PM +0200, Carlos Carrero Gutierrez wrote:
> 
> Policy:
> loc        net        DROP
> loc        $FW        REJECT        info
> loc        all        REJECT        info
> 
Con estos, estás bloquendo paquetes que tratan de salir.  Debes quitar
esas tres lineas.

> #
> # Policies for traffic originating from the firewall ($FW)
> #
> # If you want open access to the Internet from your firewall, change the
> # $FW to net policy to ACCEPT and remove the 'info' LOG LEVEL.
> # This may be useful if you run a proxy server on the firewall.
> $FW        net        REJECT        info
> $FW        loc        REJECT        info
> $FW        all        REJECT        info
> 
Lo mismo con estos.

> #
> # Policies for traffic originating from the Internet zone (net)
> #
> net        $FW        DROP        info
> net        loc        DROP        info
> net        all        DROP        info
> 
> # THE FOLLOWING POLICY MUST BE LAST
> all        all        REJECT        info
> 
Estos tienen sentido.

En mi configuración, yo tengo lo siguiente:

loc             net             ACCEPT
fw              all             ACCEPT
net             all             DROP            info
all             all             REJECT          info

Ahora, para ayudarte en más detalle, hace falta saber cual versión de
Shorewall usas (y si es Shorewall-shell o Shorewall-perl).  Tambien,
cual distribución de Linux y cual es la versión de la distribución.

Tambien, este documento: http://www.shorewall.net/two-interface.htm

La configuración que se da en esa página funciona para la mayoria de la
gente que tienen una sistema con dos interfazes.

Saludos,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to