summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-02-27 18:39:34 +0000
committershin <shin@FreeBSD.org>2000-02-27 18:39:34 +0000
commit23e5b71734722a2a198422521cbcd204fc227da6 (patch)
tree77de8544dcbe85150e01a74505ade5678e334389 /etc/inetd.conf
parent9fc288cd6b200491abbad1737850eeffe62c62f5 (diff)
downloadFreeBSD-src-23e5b71734722a2a198422521cbcd204fc227da6.zip
FreeBSD-src-23e5b71734722a2a198422521cbcd204fc227da6.tar.gz
Add IPv6 services into inetd.conf.
Also enable some standard IPv6 apps by default. These entries will be simply ignored on systems with no INET6 defined. Approved by: jkh Suggested by: peter
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