Re: Dec 21 15:53:11 scounix popper[15362]: Client address "192.168.2.35" not listed for its host name




----- Original Message -----
From: "Enrique A" <atk@xxxxxxxxxxxxx>
Newsgroups: comp.unix.sco.misc
To: <distro@xxxxxxx>
Sent: Wednesday, December 21, 2005 7:01 PM
Subject: Dec 21 15:53:11 scounix popper[15362]: Client address
"192.168.2.35" not listed for its host name


> I'm getting this error on the /usr/adm/syslog every time someone retrieves
> their email using outhouse express on a win xp machine from my SCO box OSR
> 507 + sendmail:
>
> Dec 21 15:53:11 atksco popper[15362]: Client address "192.168.2.35" not
> listed for its host name dsl
>
>
>
>
>
> My /etc/host file has this setup :
>
>
>
> # @(#)hosts,v 6.1 1993/08/21 02:17:48 stevea Exp - STREAMware TCP/IP
> sourc
> e
> # SCCS IDENTIFICATION
> 127.0.0.1 localhost
> 12.12.12.78 scounix domain.com
> 192.168.2.10 dsl
> 192.168.2.11 dsl
> 192.168.2.12 dsl
> 192.168.2.13 dsl
> 192.168.2.14 dsl
> 192.168.2.15 dsl
> 192.168.2.16 dsl
> 192.168.2.17 dsl
> .......all the way up to 192.168.2.254
>
>
>
> What's wrong with this picture ?

The hostnames above should all be unique.
ksh
n=1 ;while [[ $n -lt 255 ]] ;do echo "192.168.2.$n mylan$n" >>/etc/hosts
;n=$((n+1)) ;done

or if you preferr

ksh
n=1
while [[ $n -lt 255 ]]
do
echo "192.168.2.$n mylan$n" >>/etc/hosts
n=$((n+1))
done

then remove the old lines and do any other manual doctoring necessary with
vi


also please show:
netstat -rn
ifconfig -a
hostname
domainname
uname -n
cat /etc/resolv.conf

I expected to see only 192.168 addresses above in hosts, or, I expected to
see one of those lan ip's to correspond to a 2nd nic on the server and to
have a unique hostname.
These will tell me what should be done in /etc/hosts. Perhaps you have one
physical nic but are using aliasing to allow it to exist on both a lan and
the public net,
Assuming 12.12.12 really is on the public net like it should be. It looks
suspiciously like one of the many incorrect private lan numbering schemes
that use public addresses.

If ifconfig -a shows a nic with a 192.168 address, then editing the hostname
for that line in /etc/hosts would be part of the manual doctoring I
mentioned.

And as with most things there is more than one right way and it's not quite
as simple as this but it's a start and probably good enough.

Brian K. White -- brian@xxxxxxxxx -- http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO FreeBSD #callahans Satriani Filk!

.