- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Isolating network traffic
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-22-2006 06:06 AM
12-22-2006 06:06 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 06:35 AM
12-22-2006 06:35 AM
SolutionWhy can you have different net ids for each lan card? This will force the router to separate the hostname by using two netids. When you use two ips within one subnet the router is always going to take the first entry.
This is done with ServiceGuard packages and backup applications all the time.
http://docs.hp.com/en/B9903-90050/apbs03.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 06:53 AM
12-22-2006 06:53 AM
Re: Isolating network traffic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 01:03 PM
12-22-2006 01:03 PM
Re: Isolating network traffic
Now because we don't know anything about the application, I'll assume that users login and run it. So now you instruct users to login to cpub and run the application. The recommendations for webservers or databases or middleware require a lot more thought.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 10:52 PM
12-22-2006 10:52 PM
Re: Isolating network traffic
# ndd -h |grep strong
ip_strong_es_model - Controls multihoming
# ndd -h ip_strong_es_model
ip_strong_es_model:
Controls the requirement issues related to multihoming as
described in RFC1122, Section 3.3.4.2:
(A) A host MAY silently discard an incoming datagram whose
destination address does not correspond to the physical
interface through which it is received.
(B) A host MAY restrict itself to sending (non-source-
routed) IP datagrams only through the physical
interface that corresponds to the IP source address of
the datagrams.
When set to 0, it corresonds to the "Weak ES Model" and would therefore substitute MUST NOT for MAY in issues (A) and (B).
When set to 1, it corresonds to the "Strong ES Model" and would therefore substitute MUST for MAY in issues (A) and (B).
When set to 2, substitute MUST NOT for MAY in issue (A) and SHOULD for MAY in issue (B).
[0,2] Default: 0
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 05:41 PM
12-28-2006 05:41 PM