- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to Block RPC Services ( Port 111 ) to avoi...
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
03-01-2009 05:35 PM
03-01-2009 05:35 PM
How to Block RPC Services ( Port 111 ) to avoid buffer overflow .
Thanks for your kind input. :-)
BR
eric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 09:20 AM
03-02-2009 09:20 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 05:41 PM
03-02-2009 05:41 PM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 05:53 PM
03-02-2009 05:53 PM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
Thanks your input.
I just know I need to " Block RPC Services ( Port 111 ) to avoid buffer overflow " .
But, i cannot understand your question, would you give more information about it .
thanks a lot.
Best Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2009 06:06 PM
03-02-2009 06:06 PM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 02:19 AM
03-03-2009 02:19 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 05:15 AM
03-03-2009 05:15 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
A running rpcbind was usually activated because any service depends on it!
See "rpcinfo -p localhost" for registered services".
If you use NFS (either client or server) or any other RPC sercvice, you can't disable portmapper (rpcbind).
My 2 cents,
Armin
PS: Assign points if you find answers useful!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 05:49 AM
03-03-2009 05:49 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 06:01 AM
03-03-2009 06:01 AM
SolutionIf you like to disable it, stop nfs.client and nfs.server
or
cat /etc/services| grep 111
portmap 111/tcp sunrpc # SUN Remote Procedure Call
portmap 111/udp sunrpc #
Comment the above two entries..
But we like to know why you like to block it.
## You could also block the port on the Firewall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 05:52 PM
03-10-2009 05:52 PM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
Thanks for all of your kind input.
We recently have a security audit, so need to do this action. But, we seems still need this RPC service, so have any method to explain it to say the " RPC " service is safe ?
Thanks a lot.
BR
eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 01:04 AM
03-12-2009 01:04 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
Else for already known security problems, all the communication is made through Security bulletins. - for instance there is once for ONC on 11.31, be sure to have ONC 11.31.06 installed-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 01:55 AM
03-12-2009 01:55 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 01:58 AM
03-12-2009 01:58 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
1.My OS is hp unix 11.11 and hp unix 11.23
2. Does there are any patch to fix it ?
BR
eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 02:02 AM
03-12-2009 02:02 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 02:15 AM
03-12-2009 02:15 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 02:20 AM
03-12-2009 02:20 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
HPSBUX02375 SSRT080122
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01570585
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 04:16 AM
03-12-2009 04:16 AM
Re: How to Block RPC Services ( Port 111 ) to avoid buffer overflow
I think the reason you are trying to block RPC Port 111 is to avoid a Buffer overflow.
But this kind of Vulnerability is in Microsoft Windows and not in HP-UX.
See:
http://www.microsoft.com/technet/security/bulletin/MS03-026.mspx
and
http://www.microsoft.com/technet/security/bulletin/MS03-039.mspx
Please verify with your Security auditor or Admin if they are providing the right advise for the Right Operating systems.
This after all may just be a confusion.