hosts: Allow incoming ident requests.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 13 Jul 2011 22:41:33 +0000 (23:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 13 Jul 2011 22:41:33 +0000 (23:41 +0100)
artist.m4
gibson.m4
ibanez.m4
jem.m4
radius.m4
roadstar.m4

index d2ff17d..1f97e73 100644 (file)
--- 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
index d363b2b..d933cad 100644 (file)
--- 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 --------------------------------------------------
index c8083e9..2ec2c1c 100644 (file)
--- 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 (file)
--- 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
index f6c892b..b88293f 100644 (file)
--- 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 \
index 101f4fe..b2e3301 100644 (file)
@@ -53,6 +53,7 @@ m4_divert(82)m4_dnl
 ## Externally visible services.
 allowservices inbound tcp \
        ssh \
+       ident \
        ftp ftp_data \
        rsync \
        http https squid \