- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network traffic out wrong lancard.
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
12-02-2005 06:51 AM
12-02-2005 06:51 AM
One lan card is ip address 1.2.3.10 and is a normal 100FD lancard. It is hostname mainhost.
The second card is address 1.2.3.11 and is a gigalan card. It is hostname dbhost.
Everyone connects to dbhost. All the network traffic is going in the dbhost lancard, but it is exiting from the mainhost card.
This condition did not show up until network folks ran maintenance on the network switches.
I don't really see anything on the system that tells it how to send traffic out of the system. There is only one default router of 1.2.3.1. Any idea what's going on, and how I can get it back to the way it was?
netstat -rn
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 2061 lo0 4136
1.2.3.231 1.2.3.11 UH 0 5067082 lan6 4136 dbhost (gelan)
1.2.3.230 1.2.3.10 UH 0 116225 lan1 4136 mainhost (btlan6)
1.2.3.0 1.2.3.10 U 2 0 lan1 1500
1.2.3.0 1.2.3.11 U 2 0 lan6 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 1.2.3.1 UG 0 0 lan6 1500
hpux11.0 V2600 HP9000 server.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:08 AM
12-02-2005 07:08 AM
Re: network traffic out wrong lancard.
ndd -set /dev/ip ip_strong_es_model 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:39 AM
12-02-2005 07:39 AM
Re: network traffic out wrong lancard.
It seems to me that it's a wrong situation when a computer has more than one NIC in the same subnet.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 07:56 AM
12-02-2005 07:56 AM
Re: network traffic out wrong lancard.
What do you call MC/Service Guard? You're required to have a node ip and a package ip within the same subnet. That's ok because the package ip is a logical ip on the same card?
As far as running this ndd command. I'm not going to do it until I research it. If I'm not allowed to have two lan cards on a box with the same subnet then:
1. I would be worried about what this ndd command would do.
and
2. Wonder how the last 5 years of my altered reality existed where two lan cards could in fact be on the same subnet.
Just don't tell me the name of this planet is suddenly Quasar.
Steve Post
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 08:16 AM
12-02-2005 08:16 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 08:19 AM
12-02-2005 08:19 AM
Re: network traffic out wrong lancard.
Since this is a production box, I'm not going to run the command until my next "down-day".
Steve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 12:50 PM
12-02-2005 12:50 PM
Re: network traffic out wrong lancard.
One thing to keep in mind with ip_strong_es_model at a value of 1 is that traffic for a given IP will then only be accepted via the interface assigned that IP.
Also, the setting may not have much effect on outbound interface selection if the socket is not bound to a local IP address. For incoming connections this is no problem - the destination IP in the incoming TCP SYNchronize segment will be the IP of interest. For applications calling connect() though, the result is undefined and takes us back to the idea of static routes...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2005 01:21 PM
12-02-2005 01:21 PM
Re: network traffic out wrong lancard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2005 02:38 AM
12-05-2005 02:38 AM
Re: network traffic out wrong lancard.
And you're right. I CAN set it up so I have that giglan card as the only card on the 1.2.3.x subnet. I'll make that the primary lan. And setup logical alternate ip addresses on that card. So then I will have one and only one lan card on that subnet.
.....NEXT downday. Not now.