29 lines
563 B
YAML
29 lines
563 B
YAML
---
|
|
# ipt-firewall configuration for b.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:
|
|
- "eth0"
|
|
fw_ext_ips_v4:
|
|
- "162.55.82.73"
|
|
fw_ext_ips_v6:
|
|
- "2a01:4f8:271:1266::73"
|
|
|
|
# --- Munin
|
|
munin_remote_ipv4: 37.27.121.227
|
|
munin_remote_ipv6: "2a01:4f9:3070:2bda::227"
|
|
|
|
# --- HTTP
|
|
fw_http_server_ips: $ext_1_ip
|
|
|
|
# --- Mail
|
|
fw_smtpd_ips: $ext_1_ip
|
|
fw_smtpd_additional_listen_ports: 2525
|
|
|
|
# --- Rsync
|
|
fw_rsync_out_ips: $ext_1_ip
|