HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- routing between PC and HPUX
Operating System - HP-UX
1833046
Members
2582
Online
110049
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
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
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
04-13-2001 06:48 AM
04-13-2001 06:48 AM
routing between PC and HPUX
Hello,
Here is what I have:
Windows PC using Dial Up Networking configured for PPP and the server assign the IP address.
I dial into a RAS server and get connected and thus the PPP connection is established. The RAS server assigned me an IP address.
Now this lets me log into A HPUX 10.20 box which is on the remote network (I guess the same network as the RAS server). I can ping the HP box from my PC.
There is another HPUX box on the same network as the other HPUX box. I cannot ping that one from my PC.
Is it possible to be able to ping this second HP box (routing thru the first one) and if so what do I have to do?
Thanks
Marc
Here is what I have:
Windows PC using Dial Up Networking configured for PPP and the server assign the IP address.
I dial into a RAS server and get connected and thus the PPP connection is established. The RAS server assigned me an IP address.
Now this lets me log into A HPUX 10.20 box which is on the remote network (I guess the same network as the RAS server). I can ping the HP box from my PC.
There is another HPUX box on the same network as the other HPUX box. I cannot ping that one from my PC.
Is it possible to be able to ping this second HP box (routing thru the first one) and if so what do I have to do?
Thanks
Marc
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2001 06:59 AM
04-13-2001 06:59 AM
Re: routing between PC and HPUX
Edit /etc/rc.config.d/netconf and add:ROUTE_DESTINATION[0]="default"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=x.x.x.x
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
ROUTE_DESTINATION[1]="host y.y.y.y"
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=x.x.x.x
ROUTE_COUNT[0]="1"
ROUTE_ARGS[0]=""
ROUTE_DESTINATION[1]="host y.y.y.y"
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 01:46 PM
04-16-2001 01:46 PM
Re: routing between PC and HPUX
you need to make the hp-ux box a router by turning on ip_forwarding...see the ndd or nettune 10.20 man pages. I think this may help.
nettune -s ip_forwarding 1
but if both boxes are on the same network as the RAS, it does not make sense, can you ping other boxes on that same network? Are you sure they have the same netmask.
nettune -s ip_forwarding 1
but if both boxes are on the same network as the RAS, it does not make sense, can you ping other boxes on that same network? Are you sure they have the same netmask.
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 2025 Hewlett Packard Enterprise Development LP