- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- strange portmap requests
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
02-12-2001 11:09 AM
02-12-2001 11:09 AM
I have a machine 11.00 that for some reason is sending portmap requests to a machine. Here is the error that the outside machine is logging:
Feb 9 15:40:48 outsidemachine portmap[7169]: connect from x.x.x.x to getport(status): request from unauthorized host
x.x.x.x is the my 11.00 machine. The only point of interest is that the name of the outside machine used to be the name of my 11.00 machine. My feeling is that somewhere there is a config file that has the old name in it but I have looked everywhere. DNS, /etc/hosts, and NIS' hosts files all report the correct IP -> name.
Any help or suggestions would be much appreciated.
Thanks,
Susan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 08:11 AM
02-13-2001 08:11 AM
Re: strange portmap requests
Give lsof a try. Run lsof and grep for the outside machine's hostname and IP address on your local machine. If you run it when the remote RPC was made, there is a chance that you will be able to identify the process that is opening this socket connection along with the opened files (may possibly include the configuration file) used by this process.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 08:29 AM
02-13-2001 08:29 AM
Re: strange portmap requests
Check and ensure you have only one netconf under /etc/rc.config.d (no backups or saved versions, they count also).
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 11:29 AM
02-13-2001 11:29 AM
SolutionJust an additional thought to go check /var/statmon/sm.bak for an entry corresponding to the remote host. If present, remove the file. rpc.statd is most likely trying to contact the status monitor on the remote host if that is the case. Less likely would be an entry in the /var/statmon/sm directory. Stopping rpc.statd / rpc.lockd and restarting them is recommended after doing this, but that restart can be delayed until a later time in case you have other active file locking in progress (e.g. users with $HOME mounted over NFS and using ksh history file).
Hope this helps,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 01:56 PM
02-13-2001 01:56 PM
Re: strange portmap requests
Thanks for all your help,
Susan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 09:59 AM
02-14-2001 09:59 AM
Re: strange portmap requests
Thanks for your help,
Susan