How can we FORCE IP selection from a Web client to the Database
If a Windows server has multiple IPs assigned to it, how can we FORCE tcp/1521 communication from a specific IP to an Oracle database? Currently it is using the highest-listed/top IP that is in the binding list which we don’t want.
For example, a Windows server has 192.168.1.5/24, 192.168.1.6/24, and 192.168.1.10/24 all assigned to the same NIC and listed in that order. We want to use IP 192.168.1.10 for Oracle client communication to the Database, but the client will use only 192.168.1.5 because it is the top of the binding order/list. We need to change that, but NOT by changing the binding order.