Hi,
I'm adding a second VNIC to a Ubuntu 22.04 and Oracle Linux 8 and I'm able to connect using ssh to the second's VNIC public IP but I'm unable to send internet traffic using that VNIC.
Example: ping -I enp1s0 -c 3 8.8.8.8
PING 8.8.8.8 (8.8.8.8) from 10.0.0.211 enp1s0: 56(84) bytes of data.
From 10.0.0.211 icmp_seq=1 Destination Host Unreachable
Any idea to solve this?
My idea is to use both VNICs at same time, I guess that is possible…
Thanks