TCP wrappers (syntax check)

2002-02-23 Thread Thedore Knab

What is wrong here ?

Is this a reverse lookup error ?

Feb 21 11:30:01 albert sshd[21141]: warning: /etc/hosts.allow, line 18:
can't verify hostname: gethostbyname(WC-44-75.washcoll.edu) failed
Feb 21 11:35:29 albert sshd[21163]: warning: /etc/hosts.allow, line 18:
can't verify hostname: gethostbyname(WC-44-92.washcoll.edu) failed

#line 18,19,20
sshd: .edu, .com, .net, .md.us, .de.us
sshd: 209.243.
sshd: ALL EXCEPT 192.168.1.3, 192.168.1.4, 192.146.226., .ru .it .cz \
.microsoft.com : ALLOW

-
Ted Knab


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: TCP wrappers (syntax check)

2002-02-23 Thread Stojan Rancic

Hey Thedore,

Saturday, February 23, 2002, 11:44:39 PM, you wrote:

 What is wrong here ?

 Is this a reverse lookup error ?

 Feb 21 11:30:01 albert sshd[21141]: warning: /etc/hosts.allow, line 18:
 can't verify hostname: gethostbyname(WC-44-75.washcoll.edu) failed
 Feb 21 11:35:29 albert sshd[21163]: warning: /etc/hosts.allow, line 18:
 can't verify hostname: gethostbyname(WC-44-92.washcoll.edu) failed

If you do a lookup on WC-44-75.washcoll.edu, you'll notice it
doesn't resolve. That's probably the root of your problems.



---
  Stojan Rancic// Knowledge is power !
  K2.Net  // Use it, don't abuse it !
  http://www.k2.net  // 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




TCP wrappers (syntax check)

2002-02-23 Thread Thedore Knab
What is wrong here ?

Is this a reverse lookup error ?

Feb 21 11:30:01 albert sshd[21141]: warning: /etc/hosts.allow, line 18:
can't verify hostname: gethostbyname(WC-44-75.washcoll.edu) failed
Feb 21 11:35:29 albert sshd[21163]: warning: /etc/hosts.allow, line 18:
can't verify hostname: gethostbyname(WC-44-92.washcoll.edu) failed

#line 18,19,20
sshd: .edu, .com, .net, .md.us, .de.us
sshd: 209.243.
sshd: ALL EXCEPT 192.168.1.3, 192.168.1.4, 192.146.226., .ru .it .cz \
.microsoft.com : ALLOW

-
Ted Knab




Re: TCP wrappers (syntax check)

2002-02-23 Thread Stojan Rancic
Hey Thedore,

Saturday, February 23, 2002, 11:44:39 PM, you wrote:

 What is wrong here ?

 Is this a reverse lookup error ?

 Feb 21 11:30:01 albert sshd[21141]: warning: /etc/hosts.allow, line 18:
 can't verify hostname: gethostbyname(WC-44-75.washcoll.edu) failed
 Feb 21 11:35:29 albert sshd[21163]: warning: /etc/hosts.allow, line 18:
 can't verify hostname: gethostbyname(WC-44-92.washcoll.edu) failed

If you do a lookup on WC-44-75.washcoll.edu, you'll notice it
doesn't resolve. That's probably the root of your problems.



---
  Stojan Rancic// Knowledge is power !
  K2.Net  // Use it, don't abuse it !
  http://www.k2.net  //