chiark / gitweb /
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 d2ff17d8a8af7ba21dedafe4e3cb7cc751979d12..1f97e7330ecdda70505323feeef57bcd3e548832 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 d363b2b6ceea271791edf6b99c37870cd42f05d6..d933cad410e6e2f7d73c827d9a380fad83a34d0b 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 c8083e9b0eed5b5c3eeec20b6f965b22bfbcdc02..2ec2c1c50bc5287e47d2f564d6c7a3493abe48b1 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 c877300324bbd9493c0646438fc6cef82929f1ca..78574f18be556bdd0f6b9d5f2d9bd6d852ad3fd5 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 f6c892bd68e4ceab9c2a3b6df8b5dd54019ba7af..b88293f38ac6e1f9515279d4e26abf1ae0f46384 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 101f4fe37f53ea133b053bd7805c210fa374af25..b2e330108780d618d0821c06b8a2c1358cdc39c4 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 \