On 05/20/2011 12:31 AM, Lukasz Lacinski wrote:
Hi Amitav,
deamon.log says that libwrap refused connection. You need to reconfigure
libwrap. You probably have "ALL: PARANOID" in /etc/hosts.deny and a hostname
of that machine does not match its address, so maybe you need only to correct
/etc/hosts or DNS records (accordingly to configuration in /etc/nsswitch.conf).
Regards,
Lukasz
Hi
Well my /etc/hosts.deny has "ALL: ALL" and my /etc/nsswitch.conf is as follows:
# Begin /etc/nsswitch.conf
passwd: files
group: files
shadow: files
publickey: files
hosts: files dns
networks: files
protocols: files
services: files
ethers: files
rpc: files
netgroup: files
# End /etc/nsswitch.conf
My /etc/hosts is as follows:
#
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 fool.man.machine fool
# End of file
194.109.142.194 www.clamav.net
Please tell me how I should edit my hosts file or DNS records. I appreciate your
help.
Regards
Amitav