configpolicy/roles
Dustin a0a4b91faf roles/dch-gw: Configure the filter table
The *filter* table is responsible for deciding which packets will be
accepted and which will be rejected. It has three chains, which classify
packets according to whether they are destined for the local machine
(input), passing through this machine (forward) or originating from the
local machine (output).

The *dch-gw* role now configures all three chains in this table. For
now, it defines basic rules, mostly based on TCP/UDP destination port:

* Traffic destined for a service hosted by the local machine (DNS, DHCP,
  SSH), is allowed if it does not come from the Internet
* Traffic passing through the machine is allowed if:
  * It is passing between internal networks
  * It is destined for a host on the FireMon network (VPN)
  * It was NATed to in internal host (marked 323)
  * It is destined for the Internet
* Only DHCP, HTTP, and DNS are allowed to originate from the local
machine

This configuration requires an `internet_iface` variable, which
indicates the name of the network interface connected to the Internet
directly.
2018-03-29 10:06:30 -05:00
..
base roles/base: Basic config management support 2018-01-29 15:02:10 -06:00
dch-gw roles/dch-gw: Configure the filter table 2018-03-29 10:06:30 -05:00
dhcpcd dhcpd: Install and configure ISC DHCPD 2018-03-27 20:44:43 -05:00
dhcpd dhcpd: Install and configure ISC DHCPD 2018-03-27 20:44:43 -05:00
kerberos roles/kerberos: Configure mit-krb5 2018-01-29 15:05:51 -06:00
named roles/named: Set minimal responses 2018-02-21 22:40:40 -06:00
nftables roles/nftables: Basic nftables configuration 2018-03-27 20:44:43 -05:00
nsswitch roles/nsswitch: Configure glibc name service 2018-03-11 18:16:17 -05:00
radvd radvd: Install and configure radvd 2018-03-27 20:44:43 -05:00
rhel-network roles/rhel-network: Add static route support 2018-03-27 20:44:43 -05:00
samba roles/samba: Basic Samba configuration 2018-03-11 18:16:17 -05:00
samba-dc samba-dc: Configure samba4 winbind 2018-03-11 18:16:17 -05:00
sudo roles/sudo: Configure sudo and policy 2018-03-11 18:16:17 -05:00
system-auth roles/system-auth: Configure PAM system authentication 2018-03-11 18:16:17 -05:00
winbind roles/winbind: Configure Samba AD membership 2018-03-11 18:16:17 -05:00