<?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 Network Services  - system access in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920398#M109403</link>
    <description>HI,&lt;BR /&gt;UX11.00&lt;BR /&gt;&lt;BR /&gt;What are would happen if disallow this service.&lt;BR /&gt;chargen      Inetd internal server            ARPA      Allowed &lt;BR /&gt;&lt;BR /&gt;I cant find info for chargen ?  Would someone be able to give a location of this type of data and other system access info, Not too in depth - at the moment just want to know the basics - like why allow access / why disallow access.&lt;BR /&gt;Thanks&lt;BR /&gt;Maria</description>
    <pubDate>Thu, 06 Mar 2003 00:49:23 GMT</pubDate>
    <dc:creator>Peter Gillis</dc:creator>
    <dc:date>2003-03-06T00:49:23Z</dc:date>
    <item>
      <title>Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920398#M109403</link>
      <description>HI,&lt;BR /&gt;UX11.00&lt;BR /&gt;&lt;BR /&gt;What are would happen if disallow this service.&lt;BR /&gt;chargen      Inetd internal server            ARPA      Allowed &lt;BR /&gt;&lt;BR /&gt;I cant find info for chargen ?  Would someone be able to give a location of this type of data and other system access info, Not too in depth - at the moment just want to know the basics - like why allow access / why disallow access.&lt;BR /&gt;Thanks&lt;BR /&gt;Maria</description>
      <pubDate>Thu, 06 Mar 2003 00:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920398#M109403</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-03-06T00:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920399#M109404</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;chargen as indicated by it's name - character generator. This can be safely turned off.&lt;BR /&gt;&lt;BR /&gt;Try this for fun&lt;BR /&gt;&lt;BR /&gt;telnet your_system 19&lt;BR /&gt;&lt;BR /&gt;There are other services like daytime, echo, tftp, ntalk, finger, ident and other rpc services that you may not require. However, check with the users on the box to see if the application uses them by anychance. Once comment them out, you will need to 'inetd -c' to refresh the configuration.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 00:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920399#M109404</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-06T00:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920400#M109405</link>
      <description>From TKB document KBRC00001288&lt;BR /&gt;&lt;BR /&gt;chargen (TCP and UDP port 19) - echos complete set of character&lt;BR /&gt;set repeatedly on this port upon connection&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would disable this and other extraneous services in inetd.conf.</description>
      <pubDate>Thu, 06 Mar 2003 01:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920400#M109405</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-06T01:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920401#M109406</link>
      <description>How come I can go into sam system access and modify system permissions to denied; and then I can look at the inetd.conf file and chargen is still there with no comment out character.  &lt;BR /&gt;Can I not disable the chargen service via sam?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Maria</description>
      <pubDate>Thu, 06 Mar 2003 01:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920401#M109406</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-03-06T01:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920402#M109407</link>
      <description>HP-UX enables most all of the services in /eetc/inetd.conf--it assumes that you know you should turn off these archaic or specialized network services (chargen tftp daytime ntalk uucp ident time echo discard finger bootps printer rpc.&lt;SERVICES&gt;). &lt;BR /&gt;&lt;BR /&gt;In the world of security, it is much safer to deny everything in inetd.conf and add back a denied service if it is truly required. I would start with everything commented out except telnet and perhaps ftp. Look at shell and exec since these may be misused. In the above list, you should also check on ident. bootps, printer, tftp as a possibly required service. The rest are almost never used in typical HP-UX systems.&lt;BR /&gt;&lt;/SERVICES&gt;</description>
      <pubDate>Thu, 06 Mar 2003 01:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920402#M109407</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-03-06T01:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920403#M109408</link>
      <description>SAM does modify /var/adm/inetd.sec. If you view that file, you will see a line called&lt;BR /&gt;&lt;BR /&gt;chargen deny&lt;BR /&gt;&lt;BR /&gt;And that's what your SAM action did.&lt;BR /&gt;&lt;BR /&gt;This is effectively equivalent to disabling it in /etc/inetd.conf. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 06 Mar 2003 01:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920403#M109408</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-06T01:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920404#M109409</link>
      <description>Look in your /var/adm/ directory and see if you have a file called inetd.sec there.  SAM could possibly be modifying this file to deny access to inetd services.&lt;BR /&gt;&lt;BR /&gt;For more information do a 'man inetd.sec'.</description>
      <pubDate>Thu, 06 Mar 2003 01:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920404#M109409</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-03-06T01:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920405#M109410</link>
      <description>Bill, How/where would I find info on just what the indidual services are:&lt;BR /&gt;chargen tftp daytime ntalk uucp ident time echo discard finger bootps printer rpc.&lt;SERVICES&gt;&lt;BR /&gt;I am feeling cautious about denying access to some of the services eg time echo finger etc, because I am thinking that they might stop the actual cmds echo finger or even the date command from working correctly.  I have a feeling that this sounds pretty naive, but I would rather be sure than stuff things up.&lt;BR /&gt;&lt;BR /&gt;Thanks Maria.&lt;/SERVICES&gt;</description>
      <pubDate>Thu, 06 Mar 2003 02:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920405#M109410</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2003-03-06T02:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Network Services  - system access</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920406#M109411</link>
      <description>These are all network services and have nothing to do with similar commands in HP-UX. The date command has no relationship to the date network service. finger (actually, fingerd in inetd.conf) does not affect the local finger command. fingerd is a hacker's favorite tattletale about a remote system. You don't want to advertise user information across the network. Same with echo, etc. These services are network daemons that provide the named service for a remote requestor. The man page for each service (the program's name is on the righthand side of the inetd.conf listing) is available and describes what it provides.&lt;BR /&gt;&lt;BR /&gt;Since you can disable and re-enable services in inetd.conf without rebooting, you can start by commenting out something like finger(d), then run inetd -c and try the finger command to see that it still works. Then try the remote finger format pointed to another Unix system where fingerd is enabled:&lt;BR /&gt;&lt;BR /&gt;finger root@remote_machine&lt;BR /&gt;&lt;BR /&gt;Connection refused will be the response if fingerd is not enabled. Otherwise, you'll gain access to user information on the remote machine without ever logging in--which is why fingerd should be disbled.</description>
      <pubDate>Thu, 06 Mar 2003 03:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-services-system-access/m-p/2920406#M109411</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-03-06T03:21:15Z</dc:date>
    </item>
  </channel>
</rss>

