Hi,
I was moving one interface ip from old VM to new VM and then I turn-off old VM. At first it was working, I can ping the connected ip to this interface. But after I turned off the old VM, I suddenly can’t ping the ip connected to this interface anymore. When I tcpdump I can’t see the ICMP goes to this interface but instead it goes to default route.
I able to ping the IP by using command “ping 10.255.2.6 interface eth1”, then it can go to this interface correctly. Why it can’t go thorough this interface using the connected route table?
vyos:~$ show ip ro 10.255.2.6
Routing entry for 10.255.2.4/30
Known via "connected", distance 0, metric 0, best
Last update 00:09:07 ago
* directly connected, eth1```