Part 1 - Is it possible to ping between ip on port0 to ip on port1 of same NIC adapter ? The ICMP should traverse on the wire connected between ports. i.e
On HOST A with two-port-adapter
port-0-adapterA ---- ping-icmp-to ---- port-1-adapterA
Part 2 - Is it possible to ping between ip on port0(first-adapter) to ip on port0(second-adapter) on the SAME system ? Same ICMP should traverse on the wire connected between ports. i.e
On SAME HOST A with two single-port-adapters
port-0-adapterA ---- ping-icmp-to ---- port-0-adapterB
condition -
ICMP should traverse physically on the wire connected between ports.
What kind of LINUX ip/route commands do we need to set to get this ?