Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 1998 14:38:43 -0500 (EST)
From:      Willow  <willow@tds.edu>
To:        freebsd-isp@FreeBSD.ORG
Subject:   tcpd
Message-ID:  <Pine.BSF.4.05.9811121431300.14473-100000@zeus.tds.edu>

next in thread | raw e-mail | index | archive | help
** Note:  I originally posted this to freebsd-questions and didnt get any
repliess.

--
After reconfiguring my /etc/inetd.conf file to make use of tcp_wrappers
(tcpd) I get the following every once and awhile in /var/log/messages and
to /dev/console:

identd[pid]: warning: can't get client address: socket is not connected

My ident server is running and remote sites can tap it, and it seems to be
working locally but I'm stumped.  Here's a copy of the /etc/inetd.conf
file after messing with it.
 
Thanks for the help!

------
#
# Internet server configuration database
#
#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
#
ftp 	stream 	tcp 	nowait 	root 	/usr/local/libexec/tcpd ftpd -d -l -l -S
telnet	stream	tcp	nowait	root	/usr/local/libexec/tcpd	telnetd -U
shell	stream	tcp	nowait	root	/usr/local/libexec/tcpd	rshd -a -l -L
login	stream	tcp	nowait	root	/usr/local/libexec/tcpd	rlogind -a -l
finger	stream	tcp	nowait	nobody	/usr/local/libexec/tcpd	fingerd -l -s 
exec	stream	tcp	nowait	root	/usr/local/libexec/tcpd	rexecd
uucpd	stream	tcp	nowait	root	/usr/local/libexec/tcpd	uucpd
#nntp	stream	tcp	nowait	usenet	/usr/local/libexec/tcpd	nntpd
comsat	dgram	udp	wait	root	/usr/local/libexec/tcpd	comsat
ntalk	dgram	udp	wait	root	/usr/local/libexec/tcpd	ntalkd
tftp	dgram	udp	wait	nobody	/usr/local/libexec/tcpd	tftpd -l -n -s /tftboot
# bootps	dgram	udp	wait	root	/usr/local/libexec/tcpd	bootpd
#
# "Small servers" -- used to be standard on, but we're more conservative
# about things due to Internet security concerns.  Only turn on what you
# need.
#
#daytime stream	tcp	nowait	root	internal
#daytime dgram	udp	wait	root	internal
#time	stream	tcp	nowait	root	internal
#time	 dgram	udp	wait	root	internal
#echo	stream	tcp	nowait	root	internal
#echo	dgram	udp	wait	root	internal
#discard stream	tcp	nowait	root	internal
#discard dgram	udp	wait	root	internal
#chargen stream	tcp	nowait	root	internal
#chargen dgram	udp	wait	root	internal
#
# Kerberos authenticated services
#
#klogin	stream	tcp	nowait	root	/usr/local/libexec/tcpd	rlogind -k
#eklogin stream	tcp	nowait	root	/usr/local/libexec/tcpd	rlogind -k -x
#kshell	stream	tcp	nowait	root	/usr/local/libexec/tcpd	rshd -k
#rkinit	stream	tcp	nowait	root	/usr/local/libexec/tcpd	rkinitd
#
# Services run ONLY on the Kerberos server
#
#krbupdate stream tcp	nowait	root	/usr/local/libexec/tcpd	registerd
#kpasswd   stream tcp	nowait	root	/usr/local/libexec/tcpd	kpasswdd
#
# RPC based services (you MUST have portmapper running to use these)
#
rstatd/1-3	dgram rpc/udp wait root	/usr/local/libexec/tcpd	rpc.rstatd
rusersd/1-2	dgram rpc/udp wait root	/usr/local/libexec/tcpd	rpc.rusersd
#walld/1	dgram rpc/udp wait root	/usr/local/libexec/tcpd	rpc.rwalld
#pcnfsd/1-2	dgram rpc/udp wait root	/usr/local/libexec/tcpd	rpc.pcnfsd	
#rquotad/1	dgram rpc/udp wait root	/usr/local/libexec/tcpd	rpc.rquotad
#sprayd/1	dgram rpc/udp wait root	/usr/local/libexec/tcpd	rpc.sprayd
#
# example entry for the optional pop3 server
#
pop3	stream	tcp	nowait	root	/usr/local/libexec/tcpd	/usr/local/libexec/popper -d -s -b /var/spool/bulletin
#
# example entry for the optional imap4 server
#
imap4	stream	tcp	nowait	root	/usr/local/libexec/tcpd	/usr/local/libexec/imapd
#
# example entry for the optional ident server
#
ident	stream	tcp	wait	root	/usr/local/libexec/tcpd	/usr/local/sbin/identd -l -w -t120
#
# example entry for the optional qmail MTA
#
#smtp	stream	tcp	nowait	qmaild	/usr/local/libexec/tcpd	/var/qmail/bin/tcp-env /var/qmail/bin/qmail-smtpd
#
# Enable the following two entries to enable samba startup from inetd
# (from the Samba documentation).
#
#netbios-ssn	stream	tcp	nowait	root	/usr/local/libexec/tcpd	/usr/local/bin/smbd 
#netbios-ns	dgram	udp	wait	root	/usr/local/libexec/tcpd	/usr/local/sbin/nmbd 
#saft		stream	tcp	nowait	root	/usr/local/libexec/tcpd	/usr/local/sbin/sendfiled
-----

-- 
willow@tds.edu
--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9811121431300.14473-100000>