- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what port range does rpc.mountd use?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-17-2005 11:06 PM
тАО05-17-2005 11:06 PM
what port range does rpc.mountd use?
We have some 3rd party windows servers on our site that use pcnfs to mount filesystems from our unix servers. We need to put a firewall in between as its a 3rd party connection. Unfortunately i've been struggling with how to firewall NFS. I've read a couple of forum strings which suggest its impossible.
I know we need to open up ports 2049 and 111 but rpc.mountd uses dynamic port numbers?
Does anyone know what range of ports rpc.mountd uses? As some sort of firewall would be better than none?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2005 11:23 PM
тАО05-17-2005 11:23 PM
Re: what port range does rpc.mountd use?
Why not use smb (samba or cifs 9000) ?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 12:27 AM
тАО05-18-2005 12:27 AM
Re: what port range does rpc.mountd use?
get it for FREE and your PC users don't need pcnfs to connect to the fileshare. They would connect using their windoze filedestroyer -> Tools -> Map network Drive
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 12:41 AM
тАО05-18-2005 12:41 AM
Re: what port range does rpc.mountd use?
I just wanted to know what is the range of ports that rpc.mountd can use. It will mean leaving a lot of open ports between the source and dest ip's but it's better than nothing and would passify audit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 12:49 AM
тАО05-18-2005 12:49 AM
Re: what port range does rpc.mountd use?
# rpcinfo -p | grep mountd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 12:57 AM
тАО05-18-2005 12:57 AM
Re: what port range does rpc.mountd use?
The port range was what i was looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 01:21 AM
тАО05-18-2005 01:21 AM
Re: what port range does rpc.mountd use?
So its most likely that portmap/mountd service uses one of these
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 01:40 AM
тАО05-18-2005 01:40 AM
Re: what port range does rpc.mountd use?
The port number ranges are going to depend upon your OS release and patch level (see http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063248419 for details).
Also, being that they are PC users, again see above link the port ranges might not mean a thing.
This is why I was pushing you towards using SAMBA. The windoze PC user or windoze server does NOT have to install ANY software because SMB/CIFS is native to windoze boxes.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 01:58 AM
тАО05-18-2005 01:58 AM
Re: what port range does rpc.mountd use?
So we have to go with the existing config. Thats not in our hands.
The issue arises from the fact that it allows a 3rd party (although trusted) access to our lan.
We're running HPUX 11.00 with a conservative patching strategy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 11:56 PM
тАО05-18-2005 11:56 PM
Re: what port range does rpc.mountd use?
The linux box also has a software firewall (shorewall) running on it.
It needed the rules 111,699,1026,1034,1036,1039,2049,32771 (udp) allowed to the hpux box.
As the others have said, some of the ports are dynamic, and will change if the connection gets broken. Maybe i've been lucky, but I've only had to change them once (in 2 years), when the network connection went down.
I found the new ports to use by monitoring the firewall while attempting a mount. It's very messy, but like you I don't have full control of the situation and cannot alter everything as i might like.
Dj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2005 12:14 AM
тАО05-19-2005 12:14 AM
Re: what port range does rpc.mountd use?
Thanks for your reply.
Unfortunately the filesystem that is being nfs mounted gets unmounted every night as part of a business copy procedure, so we could end up with a new port being used every day. Our firewall infrastructure is also managed by a 3rd party and at ├В┬г2150 per firewall rule request its not really an option to keep reconfiguring the firewall each time we do a business copy.