From d363522c15b1d1ce61b2780a539dd09e2e679d34 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 1 Dec 2013 23:51:28 +0100 Subject: Configure the MX:es. --- roles/common/templates/etc/iptables/services.j2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'roles/common/templates/etc/iptables/services.j2') diff --git a/roles/common/templates/etc/iptables/services.j2 b/roles/common/templates/etc/iptables/services.j2 index b1b7f0f..8a9409d 100644 --- a/roles/common/templates/etc/iptables/services.j2 +++ b/roles/common/templates/etc/iptables/services.j2 @@ -5,9 +5,13 @@ # (in|out|inout)[46]? (tcp|udp|..) (port|port:port|port,port) (port|port:port|port,port) inout udp 500 500 # ISAKMP - -in tcp {{ ansible_ssh_port|default('22') }} # SSH +#inout udp 4500 4500 # IPSec NAT Traversal out tcp 80,443 # HTTP/HTTPS out udp 53 # DNS out udp 67 # DHCP + +in tcp {{ ansible_ssh_port|default('22') }} # SSH +{% if 'MX' in group_names %} +in tcp 25 # SMTP +{% endif %} -- cgit v1.2.3