Rules:
Web/ACCEPT    $FW        net

#    Accept DNS connections from the firewall to the network
#
DNS/ACCEPT    $FW        net
#
#    Accept SSH connections from the local network for administration
#
SSH/ACCEPT    loc        $FW
#
#    Allow Ping from the local network
#
Ping/ACCEPT    loc        $FW

#
# Reject Ping from the "bad" net zone.. and prevent your log from being
flooded..
#

Ping/REJECT    net        $FW

ACCEPT        $FW        loc        icmp
ACCEPT        $FW        net        icmp
#

Policy:
loc        net        DROP
loc        $FW        REJECT        info
loc        all        REJECT        info

#
# 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

#
# 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

Zones:
fw    firewall
net    ipv4
loc    ipv4

This is the configuration, how i get download by Bittorrent?

Thank you very much.


2008/10/19 Tom Eastep <[EMAIL PROTECTED]>

> Carlos Carrero Gutierrez wrote:
> > Well, the problem that i have now is different. I have configured
> > Shorewall with two-interfaces and works properly. But, i want use
> > Bittorrent and i cannot download or upload even though i open the ports
> > and use the macro.Bittorrent.
> >
> > How i fix that?
>
> Change your configuration.
>
> -Tom
> PS -- when you don't give us the information we need to help you, that
> is the kind of help you get. See
> http://www.shorewall.net/support.htm#Guidelines
> --
> Tom Eastep        \ The ultimate result of shielding men from the
> Shoreline,         \ effects of folly is to fill the world with fools.
> Washington, USA     \                                 -Herbert Spencer
> http://shorewall.net \________________________________________________
>
>
> -------------------------------------------------------------------------
> 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
>
>
-------------------------------------------------------------------------
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