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
This commit is contained in:
parent
90da21c697
commit
c66bb85011
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user