diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-27 18:39:34 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-27 18:39:34 +0000 |
| commit | c66bb850118daec45ffad7eb29d5b287024145b2 (patch) | |
| tree | 5c8e2d3929bbad3948de1ba9e353ff9e48402cb3 /etc | |
| parent | 90da21c697aa9ab35cc9dd01640c3b500824298f (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/inetd.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 4cbdb8fb5e3c..ecff2393a9b5 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 |
