GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 2 network NFS mount
Operating System - HP-UX
1850335
Members
3063
Online
104054
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Go to solution
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
01-04-2001 02:45 PM
01-04-2001 02:45 PM
I have a C110 with HP-UX V11.00 and 2 network cards. One card is on a 128.165.xxx.xxx network and the other card is on a 193.1.xxx.xxx network. I need to NFS mount from a workstation on the 128 network to a workstation on the 193 network. This C110 is the only connection between the 2 networks. Is there a way?
Why can't we all get along?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 06:37 PM
01-04-2001 06:37 PM
Solution
I think the best solution would be to buy yourself a router to place between the two networks, but failing that I think the following should work.
Assuming the IP address of the NFS server box is 193.1.1.2, the client is 128.165.1.2 and the C110 has interfaces on 193.1.1.1 and 128.165.1.1, add static routes on both the NFS Server and Client as follows.
NFS Server:
route add 128.165.1.2 netmask 255.255.0.0 193.1.1.1 1
NFS Client:
route add 193.1.1.2 netmask 255.255.0.0 128.165.1.1 1
Be sure that both the client and server list each other in their respective /etc/hosts files.
I think as long as the C110 is allows ip_forwarding then what I have above will work for you. You can check that setting by typing: ndd -get /dev/tcp ip_forwarding
If it returns 1 or 2 then ip_forwarding is enabled.
Hope this works for you. I don't have anything on which to test what I've given you above, but it seems like it should work.
Assuming the IP address of the NFS server box is 193.1.1.2, the client is 128.165.1.2 and the C110 has interfaces on 193.1.1.1 and 128.165.1.1, add static routes on both the NFS Server and Client as follows.
NFS Server:
route add 128.165.1.2 netmask 255.255.0.0 193.1.1.1 1
NFS Client:
route add 193.1.1.2 netmask 255.255.0.0 128.165.1.1 1
Be sure that both the client and server list each other in their respective /etc/hosts files.
I think as long as the C110 is allows ip_forwarding then what I have above will work for you. You can check that setting by typing: ndd -get /dev/tcp ip_forwarding
If it returns 1 or 2 then ip_forwarding is enabled.
Hope this works for you. I don't have anything on which to test what I've given you above, but it seems like it should work.
Remember, wherever you go, there you are...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 07:17 PM
01-04-2001 07:17 PM
Re: 2 network NFS mount
Hi,
Jim is right, it will work. This is a lab exercise in HP's Sys. & Net. Admin. II course with the instructor's machine acting as the router. Unless there is a minimum amount of traffic, though, you should get a real router and not use the Unix box.
You can also add the static route information to the /etc/rc.config.d/netconf file so that the routes will survive a reboot.
--Bruce
Jim is right, it will work. This is a lab exercise in HP's Sys. & Net. Admin. II course with the instructor's machine acting as the router. Unless there is a minimum amount of traffic, though, you should get a real router and not use the Unix box.
You can also add the static route information to the /etc/rc.config.d/netconf file so that the routes will survive a reboot.
--Bruce
www.stratech.com/training
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 06:07 AM
01-08-2001 06:07 AM
Re: 2 network NFS mount
Thanks for your help. I knew there had to be a way.
Why can't we all get along?
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
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP