feat(o45): add ipt-firewall configuration for a.mx.oopen.de
This commit is contained in:
@@ -0,0 +1,36 @@
|
|||||||
|
---
|
||||||
|
# ipt-firewall configuration for a.mx.oopen.de
|
||||||
|
# Generated by extract-fw-host-vars.py - review before committing!
|
||||||
|
# Place in: host_vars/<hostname>/ipt_firewall.yml
|
||||||
|
|
||||||
|
fw_manage_config: true
|
||||||
|
|
||||||
|
# --- Network
|
||||||
|
fw_ext_interfaces:
|
||||||
|
- "br0"
|
||||||
|
fw_ext_ips_v4:
|
||||||
|
- "135.181.239.145"
|
||||||
|
fw_ext_ips_v6:
|
||||||
|
- "2a01:4f9:3080:3d2d::2"
|
||||||
|
|
||||||
|
fw_lxc_guest_ips_v4:
|
||||||
|
- "95.216.231.188"
|
||||||
|
- "135.181.239.139"
|
||||||
|
- "135.181.239.144"
|
||||||
|
fw_lxc_guest_ips_v6:
|
||||||
|
- "2a01:4f9:3080:3d2d::139"
|
||||||
|
- "2a01:4f9:3080:3d2d::144"
|
||||||
|
- "a01:4f9:3080:3d2d::188"
|
||||||
|
|
||||||
|
# --- Munin
|
||||||
|
munin_remote_ipv4: 37.27.121.227
|
||||||
|
munin_remote_ipv6: "2a01:4f9:3070:2bda::227"
|
||||||
|
|
||||||
|
# --- Bridged / LXC
|
||||||
|
fw_do_not_firewall_bridged_traffic: true
|
||||||
|
fw_do_not_firewall_lx_guest_systems: true
|
||||||
|
|
||||||
|
# --- Forwarding
|
||||||
|
fw_kernel_activate_forwarding: true
|
||||||
|
fw_kernel_forward_between_interfaces: true
|
||||||
|
|
||||||
Reference in New Issue
Block a user