- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mount from Linux to HP-UX through 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-31-2003 07:07 AM
10-31-2003 07:07 AM
HP-UX is failing with the following messages:
# showmount -e 172.20.209.22
showmount: 172.20.209.22: RPC: Miscellaneous tli error - bad flags
# mount 172.20.209.22:/var/tomcat4/invoicingXML /tmp/dummy
nfs mount: get_fh: 172.20.209.22:: RPC: Timed out
nfs mount: get_fh: 172.20.209.22:: RPC: Timed out
nfs mount: retry: retrying(1) for: /tmp/dummy after 5 seconds
nfs mount: retry: giving up on: /tmp/dummy
We have verified that the Linux server is properly configured to export the filesystem, and the HP-UX server is properly configured to mount the file system.
The problem appears to be the DMZ firewall, which is blocking somehting.
Have other people done this? What ports do we need to open?:
111.........portmap
1110........nfsd-status
2049........nfs
Is it possible that Linux and HP-UX can't communicate in an NFS "interrelationship". I'd think that they could. (We don't have any Linux inside our firewall.)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 07:16 AM
10-31-2003 07:16 AM
Solutionyou are right on your ports number. But NFS relies on RPC, which uses random ports when they starts. So, in your Fw config, you need to open dest ports 111, 1110 if you need remote admin, and 2049, but src any > 1024 !
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 07:17 AM
10-31-2003 07:17 AM
Re: Mount from Linux to HP-UX through firewall.
Linux and HP-UX can definitly NFS each other. It really looks like a firewall issue. I would start with allowing the nfs port of 2049, remembering that nfs is udp.
hth,
-Rusty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 07:20 AM
10-31-2003 07:20 AM
Re: Mount from Linux to HP-UX through firewall.
As for whether Linux and HPUX will play together, I have 60 Linux boxes NFS mounting filesytems from 12 HPUX boxes. Yes they play nicely together and without any special commands or tricks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2003 07:22 AM
10-31-2003 07:22 AM
Re: Mount from Linux to HP-UX through firewall.
On the Linux box there is almost always a firewall meant to protect the Linux box.
Later releases use ip-tables
iptables -L displays the rules
the config file is /etc/sysconfig/iptables
ipchains in older boxes:
ipchains -L(I think) to display
config: /etc/sysconfig/ipchains
I have done NFS mounts from HP-UX to Linux and Linux to HP-UX so I'll state emphatically, the task can be accomplished.
SEP
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-31-2003 07:28 AM
10-31-2003 07:28 AM
Re: Mount from Linux to HP-UX through firewall.
-Rusty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2003 09:45 PM
11-02-2003 09:45 PM
Re: Mount from Linux to HP-UX through firewall.
It depends the kind of firewall you are using.
Some one can manage nfs transactions, some others not.
On way to solve it is to run nfs over tcp -it's possible with HP-UX (I did it between 2 HP-UX through a firewall).
Concerning Linux, it's possible with recent kernel (check experimental in your kernel config). By this way config is easier, and you keep your security...
hope that help
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 08:33 AM
11-04-2003 08:33 AM