<?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: Filtering HOST names in  VAX/VMS server in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787273#M76528</link>
    <description>&lt;BR /&gt;SHOW COMMUNICATION /SECURITY&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 18 May 2006 10:12:36 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2006-05-18T10:12:36Z</dc:date>
    <item>
      <title>Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787265#M76520</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are 4 UNIX servers accessing data from my VAX servers running with vms 7.1 &amp;amp; UCX 4.2 . Is it possible to put a filtering mechanism in VMS server so that it will only serve the request which comes from the  those defined UNIX servers. It should not entertain any other servers with different IP addresses.&lt;BR /&gt;&lt;BR /&gt;Please suggest.</description>
      <pubDate>Fri, 12 May 2006 08:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787265#M76520</guid>
      <dc:creator>Sk Noorul  Hassan</dc:creator>
      <dc:date>2006-05-12T08:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787266#M76521</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can define an Accept Host list for each TCPIP service:&lt;BR /&gt;&lt;BR /&gt;$ UCX HELP SET SERVICE /ACCEPT&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 May 2006 09:04:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787266#M76521</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-05-12T09:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787267#M76522</link>
      <description>Accessing data how?  DECnet?  FTP?  NFS?  SMB?  SSH?</description>
      <pubDate>Fri, 12 May 2006 10:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787267#M76522</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-12T10:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787268#M76523</link>
      <description>Thanks.&lt;BR /&gt;Some of the applications accessing my VAX server are taking data through a dedicated socket created by the application and some of the applications using FTP. As the number of host list to be allowed is long, is it possible to use /REJECT qualifier to deny request to host.</description>
      <pubDate>Mon, 15 May 2006 04:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787268#M76523</guid>
      <dc:creator>Sk Noorul  Hassan</dc:creator>
      <dc:date>2006-05-15T04:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787269#M76524</link>
      <description>Sure you can use the /REJECT qualifier. But make sure that it fits your needs.&lt;BR /&gt;&lt;BR /&gt;The HOST option in the /REJECT allows a maximum of 32 hosts and the NETWORKS option in the /REJECT allows a maximum of 16 networks.</description>
      <pubDate>Mon, 15 May 2006 04:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787269#M76524</guid>
      <dc:creator>Dave Laurier</dc:creator>
      <dc:date>2006-05-15T04:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787270#M76525</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Some of the applications accessing my VAX server are taking data through a dedicated socket created by the application and some of the applications using FTP.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;With UCX, you can only restrict access to known services ($ UCX SHOW SERVICE).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;As the number of host list to be allowed is long, is it possible to use /REJECT qualifier to deny request to host.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Above you talked about 4 Unix machines. The /ACCEPT and /REJECT list take at most 16 entries (which can be hosts or networks).&lt;BR /&gt;If you use /ACCEPT, only those hosts/networks listed will be able to connect to the service.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Mon, 15 May 2006 04:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787270#M76525</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-05-15T04:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787271#M76526</link>
      <description>You can also put security on all tcp traffic instead of on service level.&lt;BR /&gt;&lt;BR /&gt;See ucx help set comm.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 15 May 2006 10:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787271#M76526</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-05-15T10:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787272#M76527</link>
      <description>Thanks for the information. How to see the list of host which I have defined in ucx using UCX set comm/reject or UCX set service/reject not to access my server.</description>
      <pubDate>Thu, 18 May 2006 09:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787272#M76527</guid>
      <dc:creator>Sk Noorul  Hassan</dc:creator>
      <dc:date>2006-05-18T09:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering HOST names in  VAX/VMS server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787273#M76528</link>
      <description>&lt;BR /&gt;SHOW COMMUNICATION /SECURITY&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 May 2006 10:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/filtering-host-names-in-vax-vms-server/m-p/3787273#M76528</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-05-18T10:12:36Z</dc:date>
    </item>
  </channel>
</rss>

