<?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: Sharing for a specific machine in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564539#M227110</link>
    <description>/etc/exports can limit by hostname&lt;BR /&gt;&lt;BR /&gt;/foldername access=myclient&lt;BR /&gt;&lt;BR /&gt;myclient is a hostname or an ip address&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 15 Jun 2005 09:01:21 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-06-15T09:01:21Z</dc:date>
    <item>
      <title>Sharing for a specific machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564536#M227107</link>
      <description>Dear All, &lt;BR /&gt;&lt;BR /&gt;i am workin gon an HPUX machine, i am doing an export file to share and mount some folders on a windows machine using the NFS client on windows and NFS server on HPUX,&lt;BR /&gt;i need to do something to prevent anyone else except my machine to mount or access these shares except for my owen machine&lt;BR /&gt;&lt;BR /&gt;can someone tell me how to do it &lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 15 Jun 2005 08:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564536#M227107</guid>
      <dc:creator>Ahmed_41</dc:creator>
      <dc:date>2005-06-15T08:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing for a specific machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564537#M227108</link>
      <description>Ahmed,&lt;BR /&gt;if you use SAm to export the FS you can set the hostname and the access restrictions(read only, read/write)&lt;BR /&gt;or&lt;BR /&gt;have a look at man exportfs&lt;BR /&gt;specifically the -o option section&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 15 Jun 2005 08:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564537#M227108</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-06-15T08:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing for a specific machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564538#M227109</link>
      <description>in your /etc/exports use something like:&lt;BR /&gt;&lt;BR /&gt;/folder/to/share -access=yourpc&lt;BR /&gt;&lt;BR /&gt;then exportfs -a</description>
      <pubDate>Wed, 15 Jun 2005 08:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564538#M227109</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-06-15T08:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing for a specific machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564539#M227110</link>
      <description>/etc/exports can limit by hostname&lt;BR /&gt;&lt;BR /&gt;/foldername access=myclient&lt;BR /&gt;&lt;BR /&gt;myclient is a hostname or an ip address&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 15 Jun 2005 09:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564539#M227110</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-15T09:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing for a specific machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564540#M227111</link>
      <description>Thanks all&lt;BR /&gt;&lt;BR /&gt;but what is the difference between what you said and this&lt;BR /&gt;&lt;BR /&gt;/foldername -root=myclient&lt;BR /&gt;&lt;BR /&gt;when i do this i still can connect to these shares from any clinent other than myclient&lt;BR /&gt;&lt;BR /&gt;i mean, i have added the above line to my exports file and i can still access these shares from other machine other than myclient&lt;BR /&gt;&lt;BR /&gt;so ? &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jun 2005 10:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564540#M227111</guid>
      <dc:creator>Ahmed_41</dc:creator>
      <dc:date>2005-06-15T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing for a specific machine</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564541#M227112</link>
      <description>the root option is saying "let this specific client have root equivelancy, that is they have full root access to the drive", and let everyone else have basic access.&lt;BR /&gt;&lt;BR /&gt;if you want you and you only to have root access, then combine the options:&lt;BR /&gt;&lt;BR /&gt;/dir -access=mypc,root=mypc</description>
      <pubDate>Wed, 15 Jun 2005 10:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-for-a-specific-machine/m-p/3564541#M227112</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-06-15T10:22:08Z</dc:date>
    </item>
  </channel>
</rss>

