I'm trying to setup a test environment for a network equipment. I need to be able to ping between different interfaces on single host. Unfortunately I am not able to ping from one interface to another with current setup.
My Set-UP
| ETH1 | ----------------------------| |
| IMX | | ETH SWITCH |
| ETH2 |-----------------------------| |
eth1 -- 192.168.1.1
eth2 -- 192.168.1.2
I tried to ping from eth1 to eth2 using: ping -I eth1 192.168.1.2 and ping -I eth2 192.168.1.1
But it is not successful.
Thanks for your help