Hi,
I have a compartment with two compute instances, a and b.
CI a has a public IP.
I want the traffic coming to that public IP to be routed to a private IP on CI b*.
I thought I could do this through a Route Table Rule - I've set the Target Type to Private IP, Destination Type to CIDR Block, Destination CIDR Block to publicip/32, Target Selection to the OCID of the private IP on b.
But the incoming packets are still appearing on a and there's nothing on b.
Have I missed something obvious?
Thanks in advance!
P.
* the real deployment is more complicated than this. There are also CIs c and d and I need to change the target sometimes.