Ansible configuration policy for the private network/home lab of Dustin C. Hatch
http://dustin.hatch.name/
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. |
||
---|---|---|
group_vars | ||
host_vars | ||
roles | ||
vault/samba-dc | ||
.gitignore | ||
.vault-secret.sh | ||
ansible.cfg | ||
base.yml | ||
dch-gw.yml | ||
dhcpcd.yml | ||
dhcpd.yml | ||
domain-controller.yml | ||
dyngroups.yml | ||
firewalld.yml | ||
hostname.yml | ||
hosts | ||
named-server.yml | ||
network.yml | ||
pyrocufflink.yml | ||
radvd.yml | ||
samba-dc.yml |