- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: using secondary lan
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
06-08-2005 03:01 PM
06-08-2005 03:01 PM
using secondary lan
I have two lan configured with different subnet. lan0 and lan1. By checking glance the traffic is currently concentrated on lan0.
Question1: How can I force incoming packets to lan0 and outgoing packets to lan1.
Question2: How can I force the incoming and outging packets of a particular server to use lan1.
Thanks,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 03:04 PM
06-08-2005 03:04 PM
Re: using secondary lan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 05:06 PM
06-08-2005 05:06 PM
Re: using secondary lan
The easiest way of achiving this will be adding both physical ports to a single logical port using APA and assign two IP's to this logical port.
The incoming traffic in your current scenario can not be altered as it it marked for IP that is assigned for that particular card. Moreover if your system calls for some data on lan from some other hosts you can route that traffic by plainning your routes to those hosts using the other lan i.e. lan1. But for this your hosts which is called should be on the subnet on lan1 atleast.
You can add default routes to lan1 to be used for any outbond traffic. But in that case packets of your lan1 subnet should be forwarded to lan0.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 05:27 PM
06-08-2005 05:27 PM
Re: using secondary lan
Do you really require your system to be on two different subnets?
If not, you may want to use Auto Port Aggregation!!
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2005 08:34 PM
06-09-2005 08:34 PM
Re: using secondary lan
If you have 2 nics, each connected to a different section of your local lan, all with ip addresses and netmask combinations with the same network-address, Then your machine will random use one of the 2 nics (where always using one nic is a random variant!) Here you need to do something like teaming or bonding or how it is called.
btw: you can use different subnets on the sam e physical lan, you can even give a single nic more than one ip-address (in most os-es).