All pastes #2074314 Raw Edit

Mine

public text v1 · immutable
#2074314 ·published 2011-06-03 22:58 UTC
rendered paste body
#
# Shorewall version 4 - Rules File
#
# For information on the settings in this file, type "man shorewall-rules"
#
# The manpage is also online at
# http://www.shorewall.net/manpages/shorewall-rules.html
#
####################################################################################################################################################
#ACTION         SOURCE          DEST            PROTO   DEST    SOURCE          ORIGINAL        RATE            USER/   MARK    CONNLIMIT       TIME
#                                                       PORT    PORT(S)         DEST            LIMIT           GROUP
#SECTION ESTABLISHED
#SECTION RELATED
SECTION NEW

# Allow this machine to connect to any openvpn server using port 1194 or 443

ACCEPT  fw              net             udp     1194
#ACCEPT  fw              net             tcp     443

# Accept DNS connections from the firewall to the network

# TORRENT RULES

ACCEPT  net              fw              tcp     52119
ACCEPT  fw               net             tcp     52119

#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE