Hi all.
We are working on deploying a Java based tiered application on the Solaris Platform. I would like to get some information on multiple interfaces and how to specify which interface to use for a certaion request.
The Machine itself has 3 Network interface cards. Each Card is on a seperate Network and Subnet and their purpose is listed below. All are NAT'd internal ip's.
Interface A Connected to Data base
Interface B Connected by Dedicated line to news provider.
Interface C Connected by dedicated line to Back end system.
Now our application at one point or another needs to talk via all three entities. Each request is bieng made on a different port number. Is it possible to specify a certain interface for each port? Is this the right way to do it or is there any other suggestion especially since this will be a production application and I want to get this rigth the first time.
Any help is greatly appreciated.
Thanks
We are working on deploying a Java based tiered application on the Solaris Platform. I would like to get some information on multiple interfaces and how to specify which interface to use for a certaion request.
The Machine itself has 3 Network interface cards. Each Card is on a seperate Network and Subnet and their purpose is listed below. All are NAT'd internal ip's.
Interface A Connected to Data base
Interface B Connected by Dedicated line to news provider.
Interface C Connected by dedicated line to Back end system.
Now our application at one point or another needs to talk via all three entities. Each request is bieng made on a different port number. Is it possible to specify a certain interface for each port? Is this the right way to do it or is there any other suggestion especially since this will be a production application and I want to get this rigth the first time.
Any help is greatly appreciated.
Thanks