From: Mark Wooding Date: Wed, 13 Jul 2011 22:41:33 +0000 (+0100) Subject: hosts: Allow incoming ident requests. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/6f74cc8232191143d6a8e642c74410e9fd2254b9 hosts: Allow incoming ident requests. --- diff --git a/artist.m4 b/artist.m4 index d2ff17d..1f97e73 100644 --- a/artist.m4 +++ b/artist.m4 @@ -53,6 +53,7 @@ m4_divert(82)m4_dnl ## Externally visible services. allowservices inbound tcp \ ssh \ + ident \ ftp ftp_data \ http https \ tor_public tor_directory i2p diff --git a/gibson.m4 b/gibson.m4 index d363b2b..d933cad 100644 --- a/gibson.m4 +++ b/gibson.m4 @@ -48,7 +48,8 @@ m4_divert(-1) m4_divert(82)m4_dnl ## Externally visible services. allowservices inbound tcp \ - ssh + ssh \ + ident m4_divert(-1) ###----- That's all, folks -------------------------------------------------- diff --git a/ibanez.m4 b/ibanez.m4 index c8083e9..2ec2c1c 100644 --- a/ibanez.m4 +++ b/ibanez.m4 @@ -52,7 +52,8 @@ m4_divert(-1) m4_divert(82)m4_dnl ## Externally visible services. allowservices inbound tcp \ - ssh + ssh \ + ident ## We have to provide NTP service. The guests sync to our clock. ntpclient inbound $ntp_servers diff --git a/jem.m4 b/jem.m4 index c877300..78574f1 100644 --- a/jem.m4 +++ b/jem.m4 @@ -53,6 +53,7 @@ m4_divert(82)m4_dnl ## Externally visible services. allowservices inbound tcp \ ssh \ + ident \ smtp submission \ http https \ imaps diff --git a/radius.m4 b/radius.m4 index f6c892b..b88293f 100644 --- a/radius.m4 +++ b/radius.m4 @@ -49,6 +49,7 @@ m4_divert(-1) m4_divert(82)m4_dnl ## Externally visible services. allowservices inbound tcp \ + ident \ dns iodine \ ssh allowservices inbound udp \ diff --git a/roadstar.m4 b/roadstar.m4 index 101f4fe..b2e3301 100644 --- a/roadstar.m4 +++ b/roadstar.m4 @@ -53,6 +53,7 @@ m4_divert(82)m4_dnl ## Externally visible services. allowservices inbound tcp \ ssh \ + ident \ ftp ftp_data \ rsync \ http https squid \