HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Routing question
Operating System - HP-UX
1826498
Members
1888
Online
109692
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
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
08-06-2002 09:54 AM
08-06-2002 09:54 AM
We have a server that sits on 3 different subnets. Say the subnets are A B and C. I would like for a system on subnet A to reach this server on subnet A, and the server to talk back to it on subnet A. Same thing with the other subnets, B and C. As of now it looks like a system on subnet A, comes into the server on subnet A, but the server talks back over another net, B or C. I want to make sure we can isolate the net traffic, by keeping the systems talking on the same subnets! Any help would be great! Thanks in advance...
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 10:52 AM
08-06-2002 10:52 AM
Re: Routing question
Devices on directly connected subnets should not have a problem. IF the subnet that the distant server is on is remotely connected to subnet A and is not a member of subnet A then the routing tables come into play. You would have to use
route add
to add the subnet to the routing table and assign the correct gateway on subnet A. And repeat for all such subnets.
However, let's make sure that things are going the wrong way.
traceroute ServerOnSubnetA
this should show you each stop on the way from your box to the ServerOnSubnetA. If it's a member of Subnet A then it will need only one hop. IF it is going out a different path then it will need mulitple hops to get where it needs to go if at all.
Ron
route add
to add the subnet to the routing table and assign the correct gateway on subnet A. And repeat for all such subnets.
However, let's make sure that things are going the wrong way.
traceroute ServerOnSubnetA
this should show you each stop on the way from your box to the ServerOnSubnetA. If it's a member of Subnet A then it will need only one hop. IF it is going out a different path then it will need mulitple hops to get where it needs to go if at all.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 11:11 AM
08-06-2002 11:11 AM
Re: Routing question
routes added with the route command will not survive a reboot, if you want to make your changes permanent do not forget to edit your
/etc/rc.config.d/netconf file.
/etc/rc.config.d/netconf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 06:55 PM
08-06-2002 06:55 PM
Solution
It seems that assymetric routing is taking place in your server.
Normally, for directly attached lan i/f in a particular subnet, when it receives a packet coming from the same subnet, it would reply back on that same subnet.
For your case, it seems that there is an assymetric route configured in your server forcing packets received from subnet A to have an outgoing reply to other interfaces of your server which may or may not have a direct or inderect connection to the remote server on subnet A.
Check your routing table by issuing "netstat -rn". The gateway address for subnet A should be the ip address of your i/f card connected to subnet A. That goes for subnet B & C also.
Normally, for directly attached lan i/f in a particular subnet, when it receives a packet coming from the same subnet, it would reply back on that same subnet.
For your case, it seems that there is an assymetric route configured in your server forcing packets received from subnet A to have an outgoing reply to other interfaces of your server which may or may not have a direct or inderect connection to the remote server on subnet A.
Check your routing table by issuing "netstat -rn". The gateway address for subnet A should be the ip address of your i/f card connected to subnet A. That goes for subnet B & C also.
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP