<?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 CIFS on VMS 8.3 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278144#M60535</link>
    <description>I have setup CIFS1.2 on a DS20E running VMS 8.3 which allows all PC Workstations running XP on the "EU" domain to connect to shares.&lt;BR /&gt;2 questions:-&lt;BR /&gt;&lt;BR /&gt;1. How can I Limit certain users from the "EU" domain, in particulat those with an IP address range of say 100.110.120.1 to 100.110.120.128?&lt;BR /&gt;&lt;BR /&gt;2. How can I allow users not in the "EU" domain but with IP addresses in the range above have access to shares?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Wed, 30 Mar 2011 11:59:39 GMT</pubDate>
    <dc:creator>robert70</dc:creator>
    <dc:date>2011-03-30T11:59:39Z</dc:date>
    <item>
      <title>CIFS on VMS 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278144#M60535</link>
      <description>I have setup CIFS1.2 on a DS20E running VMS 8.3 which allows all PC Workstations running XP on the "EU" domain to connect to shares.&lt;BR /&gt;2 questions:-&lt;BR /&gt;&lt;BR /&gt;1. How can I Limit certain users from the "EU" domain, in particulat those with an IP address range of say 100.110.120.1 to 100.110.120.128?&lt;BR /&gt;&lt;BR /&gt;2. How can I allow users not in the "EU" domain but with IP addresses in the range above have access to shares?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2011 11:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278144#M60535</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2011-03-30T11:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278145#M60536</link>
      <description>I can't say I've tried it on VMS, but I imagine it should work...&lt;BR /&gt;&lt;BR /&gt;from&lt;BR /&gt;&lt;A href="http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/securing-samba.html#id2618313" target="_blank"&gt;http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/securing-samba.html#id2618313&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;essentially add the following to your smb.conf,&lt;BR /&gt;&lt;BR /&gt;hosts allow = 127.0.0.1 192.168.2.0/24 192.168.3.0/24&lt;BR /&gt;hosts deny = 0.0.0.0/0&lt;BR /&gt;&lt;BR /&gt;For your second item, I imagine that would require some sort of trust relationship be set up with the Windows stuff, but I have no knowlede of how that works. :-)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2011 23:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278145#M60536</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2011-03-30T23:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278146#M60537</link>
      <description>oops...I just cut and pasted that IP range above from the SAMBA docs...didn't update for your example IP range.</description>
      <pubDate>Wed, 30 Mar 2011 23:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278146#M60537</guid>
      <dc:creator>Chris Barratt</dc:creator>
      <dc:date>2011-03-30T23:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278147#M60538</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Starting first with the second question. &lt;BR /&gt;A samba server is member of a domain. (most of the time) and users must be validated against this domain. Users from other domains can only access the server if there is a trust between domain where Samba is a  member of and the users domain.&lt;BR /&gt;Lets say this is the case. Then best would be is to create a group in each domain where you place all users in that are allowed to access the server. e.g. groupname Cifsuser:&lt;BR /&gt;&lt;BR /&gt;Then you can specify in the smb.conf the following  line:&lt;BR /&gt;&lt;BR /&gt;valid users = @DOM1\cifsuser, @DOM2\cifsusers.&lt;BR /&gt;&lt;BR /&gt;In my opinion this is the most flexible way to allow users to access the server.&lt;BR /&gt;You can even limmit the access on a per share basis.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 06:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278147#M60538</guid>
      <dc:creator>Paul Bakker</dc:creator>
      <dc:date>2011-03-31T06:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278148#M60539</link>
      <description>Thanks Chris and Paul for your help so far - I'll try and see if i can progress your ideas - will report back - ta</description>
      <pubDate>Thu, 31 Mar 2011 07:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278148#M60539</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2011-03-31T07:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278149#M60540</link>
      <description>MY 1ST QUESTION RE PARTICULAR IP ADDRESS ACCESS WORKS PERFECTLY SO THANKS&lt;BR /&gt;THE HOSTS ALLOW AND HOSTS DENY LINES ABOVE IN THE SMB.CONF DO THE TRICK&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 08:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278149#M60540</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2011-03-31T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS on VMS 8.3</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278150#M60541</link>
      <description>MANY THANKS CHAPS&lt;BR /&gt;ALL HAPPY AND COMPLETE WITH THIS NOW&lt;BR /&gt;TA&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 09:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cifs-on-vms-8-3/m-p/5278150#M60541</guid>
      <dc:creator>robert70</dc:creator>
      <dc:date>2011-03-31T09:05:35Z</dc:date>
    </item>
  </channel>
</rss>

