<?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: shutdown ports in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137581#M154512</link>
    <description>I highly recommend reviewing this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://secinf.net/unix_security/Building_a_Bastion_Host_Using_HPUX_11.html" target="_blank"&gt;http://secinf.net/unix_security/Building_a_Bastion_Host_Using_HPUX_11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Excellent source of information on ho to secure your HP-UX server.</description>
    <pubDate>Fri, 05 Dec 2003 14:41:12 GMT</pubDate>
    <dc:creator>James A. Donovan</dc:creator>
    <dc:date>2003-12-05T14:41:12Z</dc:date>
    <item>
      <title>shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137574#M154505</link>
      <description>I had a security audit done on my HP 11.00 server and would like to shut down some ports that are not being used.&lt;BR /&gt;I know that you can modify the /etc/inetd.conf file for some but I have some others that I need to shut down...&lt;BR /&gt;Where do I do that?&lt;BR /&gt;&lt;BR /&gt;25 smtp&lt;BR /&gt;80 http&lt;BR /&gt;111 SunRPC&lt;BR /&gt;119 News&lt;BR /&gt;135 epmap&lt;BR /&gt;512&lt;BR /&gt;1080&lt;BR /&gt;8080&lt;BR /&gt;68 bootpc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As well as shut down the smtp server and the snmp service</description>
      <pubDate>Fri, 05 Dec 2003 12:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137574#M154505</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2003-12-05T12:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137575#M154506</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;/etc/services&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 05 Dec 2003 12:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137575#M154506</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-12-05T12:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137576#M154507</link>
      <description>This product might help as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9901AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;IPFilter.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 05 Dec 2003 12:53:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137576#M154507</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-05T12:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137577#M154508</link>
      <description>/etc/services is the file.</description>
      <pubDate>Fri, 05 Dec 2003 12:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137577#M154508</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-12-05T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137578#M154509</link>
      <description>/etc/services file. We can just put # at the begining of the line for which you  don't need &lt;BR /&gt;&lt;BR /&gt;-USA...</description>
      <pubDate>Fri, 05 Dec 2003 12:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137578#M154509</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-12-05T12:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137579#M154510</link>
      <description>Actually, /etc/services is a documentation file and while some programs that open the listed port will not run if the service is not listed, that's not a guarentee. In Unix, unless there is a program that has opened the port (like inetd or httpd) then the port is closed. Now smtp is usually handled by sendmail so kill the sendmail daemon, then edit /etc/rc.config.d/mailservs to not start sendmail upon reboot. For http, unless you have installed a web server like Apache, then the web ports (8080 1080 80) are closed. To turn off NFS port, make sure the file /etc/rc.config.d/nfsconf has all the services set =0. To stop ports like 512 (rexec) and others, edit /etc/inetd.conf and run inetd -c when you are done.</description>
      <pubDate>Fri, 05 Dec 2003 13:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137579#M154510</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-12-05T13:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137580#M154511</link>
      <description>Actually, editing /etc/services might make you feel better but it really does nothing to enhance security. /etc/services only does portname to portnumber mapping to make things a bit easier for us dumb humans but any intruder software is going to bang on the port using the number. You really have to edit /etc/inetd.conf to disable the services and then tell inetd that you have done it by inetd -c. In a few cases editing inetd.conf is not sufficient because the daemon may be started by an /sbin/rcN.d script --- or may even require a manual start.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Dec 2003 13:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137580#M154511</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-12-05T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137581#M154512</link>
      <description>I highly recommend reviewing this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://secinf.net/unix_security/Building_a_Bastion_Host_Using_HPUX_11.html" target="_blank"&gt;http://secinf.net/unix_security/Building_a_Bastion_Host_Using_HPUX_11.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Excellent source of information on ho to secure your HP-UX server.</description>
      <pubDate>Fri, 05 Dec 2003 14:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137581#M154512</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-12-05T14:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137582#M154513</link>
      <description>in addition to add some more security to your box...&lt;BR /&gt;&lt;BR /&gt;I would highly suggest utilizing /etc/hosts.allow(deny files) similar to what I have done... &lt;BR /&gt;&lt;BR /&gt;This will DISALLOW ALL SERVICES except what you have defined to be available here for remote access... I strongly recommend it... &lt;BR /&gt;&lt;BR /&gt;Here is an additional link I found about config and syntax for hosts.allow/deny.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://ezine.daemonnews.org/200206/hosts_allow.html" target="_blank"&gt;http://ezine.daemonnews.org/200206/hosts_allow.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/hosts.allow&lt;BR /&gt;#all : all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;ftpd : all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;telnetd : all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;tftpd : all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;logind : all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;rlogind : all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;remshd: all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;sidftpd : all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;rexecd : all : banners=/usr/localcw/opt/sysguard/banners : allow&lt;BR /&gt;sshd : all : banners=/usr/localcw/opt/sysguard/banners : allow  &lt;BR /&gt;&lt;BR /&gt;# cat /etc/hosts.deny &lt;BR /&gt;# Deny all hosts&lt;BR /&gt;ALL : ALL</description>
      <pubDate>Fri, 05 Dec 2003 15:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137582#M154513</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-12-05T15:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: shutdown ports</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137583#M154514</link>
      <description>HP-UX Security products and functionalities,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/operating/security/" target="_blank"&gt;http://www.hp.com/products1/unix/operating/security/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://downloads.securityfocus.com/library/bastion.html" target="_blank"&gt;http://downloads.securityfocus.com/library/bastion.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Fri, 05 Dec 2003 16:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shutdown-ports/m-p/3137583#M154514</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-05T16:37:09Z</dc:date>
    </item>
  </channel>
</rss>

