I have created a vm instance with multiple network interfaceses (nic0, nic1, nic2) all these interfaces showing internal and external ips. however I can curl with only nic0 (i.e ens 4) but rest of interfaces giving me this error:
command: ping -I ens6 8.8.8.8
PING 8.8.8.8 (8.8.8.8) from 10.2.0.4 ens6: 56(84) bytes of data.
From 10.2.0.4 icmp_seq=1 Destination Host Unreachable
From 10.2.0.4 icmp_seq=2 Destination Host Unreachable
From 10.2.0.4 icmp_seq=3 Destination Host Unreachable
^C
--- 8.8.8.8 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4073ms
how can i fix this problem