You are not logged in.
I want to use the hosts file to map all my local networked machines just for convenience sake but I remember reading this somehwere:
2011-07-16 - Dan McGee
tcp_wrappers support is being dropped from all packages and the package removed from [core]. This is due to upstream not having released a new version since April 1997. Additionally, newer daemons and applications are inconsistent in their support for libwrap, leading to confusion as to whether an application supports the library.
If you currently use /etc/hosts.allow or /etc/hosts.deny for security or logging purposes, you will need to adjust accordingly and use another tool such as iptables, or other firewall helper programs.
I understand why tcpwrappers and the hosts.deny/allow files have been tossed out but does this also mean the hosts file is obsolete? If it is then what do I use?
Thank you. ![]()
Last edited by MoonSwan (2012-08-02 17:42:56)
Offline
Sounds unlikely - the hosts file is a universal networking fundamental whereas hosts.allow/deny was sketchily supported at best ![]()
Offline
No, hosts.deny and hosts.allow were used by tcp_wrappers, as described, but /etc/hosts is read by glibc (libnss in particular), which is a much different and more fundamental system component. It's not going anywhere.
Offline
No, hosts.deny and hosts.allow were used by tcp_wrappers, as described, but /etc/hosts is read by glibc (libnss in particular), which is a much different and more fundamental system component. It's not going anywhere.
This.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline