- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- transparent routing
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-19-2002 09:41 PM
тАО09-19-2002 09:41 PM
transparent routing
Assume i have a setup like this.
|PC|-------------| HP-UX box |-----------|PC|
90.0.0.0 90.0.0.0
255.0.0.0 255.0.0.0
net A net B
net A and net B are physically isolated.
Now my question is , Can I ping from one PC to
another ?.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2002 02:30 AM
тАО09-20-2002 02:30 AM
Re: transparent routing
you can setup gated on the HP box and a default route on each PC to the HP box.
HTH, cu l8r, Edgar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2002 08:57 AM
тАО09-20-2002 08:57 AM
Re: transparent routing
TRANSPORT_NAME[8]=ip
NDD_NAME[8]=ip_forwarding
NDD_VALUE[8]=0
Unless it has been turned off, the HP-UX box in your diagram would try to forward packets based on its own routing tables if one of the PCs used it as a router. But since you seem to have the same network number on both sides of the HP-UX box, I don't think it could know what to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2002 09:08 AM
тАО09-20-2002 09:08 AM
Re: transparent routing
Even if you turn ip_forwarding on the HP box off you can still set up the routing on the HP box to make this possible. Turning ip_forwarding off basically turns the HP box into a simple firewall.
Ray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2002 01:13 PM
тАО09-20-2002 01:13 PM
Re: transparent routing
If there are routes defined on the HP server to both the boxes you will be able to do a ping.
By this i mean, that the route should be going through the hp box for PC1 to PC2.
On PC1
route add net pc2ipaddress netmask *.*.*.* hpuxipaddress 0
This will enable PC1 to use IP address of HP UX box to use as a gateway.
Then do the similar thing in PC2 providing Ip address of pc1 instead of pc2 in the route add command.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-22-2002 10:53 PM
тАО09-22-2002 10:53 PM
Re: transparent routing
HP-UX server , there can be some conflict.
But iam not going to use the server. then in the both PCs
I give default gateway as respective HP server's interfaces.
It should work now ?
regards,
U.SivaKumar