- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sharing for a specific machine
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:27 AM
06-15-2005 01:27 AM
Sharing for a specific machine
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,
i need to do something to prevent anyone else except my machine to mount or access these shares except for my owen machine
can someone tell me how to do it
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:31 AM
06-15-2005 01:31 AM
Re: Sharing for a specific machine
if you use SAm to export the FS you can set the hostname and the access restrictions(read only, read/write)
or
have a look at man exportfs
specifically the -o option section
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 01:42 AM
06-15-2005 01:42 AM
Re: Sharing for a specific machine
/folder/to/share -access=yourpc
then exportfs -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 02:01 AM
06-15-2005 02:01 AM
Re: Sharing for a specific machine
/foldername access=myclient
myclient is a hostname or an ip address
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 03:12 AM
06-15-2005 03:12 AM
Re: Sharing for a specific machine
but what is the difference between what you said and this
/foldername -root=myclient
when i do this i still can connect to these shares from any clinent other than myclient
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
so ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 03:22 AM
06-15-2005 03:22 AM
Re: Sharing for a specific machine
if you want you and you only to have root access, then combine the options:
/dir -access=mypc,root=mypc