summaryrefslogtreecommitdiff
path: root/policies/iptables-webrestricted
blob: 149cb82277629076a42d1140317eda02568c070a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# iptables Firewall Policy
# by Mike Crute (mcrute@gmail.com)
# on September 19, 2009
#

ALLOW_PING=1

TCP_ALLOW="22" # SSH
TCP_ALLOW="${TCP_ALLOW} 80" # Web Ports
TCP_ALLOW="${TCP_ALLOW} 20 21" # FTP Ports

#HOSTS_ALLOW=""
#HOSTS_DENY=""
#TCP_DENY=""
#UDP_ALLOW="53"
#UDP_DENY=""
#RULES=""