- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite and exports file / NFS vulnarability
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-14-2002 06:07 AM
06-14-2002 06:07 AM
Ignite and exports file / NFS vulnarability
I'm trying to setup Ignite server but also keep the access to the NFS mounts restricted. Our company has requested we tighten security.
I'd like to elliminate the anon=2 reference in the exports file by specifying host names (root=host.name:...) but Ignite is still complaining.
Can someone point me in the right direction on this or is this anon entry unavoidable?
Thanks in advance!
Josee...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 07:14 AM
06-14-2002 07:14 AM
Re: Ignite and exports file / NFS vulnarability
Put hostname username entries in .rhosts files
in root's home directories.
You must get remsh on client server from
ignite server for Network ignite preparation.
This has to work.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 02:15 PM
06-14-2002 02:15 PM
Re: Ignite and exports file / NFS vulnarability
I've tried using mountd -e in conjunction with inetd.sec file and run inetd -l from startup.
It would seem that people are still able to mount to those exported directories.
When I turn off the moutd and statd daemons, Ignite complains still. I was hoping to work around vulnaribility by being specific in exports but it seems it doesn't work.
Can someone refer me to some good documentation? I find no reference to this so far.
Is my solution to simply not run mountd and statd unless I need it?
Thanks again in advance!
Josee...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 03:08 PM
06-14-2002 03:08 PM
Re: Ignite and exports file / NFS vulnarability
Shouldn't showmount show the same exported mounts as
exportfs -v?
How do I force umount of those mounted?
Thanks!
Josee...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2002 08:39 PM
06-16-2002 08:39 PM
Re: Ignite and exports file / NFS vulnarability
name: directory
You can use umount -a to umount all umountable file system, fuser can help you umount file system forcibly.
May this help you!!!