- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ip on NIC
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
03-15-2002 02:16 AM
03-15-2002 02:16 AM
ip on NIC
i installed 2 network cards with the same ip range and subnet 193.215.15.2 lan1
193.215.15.3 lan2 when i enable the second lan with thta ip the system disable the network cards but when i change it to a different subnet it work the question is can i have two network card in the same subnet if yes how thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 02:19 AM
03-15-2002 02:19 AM
Re: ip on NIC
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xeac70bce6f33d6118fff0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 05:17 AM
03-15-2002 05:17 AM
Re: ip on NIC
No you can't. Every nic on your machine must point to
different subnets.
:-)
Johan Gjestvang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 11:58 AM
03-15-2002 11:58 AM
Re: ip on NIC
you can alter that with some combination of:
1) explicit host routes for each destintation pointing at one or the other NIC
2) enable the strong end system model with ndd - ip_strong_es_model to one
strong es model will cause the source IP to be included in the route lookup - this will mean that if a packet comes-in on one interface, it will likely go out that same interface.
it also means that if a packet arrives on the "wrong" interface (packet with IP of other interface) it will be discarded.
if you want some sort of HA, you should get Auto Port Aggregation. That will combine the interfaces into one interface aggregate which looks like one interface to the transport. you can then put both IPs on that aggregate. if one link fails, everything will still flow through the other interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:45 PM
03-15-2002 06:45 PM
Re: ip on NIC
Check out these opinions.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe179abe92dabd5118ff10090279cd0f9,00.html
And this thread from itrc,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=ff4b27ab14140b9ded/screen=ckiDisplayDocument?docId=200000007950529
http://us-support.external.hp.com/cki/bin/doc.pl/sid=ff4b27ab14140b9ded/screen=ckiDisplayDocument?docId=200000007950522
Hope this helps.
Regds