- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: scans to portmap port
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
08-27-2001 05:55 AM
08-27-2001 05:55 AM
scans to portmap port
to my servers over the weekend.
There were as expected plenty of scans, especially on port 111.
There is a way to filter connections
to this port (I use NFS, so I can't
just remove the service), or a way to
restrict the use of the rpcinfo command only to localhost?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 06:22 AM
08-27-2001 06:22 AM
Re: scans to portmap port
did you try the rpcinfo -p localhost ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 06:39 AM
08-27-2001 06:39 AM
Re: scans to portmap port
What I wanted to say is that I am looking
a way to avoid nasty people receive an answer
from my server
when they scan me with a 'rpcinfo -p myserver'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2001 07:02 AM
08-27-2001 07:02 AM
Re: scans to portmap port
Is your machine directly connected to the internet? Then you should seriously consider using a firewall. You could also look at ipfilter.
http://coombs.anu.edu/au/~avalon/ip-filter.html
If you just want to prevent portscan, you could look at something like portsentry. ( I know it has been tested on HP-UX 10.20 not sure about 11.0). Here is the link for portsentry
http://www.psionic.com/abacus/portsentry
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 04:31 AM
08-28-2001 04:31 AM
Re: scans to portmap port
b) Consider replacing portmap by a protmapper that honors /etc/hosts.allow and hosts.deny (tcp_wrappers)
ftp://ftp.porcupine.org/pub/security/index.html#software
or better:
ftp://ftp.porcupine.org/pub/security/portmap_4.tar.gz