Scenario: 2 AIX P630 servers.
NodeA has multiple ip addresses on single interface.
Primary ip address on en1 is the boot-address. Aliased to it is a service address, serviceA.
NodeB makes RPC calls to NodeA, on the service ip address serviceA. However, nodeA replies with the boot address of the machine and not the service address.
How do we get nodeA to reply on the service address rather than the boot address?
NodeA has multiple ip addresses on single interface.
Primary ip address on en1 is the boot-address. Aliased to it is a service address, serviceA.
NodeB makes RPC calls to NodeA, on the service ip address serviceA. However, nodeA replies with the boot address of the machine and not the service address.
How do we get nodeA to reply on the service address rather than the boot address?