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.
6 lines
107 B
Django/Jinja
6 lines
107 B
Django/Jinja
table ip nat {
|
|
chain postrouting {
|
|
oif {{ ansible_default_ipv4.interface }} masquerade
|
|
}
|
|
}
|