dch-gw: Initial commit
The *dch-gw* role, and the corresponding `dch-gw.yml` playbook, apply all of the necessary configuration to the edge router on my home network.
This commit is contained in:
5
roles/dch-gw/templates/masquerade.nft.j2
Normal file
5
roles/dch-gw/templates/masquerade.nft.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
table ip nat {
|
||||
chain postrouting {
|
||||
oif {{ ansible_default_ipv4.interface }} masquerade
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user