Operating System - HP-UX
1823114
Members
3233
Online
109646
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО12-11-2003 07:17 PM
тАО12-11-2003 07:17 PM
NFS
Hallo,
I want share NFS filesystem over firewall. Which ports I have to permit?
I permited these ports but it finished at RPC error (Rpcbind failure - RPC: Timed out):
nfsd-keepalive 1110/udp
nfsd-status 1110/tcp
nfsd 2049/udp
nfsd 2049/tcp
portmap 111/tcp
portmap 111/udp
49208
49170
Thanks for your answer.
I want share NFS filesystem over firewall. Which ports I have to permit?
I permited these ports but it finished at RPC error (Rpcbind failure - RPC: Timed out):
nfsd-keepalive 1110/udp
nfsd-status 1110/tcp
nfsd 2049/udp
nfsd 2049/tcp
portmap 111/tcp
portmap 111/udp
49208
49170
Thanks for your answer.
xx
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 07:37 PM
тАО12-11-2003 07:37 PM
Re: NFS
Hi Dagmar,
Is nfs running on both servers ?
Robert-Jan
Is nfs running on both servers ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2003 07:38 PM
тАО12-11-2003 07:38 PM
Re: NFS
Hi,
NFS works using RPC's. There is a service called portmap listening, by default in the tcp/udp port 111, at the RPC client calls.
A client RPC process uses a program number to get a remote RPC program. The RPC's associated to these RPC program number are listed in /etc/rpc. Particularly, for NFS, this entry appears:
nfs 100003 nfsprog
that assigns to this service the RPC number 100003
The portmap daemon maps the RPC program number to the UDP or TCP port. To see this relationship, execute on the server, the command #rpcinfo -p
For the NFS service you'll see:
program vers proto port
100003 2 udp 2049 nfs
Regards,
NFS works using RPC's. There is a service called portmap listening, by default in the tcp/udp port 111, at the RPC client calls.
A client RPC process uses a program number to get a remote RPC program. The RPC's associated to these RPC program number are listed in /etc/rpc. Particularly, for NFS, this entry appears:
nfs 100003 nfsprog
that assigns to this service the RPC number 100003
The portmap daemon maps the RPC program number to the UDP or TCP port. To see this relationship, execute on the server, the command #rpcinfo -p
For the NFS service you'll see:
program vers proto port
100003 2 udp 2049 nfs
Regards,
I work for HP
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP