- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to forward certain traffic through one desired...
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-16-2005 08:16 AM
03-16-2005 08:16 AM
I'm currently sharing a machine with other system administrator and user. This machine is powerful enough and will host OVO+NMM by my side and some DB backup and DB applications.
In this context, we set up 2 networks interfaces. Those are configured on totally different subnets and our intention is to keep both uses (OVO and DB apps), trying to keep one interface for each application.
Do you have any suggestions in order to perfom that? How configurable could it be? It would be terrific to me for example to forward all outgoing and incoming traffic via OV and SNMP ports (tcp/udp) via on interface and keeping only the traffic with the DB apps sockets to the other nic.
Ideas will be welcomed and properly rewarded (with forum's points, of course :-) ).
Regards,
Carlos Yáñez S.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 08:23 AM
03-16-2005 08:23 AM
Re: How to forward certain traffic through one desired interfaces?
Unless I misunderstan then question, then this will be the default behaviour, as the DB application will have one IP address and OVO another.
Just set one lan card up with one address, another with the other address, and set the gateways appropriately.
Cheers,
Tony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 08:33 AM
03-16-2005 08:33 AM
Re: How to forward certain traffic through one desired interfaces?
address from the corresponding subnet and without
bothering about the other subnet/interface. Once
done, this should work exactly the way you want it
to. You don't need to do anything extra.
Ofcourse, if you want machines from OVO-subnet
to access DB-subnet using the server as router,
you need to configure the routing table in machines
in both subnets AND the server.
Finally, make the configurations permanent by
editing /etc/rc.config.d/netconf
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 08:35 AM
03-16-2005 08:35 AM
Re: How to forward certain traffic through one desired interfaces?
Set up two different IP's.
You access your APP with one IP, and your buddy accesses everything via the other IP. Of course your hosts files would probably have different host names per IP address.
for server "dbserv1" you could have host name
"dbserv1a" for you, and "dbserv1b" for other guy.
Then, have all of the references by one application using dbserv1a, and the other application dbserv1b.
I do the same thing as this for Oracle Databases and it works quite well. There's really nothing to PREVENT traffic from going to a different IP if you call the service from the wrong IP. It's just how you set up everything that references an IP address or host name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 09:46 AM
03-16-2005 09:46 AM
SolutionIf both of you are talking to the same IP address there is no way to separate the traffic since the routing table will decide how to get there and which Nic to use.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 02:05 PM
03-23-2005 02:05 PM