summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 4cbdb8f..ecff239 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -91,3 +91,34 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#
#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd
#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd
+
+
+#
+# IPv6 services
+#
+ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
+telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
+shell stream tcp6 nowait root /usr/libexec/rshd rshd
+login stream tcp6 nowait root /usr/libexec/rlogind rlogind
+finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
+#
+# IPv6 "Small servers"
+#
+#daytime stream tcp6 nowait root internal
+#daytime dgram udp6 wait root internal
+#time stream tcp6 nowait root internal
+#time dgram udp6 wait root internal
+#echo stream tcp6 nowait root internal
+#echo dgram udp6 wait root internal
+#discard stream tcp6 nowait root internal
+#discard dgram udp6 wait root internal
+#chargen stream tcp6 nowait root internal
+#chargen dgram udp6 wait root internal
+#
+# IPv6 ident service
+#
+#auth stream tcp6 nowait root internal
+#
+# An eExample for IPv6 indent service
+#
+#auth stream tcp6 nowait root internal auth -r -f -n -o UNKNOWN -t 30
OpenPOWER on IntegriCloud