On Tue, Jan 27, 2015 at 05:19:20PM +0300, Alexei Malinin wrote: > I noticed that OpenBSD-5.6 does not include tcp wrappers (tcpd etc). > > What is recommended to use instead of tcp wrappers? > > PS. I used tcp wrappers to restrict access to sshd, sendmail, popa3d, > tftpd, ...
The idea (which I think is also in the changelogs somewhere) was that PF is enabled by default, and tcpwrappers doesn't do anything that's not easily done with PF rules. So the short answer is: Implement what you used to do with tcpwrappers as rules in your pf.conf. - Peter -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/ "Remember to set the evil bit on all malicious network traffic" delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.

