- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS across firewall
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
10-25-2004 02:02 AM
10-25-2004 02:02 AM
We have a NFS client server in the DMZ, and will access the NFS server in the local network through firewall, both servers are running HPUX11.0. we have opened port 111 and 2049 (udp and tcp)on firewall for rpcbind and nfsd , but it seemed that there's still a random UDP port on NFS server is needed for "rpc.mount". i.e output from lsof shows:
rpc.mount 1137 root 3u inet 72,0x73 0t0 UDP *:49236 (Idle)
the problem is, since this udp port is randomly allocated, it's hard to set firewall rules to let it pass. Anyone there also got similar problems? Thank you for sharing your experience.
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 02:31 AM
10-25-2004 02:31 AM
Re: NFS across firewall
so don't bother, thanks guys...
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 02:40 AM
10-25-2004 02:40 AM
SolutionSEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 02:50 AM
10-25-2004 02:50 AM
Re: NFS across firewall
thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 03:03 AM
10-25-2004 03:03 AM
Re: NFS across firewall
http://www.interex.org/pubcontent/enterprise/sep00/14mcneal.html
-o proto=tcp
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 03:39 AM
10-25-2004 03:39 AM
Re: NFS across firewall
one more questions regarding this issue,
does the rpc.mountd only active(or being used) while do the initial mount? I mean, I found that after I opened the 49xxx port for rpc.mountd, and mount the nfs file system, I then closed that port on firewall, but I still can read/write the NFS file system on clients without any problem.
so the question is, after the initial mount, is it possible to close the port on firewall?
thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 03:52 AM
10-25-2004 03:52 AM
Re: NFS across firewall
I am sure that it is there for 11.23.
With new NFS, is was posiible to do forcefull unmount of NFS mount and running it over a particular port.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 11:47 PM
10-25-2004 11:47 PM
Re: NFS across firewall
I answered another very similar enquirey today, and the only solution that I am aware of is to use IP-Sec to tunnel NFS through. This will be totally transparent to all applications once setup, and will allow you to route other traffic over the link without having to modify your firewall configuration.