Date: Fri, 18 Oct 2002 11:05:19 -0700 From: "Crist J. Clark" <crist.clark@attbi.com> To: Scott Carmichael <freebsd@jobeus.net> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: IP resolving Message-ID: <20021018180519.GB45449@blossom.cjclark.org> In-Reply-To: <20021013225806.M95476-100000@samwise.jobeus.net> References: <20021013225806.M95476-100000@samwise.jobeus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 13, 2002 at 11:00:26PM -0600, Scott Carmichael wrote: > Can someone help me here? Is there a code change I can make somewhere? > > Please CC me on any replies, as I am not subscribed to -net or -hackers. -net removed. -hackers left (although this might be more of a -questions thread). > ---------- Forwarded message ---------- > Date: Fri, 11 Oct 2002 14:14:08 -0600 (MDT) > From: Scott Carmichael <freebsd@jobeus.net> > To: freebsd-questions@FreeBSD.ORG > Subject: IP resolving > > I would like to know two things... Why FreeBSD acts in the following way > while OpenBSD does not, and if it's possible to fix this? > > It seems that if anyone connects to my FreeBSD server wish a hostname that > does not match their IP, "Hostname does not match their IP?" What exactly does that mean? All the OS knows is the remote IP address. It doesn't know what hostname the remote claims to have. The application server might receive a hostname though, but then I would expect the behavior to vary according to the application used to connect. > I get a console message about the mismatch, and Something is generating a message to syslogd(8). Figure out what it is and edit syslog.conf(5) appropriately. Are you using TCP wrappers or something? > then if they connect via rlogin or ssh, 'who', 'w', 'last', etc. all > report that they are connected _from_ MY box, which they aren't. Strange. What does 'netstat -a' or 'sockstat' report? 'w' works fine for me. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021018180519.GB45449>