aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 791d5b5434987312155b9f3b540944e0f5cd97b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# stateful-iptables-firewall
Dual stack capable iptables firewall script

```
supports two interfaces/addresses plus NAT support for VPN servers

Terminology used in the script:
"Public" an address where services are available
"Private" (optional) another address where services are available

Example:
public and private are both public facing interfaces
but have different ports allowed.  e.g. private (1.1.1.2)
IP allows SSH and VPN access while public (1.1.1.1) allows
HTTP.
```