<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TCP Wrappers 7.6 and HP-UX 11.1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-wrappers-7-6-and-hp-ux-11-1/m-p/3166492#M896550</link>
    <description>The following assumes that you downloaded TCP wrappers from hpux.connect.org.uk or one of the mirrors. I think (but I might be wrong) that support for keyword "banners" may not be compiled in.&lt;BR /&gt;&lt;BR /&gt;If you have a look at the source code package Makefile at &lt;A href="http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Networking/Admin/tcp_wrappers-7.6/tcp_wrappers-7.6-ss-11.00.tar.gz+tcp_wrappers-7.6/Makefile+text" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Networking/Admin/tcp_wrappers-7.6/tcp_wrappers-7.6-ss-11.00.tar.gz+tcp_wrappers-7.6/Makefile+text&lt;/A&gt;&lt;BR /&gt;, you will find that optional features are not enabled.&lt;BR /&gt;&lt;BR /&gt;#STYLE = -DPROCESS_OPTIONS # Enable language extensions.&lt;BR /&gt;&lt;BR /&gt;So you can get the source code package from &lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Networking/Admin/tcp_wrappers-7.6/tcp_wrappers-7.6-ss-11.00.tar.gz," target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Networking/Admin/tcp_wrappers-7.6/tcp_wrappers-7.6-ss-11.00.tar.gz,&lt;/A&gt; uncomment the STYLE line from Makefile and recompile the package.&lt;BR /&gt;&lt;BR /&gt;Alternative is to get TCP Wrappers from HP software web site. It seems to have optional features compiled in (but I haven't verified this).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP&lt;/A&gt;</description>
    <pubDate>Sun, 18 Jan 2004 23:11:44 GMT</pubDate>
    <dc:creator>Ermin Borovac</dc:creator>
    <dc:date>2004-01-18T23:11:44Z</dc:date>
    <item>
      <title>TCP Wrappers 7.6 and HP-UX 11.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-wrappers-7-6-and-hp-ux-11-1/m-p/3166491#M896549</link>
      <description>Hello Everyone,&lt;BR /&gt;&lt;BR /&gt;I've recently installed TCP Wrappers 7.6 from the HP-UX portal site. The tcpd service appears to work but not fully. I cannot get any options from the /etc/hosts.allow file to work. Here's an example:&lt;BR /&gt;&lt;BR /&gt;  ftpd: ALL: BANNERS /etc/banners:   SEVERITY local3.info   &lt;BR /&gt;  telnetd: ALL: BANNERS /etc/banners&lt;BR /&gt;  ALL: ALL: ALLOW    &lt;BR /&gt;&lt;BR /&gt;Yes there is an ftpd file in /etc/banners. Permissions as permissable as possible. The inetd.conf file also has tcpd in the path for ftpd. I've used logger -p local3.info to verify syslog. The same hosts.allow file works on our Sun box. (in.ftpd of course) I've used all the tools: tcpdchk -v, tcpdmatch (&amp;lt;-- very useful but does not output the banner.) Any ideas? Am I missing something obvious??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Luis F. &lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jan 2004 10:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-wrappers-7-6-and-hp-ux-11-1/m-p/3166491#M896549</guid>
      <dc:creator>Luis_74</dc:creator>
      <dc:date>2004-01-16T10:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Wrappers 7.6 and HP-UX 11.1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-wrappers-7-6-and-hp-ux-11-1/m-p/3166492#M896550</link>
      <description>The following assumes that you downloaded TCP wrappers from hpux.connect.org.uk or one of the mirrors. I think (but I might be wrong) that support for keyword "banners" may not be compiled in.&lt;BR /&gt;&lt;BR /&gt;If you have a look at the source code package Makefile at &lt;A href="http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Networking/Admin/tcp_wrappers-7.6/tcp_wrappers-7.6-ss-11.00.tar.gz+tcp_wrappers-7.6/Makefile+text" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Networking/Admin/tcp_wrappers-7.6/tcp_wrappers-7.6-ss-11.00.tar.gz+tcp_wrappers-7.6/Makefile+text&lt;/A&gt;&lt;BR /&gt;, you will find that optional features are not enabled.&lt;BR /&gt;&lt;BR /&gt;#STYLE = -DPROCESS_OPTIONS # Enable language extensions.&lt;BR /&gt;&lt;BR /&gt;So you can get the source code package from &lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Networking/Admin/tcp_wrappers-7.6/tcp_wrappers-7.6-ss-11.00.tar.gz," target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Networking/Admin/tcp_wrappers-7.6/tcp_wrappers-7.6-ss-11.00.tar.gz,&lt;/A&gt; uncomment the STYLE line from Makefile and recompile the package.&lt;BR /&gt;&lt;BR /&gt;Alternative is to get TCP Wrappers from HP software web site. It seems to have optional features compiled in (but I haven't verified this).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=TCPWRAP&lt;/A&gt;</description>
      <pubDate>Sun, 18 Jan 2004 23:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-wrappers-7-6-and-hp-ux-11-1/m-p/3166492#M896550</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-01-18T23:11:44Z</dc:date>
    </item>
  </channel>
</rss>

